Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
47 0 0 4

Rules

Rules Violations Severity
Header
  • headerFile : "license-header.txt"
0 error Error
TabCharacter 0 error Error
AvoidStarImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
LineLength
  • max : "120"
4 error Error

Details

org/apache/commons/proxy/factory/cglib/CglibProxyFactory.java

Violation Message Line
error Line is longer than 120 characters. 65
error Line is longer than 120 characters. 77

org/apache/commons/proxy/factory/javassist/JavassistProxyFactory.java

Violation Message Line
error Line is longer than 120 characters. 200
error Line is longer than 120 characters. 266