Checkstyle Results

The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
1 0 0 44

Files

File
 I
 W
 E
xuml/tools/maven/plugin/GenerateJpaMojo.java 0 0 44

Rules

Category Rule Violations Severity
blocks NeedBraces 4
 Error
coding HiddenField 1
 Error
design DesignForExtension 1
 Error
javadoc JavadocPackage 1
 Error
JavadocStyle 1
 Error
JavadocType 2
 Error
JavadocVariable 1
 Error
misc FinalParameters 6
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
12
 Error
sizes LineLength
  • fileExtensions: "java"
14
 Error
whitespace GenericWhitespace 1
 Error

Details

xuml/tools/maven/plugin/GenerateJpaMojo.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
regexp RegexpSingleline Line has trailing spaces. 43
 Error
javadoc JavadocType Unknown tag 'goal'. 44
 Error
regexp RegexpSingleline Line has trailing spaces. 45
 Error
javadoc JavadocType Unknown tag 'phase'. 46
 Error
sizes LineLength Line is longer than 80 characters (found 81). 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
regexp RegexpSingleline Line has trailing spaces. 62
 Error
javadoc JavadocStyle First sentence should end with a period. 67
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
regexp RegexpSingleline Line has trailing spaces. 78
 Error
regexp RegexpSingleline Line has trailing spaces. 86
 Error
regexp RegexpSingleline Line has trailing spaces. 95
 Error
regexp RegexpSingleline Line has trailing spaces. 102
 Error
regexp RegexpSingleline Line has trailing spaces. 109
 Error
regexp RegexpSingleline Line has trailing spaces. 116
 Error
regexp RegexpSingleline Line has trailing spaces. 124
 Error
regexp RegexpSingleline Line has trailing spaces. 131
 Error
design DesignForExtension Class 'GenerateJpaMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateJpaMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 137
 Error
blocks NeedBraces 'if' construct must use '{}'s. 145
 Error
sizes LineLength Line is longer than 80 characters (found 95). 146
 Error
misc FinalParameters Parameter domains should be final. 156
 Error
sizes LineLength Line is longer than 80 characters (found 90). 157
 Error
sizes LineLength Line is longer than 80 characters (found 93). 158
 Error
sizes LineLength Line is longer than 80 characters (found 89). 162
 Error
misc FinalParameters Parameter domains should be final. 162
 Error
sizes LineLength Line is longer than 80 characters (found 91). 163
 Error
sizes LineLength Line is longer than 80 characters (found 98). 171
 Error
coding HiddenField 'domain' hides a field. 179
 Error
sizes LineLength Line is longer than 80 characters (found 98). 185
 Error
whitespace GenericWhitespace '>' is followed by whitespace. 186
 Error
sizes LineLength Line is longer than 80 characters (found 94). 187
 Error
sizes LineLength Line is longer than 80 characters (found 96). 196
 Error
blocks NeedBraces 'if' construct must use '{}'s. 198
 Error
sizes LineLength Line is longer than 80 characters (found 88). 200
 Error
blocks NeedBraces 'if' construct must use '{}'s. 202
 Error
sizes LineLength Line is longer than 80 characters (found 98). 204
 Error
sizes LineLength Line is longer than 80 characters (found 89). 209
 Error
misc FinalParameters Parameter directory should be final. 213
 Error
blocks NeedBraces 'if' construct must use '{}'s. 215
 Error
misc FinalParameters Parameter resources should be final. 220
 Error
misc FinalParameters Parameter name should be final. 220
 Error
misc FinalParameters Parameter html should be final. 220
 Error
sizes LineLength Line is longer than 80 characters (found 83). 222