Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
3 17 5 12

Rules

Category Rule Violations Severity
design FinalClass 1  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 4  Error
javadoc JavadocMethod 2  Error
JavadocPackage
  • allowLegacy: "true"
1  Warning
JavadocVariable 4  Error
misc NewlineAtEndOfFile 1  Info
naming StaticVariableName 4  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
8  Info
sizes LineLength 5  Info
whitespace FileTabCharacter
  • eachLine: "false"
2  Info
WhitespaceAround 1  Info

Details

org/universAAL/itests/conf/IntegrationTestConsts.java

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

org/universAAL/itests/conf/MavenUtilsRunDir.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design FinalClass Class MavenUtilsRunDir should be declared as final. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Info sizes LineLength Line is longer than 80 characters (found 101). 70
 Info sizes LineLength Line is longer than 80 characters (found 100). 71

uAALmw.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.