Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files |
Infos  |
Warnings  |
Errors  |
2 |
0 |
0 |
1 |
Rules
Rules |
Violations |
Severity |
FileTabCharacter |
0 |
Error |
AvoidStarImport |
0 |
Error |
RedundantImport |
0 |
Error |
UnusedImports |
0 |
Error |
LineLength
|
1 |
Error |
Details
src/main/java/org/apache/commons/proxy2/jdk/JdkProxyFactory.java
Violation |
Message |
Line |
 |
Line is longer than 120 characters (found 128). |
36 |
|