| Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Info |
regexp |
RegexpSingleline |
Line has trailing spaces. |
4 |
Info |
regexp |
RegexpSingleline |
Line has trailing spaces. |
29 |
Info |
regexp |
RegexpSingleline |
Line has trailing spaces. |
31 |
Error |
design |
HideUtilityClassConstructor |
Utility classes should not have a public or default constructor. |
33 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
34 |
Warning |
naming |
StaticVariableName |
Name 'RUN_DIR_GROUP_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34 |
Error |
design |
VisibilityModifier |
Variable 'RUN_DIR_GROUP_ID' must be private and have accessor methods. |
34 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
36 |
Warning |
naming |
StaticVariableName |
Name 'RUN_DIR_ARTIFACT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36 |
Error |
design |
VisibilityModifier |
Variable 'RUN_DIR_ARTIFACT_ID' must be private and have accessor methods. |
36 |
Info |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
38 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
38 |
Warning |
naming |
StaticVariableName |
Name 'SEPARATED_ARTIFACT_DEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38 |
Error |
design |
VisibilityModifier |
Variable 'SEPARATED_ARTIFACT_DEPS' must be private and have accessor methods. |
38 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
40 |
Warning |
naming |
StaticVariableName |
Name 'TEST_COMPOSITE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40 |
Error |
design |
VisibilityModifier |
Variable 'TEST_COMPOSITE' must be private and have accessor methods. |
40 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
Info |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
43 |
Info |
regexp |
RegexpSingleline |
Line has trailing spaces. |
50 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
51 |
Info |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
51 |
Info |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
53 |