Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
1 |
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. |
30 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
34 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
39 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
42 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 97). |
48 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
59 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 122). |
68 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
69 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 112). |
70 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 115). |
73 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 119). |
76 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 98). |
79 |