Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files |
Infos  |
Warnings  |
Errors  |
110 |
0 |
0 |
3 |
Rules
Rules |
Violations |
Severity |
FileTabCharacter |
0 |
Error |
AvoidStarImport |
0 |
Error |
RedundantImport |
0 |
Error |
UnusedImports |
0 |
Error |
LineLength
|
3 |
Error |
Details
src/main/java/org/apache/commons/proxy2/serialization/package-info.java
Violation |
Message |
Line |
 |
Line is longer than 120 characters (found 169). |
29 |
 |
Line is longer than 120 characters (found 169). |
30 |
 |
Line is longer than 120 characters (found 171). |
33 |
|