Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
46 0 0 1990

Files

File  I  W  E
org/codehaus/gmavenplus/gmavenplus_plugin/HelpMojo.java 0 0 487
org/codehaus/gmavenplus/groovyworkarounds/DotGroovyFile.java 0 0 6
org/codehaus/gmavenplus/groovyworkarounds/GroovyDocTemplateInfo.java 0 0 14
org/codehaus/gmavenplus/javaparser/LanguageLevel.java 0 0 41
org/codehaus/gmavenplus/model/GroovyCompileConfiguration.java 0 0 109
org/codehaus/gmavenplus/model/GroovyDocConfiguration.java 0 0 166
org/codehaus/gmavenplus/model/GroovyStubConfiguration.java 0 0 73
org/codehaus/gmavenplus/model/IncludeClasspath.java 0 0 3
org/codehaus/gmavenplus/model/Link.java 0 0 4
org/codehaus/gmavenplus/model/internal/Version.java 0 0 24
org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java 0 0 60
org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java 0 0 55
org/codehaus/gmavenplus/mojo/AbstractGroovyDocMojo.java 0 0 84
org/codehaus/gmavenplus/mojo/AbstractGroovyMojo.java 0 0 55
org/codehaus/gmavenplus/mojo/AbstractGroovySourcesMojo.java 0 0 18
org/codehaus/gmavenplus/mojo/AbstractGroovyStubSourcesMojo.java 0 0 13
org/codehaus/gmavenplus/mojo/AbstractToolsMojo.java 0 0 37
org/codehaus/gmavenplus/mojo/AddSourcesMojo.java 0 0 2
org/codehaus/gmavenplus/mojo/AddStubSourcesMojo.java 0 0 4
org/codehaus/gmavenplus/mojo/AddTestSourcesMojo.java 0 0 4
org/codehaus/gmavenplus/mojo/AddTestStubSourcesMojo.java 0 0 6
org/codehaus/gmavenplus/mojo/CompileMojo.java 0 0 13
org/codehaus/gmavenplus/mojo/CompileTestsMojo.java 0 0 14
org/codehaus/gmavenplus/mojo/ConsoleMojo.java 0 0 59
org/codehaus/gmavenplus/mojo/ExecuteMojo.java 0 0 66
org/codehaus/gmavenplus/mojo/GenerateStubsMojo.java 0 0 16
org/codehaus/gmavenplus/mojo/GenerateTestStubsMojo.java 0 0 17
org/codehaus/gmavenplus/mojo/GroovyDocJarMojo.java 0 0 33
org/codehaus/gmavenplus/mojo/GroovyDocMojo.java 0 0 13
org/codehaus/gmavenplus/mojo/GroovyDocTestsJarMojo.java 0 0 34
org/codehaus/gmavenplus/mojo/GroovyDocTestsMojo.java 0 0 13
org/codehaus/gmavenplus/mojo/RemoveStubsMojo.java 0 0 4
org/codehaus/gmavenplus/mojo/RemoveTestStubsMojo.java 0 0 5
org/codehaus/gmavenplus/mojo/ShellMojo.java 0 0 35
org/codehaus/gmavenplus/util/ClassWrangler.java 0 0 59
org/codehaus/gmavenplus/util/FileUtils.java 0 0 5
org/codehaus/gmavenplus/util/ForkedGroovyCompiler.java 0 0 20
org/codehaus/gmavenplus/util/GroovyCompiler.java 0 0 270
org/codehaus/gmavenplus/util/NoExitSecurityManager.java 0 0 1
org/codehaus/gmavenplus/util/ReflectionUtils.java 0 0 48

Rules

Category Rule Violations Severity
blocks LeftCurly 62  Error
RightCurly 9  Error
coding HiddenField 54  Error
MagicNumber 12  Error
design DesignForExtension 125  Error
FinalClass 2  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 115  Error
imports AvoidStarImport 4  Error
UnusedImports
  • processJavadoc: "false"
1  Error
javadoc JavadocPackage 2  Error
JavadocStyle 2  Error
JavadocVariable 94  Error
MissingJavadocMethod 106  Error
misc FinalParameters 136  Error
TodoComment 2  Error
naming ConstantName 1  Error
sizes LineLength
  • fileExtensions: "java"
919  Error
ParameterNumber 1  Error
whitespace ParenPad 342  Error

Details

org/codehaus/gmavenplus/gmavenplus_plugin/HelpMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 104). 24
 Error whitespace ParenPad '(' is followed by whitespace. 27
 Error whitespace ParenPad ')' is preceded with whitespace. 27
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Error whitespace ParenPad '(' is followed by whitespace. 35
 Error whitespace ParenPad ')' is preceded with whitespace. 35
 Error sizes LineLength Line is longer than 80 characters (found 96). 39
 Error whitespace ParenPad '(' is followed by whitespace. 42
 Error whitespace ParenPad ')' is preceded with whitespace. 42
 Error whitespace ParenPad '(' is followed by whitespace. 49
 Error whitespace ParenPad ')' is preceded with whitespace. 49
 Error whitespace ParenPad '(' is followed by whitespace. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 96). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 67
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error sizes LineLength Line is longer than 80 characters (found 83). 69
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 69
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 70
 Error whitespace ParenPad '(' is followed by whitespace. 71
 Error whitespace ParenPad ')' is preceded with whitespace. 71
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 72
 Error sizes LineLength Line is longer than 80 characters (found 110). 73
 Error whitespace ParenPad '(' is followed by whitespace. 73
 Error whitespace ParenPad ')' is preceded with whitespace. 73
 Error sizes LineLength Line is longer than 80 characters (found 84). 75
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 78
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad ')' is preceded with whitespace. 79
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 80
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 82
 Error whitespace ParenPad '(' is followed by whitespace. 83
 Error whitespace ParenPad ')' is preceded with whitespace. 83
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Error whitespace ParenPad '(' is followed by whitespace. 85
 Error whitespace ParenPad ')' is preceded with whitespace. 85
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 86
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 99
 Error whitespace ParenPad '(' is followed by whitespace. 100
 Error whitespace ParenPad ')' is preceded with whitespace. 100
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 101
 Error sizes LineLength Line is longer than 80 characters (found 101). 102
 Error whitespace ParenPad '(' is followed by whitespace. 102
 Error whitespace ParenPad ')' is preceded with whitespace. 102
 Error whitespace ParenPad '(' is followed by whitespace. 105
 Error whitespace ParenPad ')' is preceded with whitespace. 105
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 106
 Error sizes LineLength Line is longer than 80 characters (found 100). 107
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad ')' is preceded with whitespace. 114
 Error whitespace ParenPad '(' is followed by whitespace. 117
 Error whitespace ParenPad ')' is preceded with whitespace. 117
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error whitespace ParenPad ')' is preceded with whitespace. 118
 Error sizes LineLength Line is longer than 80 characters (found 107). 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 121
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error whitespace ParenPad ')' is preceded with whitespace. 122
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 123
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 125
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 127
 Error whitespace ParenPad '(' is followed by whitespace. 128
 Error whitespace ParenPad ')' is preceded with whitespace. 128
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 129
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 131
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error whitespace ParenPad '(' is followed by whitespace. 135
 Error whitespace ParenPad '(' is followed by whitespace. 135
 Error whitespace ParenPad ')' is preceded with whitespace. 135
 Error whitespace ParenPad ')' is preceded with whitespace. 135
 Error whitespace ParenPad '(' is followed by whitespace. 136
 Error whitespace ParenPad ')' is preceded with whitespace. 136
 Error whitespace ParenPad '(' is followed by whitespace. 139
 Error whitespace ParenPad ')' is preceded with whitespace. 139
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error whitespace ParenPad '(' is followed by whitespace. 143
 Error whitespace ParenPad ')' is preceded with whitespace. 143
 Error whitespace ParenPad '(' is followed by whitespace. 145
 Error whitespace ParenPad ')' is preceded with whitespace. 145
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 146
 Error sizes LineLength Line is longer than 80 characters (found 109). 147
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 148
 Error whitespace ParenPad ')' is preceded with whitespace. 148
 Error whitespace ParenPad '(' is followed by whitespace. 151
 Error whitespace ParenPad ')' is preceded with whitespace. 151
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 152
 Error whitespace ParenPad '(' is followed by whitespace. 153
 Error whitespace ParenPad ')' is preceded with whitespace. 153
 Error whitespace ParenPad '(' is followed by whitespace. 156
 Error whitespace ParenPad ')' is preceded with whitespace. 156
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad ')' is preceded with whitespace. 158
 Error whitespace ParenPad '(' is followed by whitespace. 163
 Error misc FinalParameters Parameter string should be final. 163
 Error whitespace ParenPad ')' is preceded with whitespace. 163
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 164
 Error whitespace ParenPad '(' is followed by whitespace. 168
 Error misc FinalParameters Parameter node should be final. 168
 Error misc FinalParameters Parameter elementName should be final. 168
 Error whitespace ParenPad ')' is preceded with whitespace. 168
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 170
 Error whitespace ParenPad '(' is followed by whitespace. 171
 Error whitespace ParenPad ')' is preceded with whitespace. 171
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error misc FinalParameters Parameter node should be final. 174
 Error misc FinalParameters Parameter elementName should be final. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error whitespace ParenPad ')' is preceded with whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Error sizes LineLength Line is longer than 80 characters (found 104). 180
 Error whitespace ParenPad '(' is followed by whitespace. 180
 Error whitespace ParenPad ')' is preceded with whitespace. 180
 Error whitespace ParenPad '(' is followed by whitespace. 182
 Error whitespace ParenPad ')' is preceded with whitespace. 182
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Error sizes LineLength Line is longer than 80 characters (found 98). 184
 Error whitespace ParenPad '(' is followed by whitespace. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error whitespace ParenPad '(' is followed by whitespace. 186
 Error whitespace ParenPad ')' is preceded with whitespace. 186
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error misc FinalParameters Parameter node should be final. 189
 Error misc FinalParameters Parameter elementName should be final. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 190
 Error whitespace ParenPad '(' is followed by whitespace. 193
 Error whitespace ParenPad ')' is preceded with whitespace. 193
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 194
 Error whitespace ParenPad '(' is followed by whitespace. 195
 Error whitespace ParenPad ')' is preceded with whitespace. 195
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 197
 Error whitespace ParenPad '(' is followed by whitespace. 198
 Error whitespace ParenPad ')' is preceded with whitespace. 198
 Error whitespace ParenPad '(' is followed by whitespace. 204
 Error misc FinalParameters Parameter node should be final. 204
 Error misc FinalParameters Parameter elementName should be final. 204
 Error whitespace ParenPad ')' is preceded with whitespace. 204
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 206
 Error whitespace ParenPad '(' is followed by whitespace. 207
 Error whitespace ParenPad ')' is preceded with whitespace. 207
 Error whitespace ParenPad '(' is followed by whitespace. 208
 Error whitespace ParenPad ')' is preceded with whitespace. 208
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 209
 Error whitespace ParenPad '(' is followed by whitespace. 212
 Error whitespace ParenPad ')' is preceded with whitespace. 212
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 213
 Error sizes LineLength Line is longer than 80 characters (found 97). 214
 Error whitespace ParenPad '(' is followed by whitespace. 214
 Error whitespace ParenPad ')' is preceded with whitespace. 214
 Error whitespace ParenPad '(' is followed by whitespace. 216
 Error whitespace ParenPad ')' is preceded with whitespace. 216
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error misc FinalParameters Parameter sb should be final. 219
 Error misc FinalParameters Parameter goalPrefix should be final. 219
 Error misc FinalParameters Parameter mojo should be final. 219
 Error whitespace ParenPad ')' is preceded with whitespace. 219
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Error whitespace ParenPad '(' is followed by whitespace. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad ')' is preceded with whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 226
 Error whitespace ParenPad '(' is followed by whitespace. 227
 Error whitespace ParenPad ')' is preceded with whitespace. 227
 Error whitespace ParenPad '(' is followed by whitespace. 228
 Error whitespace ParenPad ')' is preceded with whitespace. 228
 Error sizes LineLength Line is longer than 80 characters (found 86). 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 230
 Error whitespace ParenPad '(' is followed by whitespace. 231
 Error whitespace ParenPad ')' is preceded with whitespace. 231
 Error whitespace ParenPad '(' is followed by whitespace. 232
 Error whitespace ParenPad ')' is preceded with whitespace. 232
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 233
 Error whitespace ParenPad '(' is followed by whitespace. 234
 Error whitespace ParenPad ')' is preceded with whitespace. 234
 Error whitespace ParenPad '(' is followed by whitespace. 235
 Error whitespace ParenPad ')' is preceded with whitespace. 235
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 237
 Error whitespace ParenPad '(' is followed by whitespace. 238
 Error whitespace ParenPad ')' is preceded with whitespace. 238
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 239
 Error whitespace ParenPad '(' is followed by whitespace. 240
 Error whitespace ParenPad ')' is preceded with whitespace. 240
 Error whitespace ParenPad '(' is followed by whitespace. 242
 Error whitespace ParenPad ')' is preceded with whitespace. 242
 Error whitespace ParenPad '(' is followed by whitespace. 244
 Error whitespace ParenPad ')' is preceded with whitespace. 244
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 245
 Error whitespace ParenPad '(' is followed by whitespace. 246
 Error whitespace ParenPad ')' is preceded with whitespace. 246
 Error sizes LineLength Line is longer than 80 characters (found 86). 247
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad ')' is preceded with whitespace. 247
 Error whitespace ParenPad '(' is followed by whitespace. 248
 Error whitespace ParenPad ')' is preceded with whitespace. 248
 Error whitespace ParenPad '(' is followed by whitespace. 249
 Error whitespace ParenPad ')' is preceded with whitespace. 249
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error whitespace ParenPad ')' is preceded with whitespace. 251
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 252
 Error whitespace ParenPad '(' is followed by whitespace. 253
 Error whitespace ParenPad ')' is preceded with whitespace. 253
 Error sizes LineLength Line is longer than 80 characters (found 94). 259
 Error whitespace ParenPad '(' is followed by whitespace. 259
 Error misc FinalParameters Parameter sb should be final. 259
 Error misc FinalParameters Parameter parameter should be final. 259
 Error misc FinalParameters Parameter configurationElement should be final. 259
 Error whitespace ParenPad ')' is preceded with whitespace. 259
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Error whitespace ParenPad '(' is followed by whitespace. 262
 Error whitespace ParenPad ')' is preceded with whitespace. 262
 Error whitespace ParenPad '(' is followed by whitespace. 263
 Error whitespace ParenPad ')' is preceded with whitespace. 263
 Error whitespace ParenPad '(' is followed by whitespace. 266
 Error whitespace ParenPad ')' is preceded with whitespace. 266
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 267
 Error sizes LineLength Line is longer than 80 characters (found 104). 268
 Error whitespace ParenPad '(' is followed by whitespace. 268
 Error whitespace ParenPad ')' is preceded with whitespace. 268
 Error sizes LineLength Line is longer than 80 characters (found 109). 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error whitespace ParenPad ')' is preceded with whitespace. 272
 Error whitespace ParenPad ')' is preceded with whitespace. 272
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 273
 Error sizes LineLength Line is longer than 80 characters (found 116). 274
 Error whitespace ParenPad '(' is followed by whitespace. 274
 Error whitespace ParenPad ')' is preceded with whitespace. 274
 Error whitespace ParenPad '(' is followed by whitespace. 276
 Error whitespace ParenPad ')' is preceded with whitespace. 276
 Error whitespace ParenPad '(' is followed by whitespace. 277
 Error whitespace ParenPad ')' is preceded with whitespace. 277
 Error sizes LineLength Line is longer than 80 characters (found 82). 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 279
 Error whitespace ParenPad '(' is followed by whitespace. 280
 Error coding MagicNumber '3' is a magic number. 280
 Error whitespace ParenPad ')' is preceded with whitespace. 280
 Error whitespace ParenPad '(' is followed by whitespace. 281
 Error whitespace ParenPad ')' is preceded with whitespace. 281
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error whitespace ParenPad '(' is followed by whitespace. 284
 Error coding MagicNumber '3' is a magic number. 284
 Error whitespace ParenPad ')' is preceded with whitespace. 284
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 287
 Error whitespace ParenPad '(' is followed by whitespace. 288
 Error coding MagicNumber '3' is a magic number. 288
 Error whitespace ParenPad ')' is preceded with whitespace. 288
 Error sizes LineLength Line is longer than 80 characters (found 112). 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 291
 Error sizes LineLength Line is longer than 80 characters (found 102). 292
 Error whitespace ParenPad '(' is followed by whitespace. 292
 Error whitespace ParenPad ')' is preceded with whitespace. 292
 Error whitespace ParenPad '(' is followed by whitespace. 293
 Error coding MagicNumber '3' is a magic number. 293
 Error whitespace ParenPad ')' is preceded with whitespace. 293
 Error whitespace ParenPad '(' is followed by whitespace. 296
 Error whitespace ParenPad ')' is preceded with whitespace. 296
 Error whitespace ParenPad '(' is followed by whitespace. 308
 Error misc FinalParameters Parameter str should be final. 308
 Error misc FinalParameters Parameter repeat should be final. 308
 Error whitespace ParenPad ')' is preceded with whitespace. 308
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 309
 Error whitespace ParenPad '(' is followed by whitespace. 310
 Error whitespace ParenPad ')' is preceded with whitespace. 310
 Error whitespace ParenPad '(' is followed by whitespace. 312
 Error whitespace ParenPad ')' is preceded with whitespace. 312
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 313
 Error whitespace ParenPad '(' is followed by whitespace. 314
 Error whitespace ParenPad ')' is preceded with whitespace. 314
 Error sizes LineLength Line is longer than 80 characters (found 97). 321
 Error sizes LineLength Line is longer than 80 characters (found 86). 324
 Error sizes LineLength Line is longer than 80 characters (found 88). 326
 Error whitespace ParenPad '(' is followed by whitespace. 328
 Error misc FinalParameters Parameter sb should be final. 328
 Error misc FinalParameters Parameter description should be final. 328
 Error misc FinalParameters Parameter indent should be final. 328
 Error whitespace ParenPad ')' is preceded with whitespace. 328
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 329
 Error sizes LineLength Line is longer than 80 characters (found 84). 330
 Error whitespace ParenPad '(' is followed by whitespace. 330
 Error whitespace ParenPad '(' is followed by whitespace. 330
 Error whitespace ParenPad ')' is preceded with whitespace. 330
 Error whitespace ParenPad ')' is preceded with whitespace. 330
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 331
 Error whitespace ParenPad '(' is followed by whitespace. 332
 Error whitespace ParenPad ')' is preceded with whitespace. 332
 Error whitespace ParenPad '(' is followed by whitespace. 332
 Error whitespace ParenPad ')' is preceded with whitespace. 332
 Error sizes LineLength Line is longer than 80 characters (found 85). 339
 Error sizes LineLength Line is longer than 80 characters (found 87). 340
 Error sizes LineLength Line is longer than 80 characters (found 98). 346
 Error whitespace ParenPad '(' is followed by whitespace. 346
 Error misc FinalParameters Parameter text should be final. 346
 Error misc FinalParameters Parameter indent should be final. 346
 Error misc FinalParameters Parameter indentSize should be final. 346
 Error misc FinalParameters Parameter lineLength should be final. 346
 Error whitespace ParenPad ')' is preceded with whitespace. 346
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 347
 Error whitespace ParenPad '(' is followed by whitespace. 350
 Error whitespace ParenPad ')' is preceded with whitespace. 350
 Error whitespace ParenPad '(' is followed by whitespace. 352
 Error whitespace ParenPad ')' is preceded with whitespace. 352
 Error whitespace ParenPad '(' is followed by whitespace. 354
 Error whitespace ParenPad ')' is preceded with whitespace. 354
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 355
 Error whitespace ParenPad '(' is followed by whitespace. 356
 Error whitespace ParenPad ')' is preceded with whitespace. 356
 Error sizes LineLength Line is longer than 80 characters (found 93). 363
 Error sizes LineLength Line is longer than 80 characters (found 86). 365
 Error sizes LineLength Line is longer than 80 characters (found 98). 370
 Error whitespace ParenPad '(' is followed by whitespace. 370
 Error misc FinalParameters Parameter lines should be final. 370
 Error misc FinalParameters Parameter line should be final. 370
 Error misc FinalParameters Parameter indentSize should be final. 370
 Error misc FinalParameters Parameter lineLength should be final. 370
 Error whitespace ParenPad ')' is preceded with whitespace. 370
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 371
 Error whitespace ParenPad '(' is followed by whitespace. 372
 Error whitespace ParenPad ')' is preceded with whitespace. 372
 Error whitespace ParenPad '(' is followed by whitespace. 373
 Error coding MagicNumber '256' is a magic number. 373
 Error whitespace ParenPad ')' is preceded with whitespace. 373
 Error whitespace ParenPad '(' is followed by whitespace. 375
 Error whitespace ParenPad ')' is preceded with whitespace. 375
 Error whitespace ParenPad '(' is followed by whitespace. 377
 Error whitespace ParenPad ')' is preceded with whitespace. 377
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 378
 Error whitespace ParenPad '(' is followed by whitespace. 379
 Error whitespace ParenPad ')' is preceded with whitespace. 379
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 380
 Error whitespace ParenPad '(' is followed by whitespace. 381
 Error whitespace ParenPad ')' is preceded with whitespace. 381
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 382
 Error whitespace ParenPad '(' is followed by whitespace. 383
 Error whitespace ParenPad ')' is preceded with whitespace. 383
 Error whitespace ParenPad '(' is followed by whitespace. 384
 Error whitespace ParenPad ')' is preceded with whitespace. 384
 Error whitespace ParenPad '(' is followed by whitespace. 385
 Error whitespace ParenPad '(' is followed by whitespace. 385
 Error whitespace ParenPad ')' is preceded with whitespace. 385
 Error whitespace ParenPad ')' is preceded with whitespace. 385
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 386
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 388
 Error whitespace ParenPad '(' is followed by whitespace. 389
 Error whitespace ParenPad ')' is preceded with whitespace. 389
 Error whitespace ParenPad '(' is followed by whitespace. 393
 Error whitespace ParenPad ')' is preceded with whitespace. 393
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 394
 Error whitespace ParenPad '(' is followed by whitespace. 395
 Error whitespace ParenPad ')' is preceded with whitespace. 395
 Error whitespace ParenPad '(' is followed by whitespace. 396
 Error whitespace ParenPad ')' is preceded with whitespace. 396
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 397
 Error sizes LineLength Line is longer than 80 characters (found 88). 398
 Error whitespace ParenPad '(' is followed by whitespace. 398
 Error whitespace ParenPad '(' is followed by whitespace. 398
 Error whitespace ParenPad ')' is preceded with whitespace. 398
 Error whitespace ParenPad ')' is preceded with whitespace. 398
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 399
 Error whitespace ParenPad '(' is followed by whitespace. 400
 Error whitespace ParenPad ')' is preceded with whitespace. 400
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 401
 Error whitespace ParenPad '(' is followed by whitespace. 402
 Error whitespace ParenPad ')' is preceded with whitespace. 402
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 403
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 405
 Error whitespace ParenPad '(' is followed by whitespace. 406
 Error whitespace ParenPad ')' is preceded with whitespace. 406
 Error whitespace ParenPad '(' is followed by whitespace. 410
 Error whitespace ParenPad ')' is preceded with whitespace. 410
 Error sizes LineLength Line is longer than 80 characters (found 103). 416
 Error whitespace ParenPad '(' is followed by whitespace. 419
 Error misc FinalParameters Parameter line should be final. 419
 Error whitespace ParenPad ')' is preceded with whitespace. 419
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 420
 Error whitespace ParenPad '(' is followed by whitespace. 422
 Error whitespace ParenPad '(' is followed by whitespace. 422
 Error whitespace ParenPad ')' is preceded with whitespace. 422
 Error whitespace ParenPad ')' is preceded with whitespace. 422
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 423
 Error whitespace ParenPad '(' is followed by whitespace. 426
 Error coding MagicNumber '4' is a magic number. 426
 Error whitespace ParenPad ')' is preceded with whitespace. 426
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 427
 Error whitespace ParenPad '(' is followed by whitespace. 428
 Error whitespace ParenPad '(' is followed by whitespace. 428
 Error whitespace ParenPad ')' is preceded with whitespace. 428
 Error whitespace ParenPad ')' is preceded with whitespace. 428
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 429
 Error whitespace ParenPad '(' is followed by whitespace. 437
 Error misc FinalParameters Parameter expression should be final. 437
 Error whitespace ParenPad ')' is preceded with whitespace. 437
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 438
 Error sizes LineLength Line is longer than 80 characters (found 94). 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad ')' is preceded with whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad ')' is preceded with whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error whitespace ParenPad '(' is followed by whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 441
 Error whitespace ParenPad '(' is followed by whitespace. 443
 Error whitespace ParenPad ')' is preceded with whitespace. 443

org/codehaus/gmavenplus/groovyworkarounds/DotGroovyFile.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 202). 13
 Error sizes LineLength Line is longer than 80 characters (found 149). 14
 Error sizes LineLength Line is longer than 80 characters (found 152). 81
 Error sizes LineLength Line is longer than 80 characters (found 82). 82
 Error sizes LineLength Line is longer than 80 characters (found 82). 100
 Error sizes LineLength Line is longer than 80 characters (found 85). 103

org/codehaus/gmavenplus/groovyworkarounds/GroovyDocTemplateInfo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 389). 10
 Error sizes LineLength Line is longer than 80 characters (found 83). 33
 Error design VisibilityModifier Variable 'groovyVersion' must be private and have accessor methods. 38
 Error design VisibilityModifier Variable 'templateBaseDir' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 113). 46
 Error misc FinalParameters Parameter version should be final. 50
 Error sizes LineLength Line is longer than 80 characters (found 86). 53
 Error sizes LineLength Line is longer than 80 characters (found 87). 55
 Error design DesignForExtension Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error design DesignForExtension Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 118
 Error design DesignForExtension Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 132

org/codehaus/gmavenplus/javaparser/LanguageLevel.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 180). 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocVariable Missing a Javadoc comment. 8
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error naming ConstantName Name 'yieldSupport' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error sizes LineLength Line is longer than 80 characters (found 108). 44
 Error sizes LineLength Line is longer than 80 characters (found 91). 45
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 47

org/codehaus/gmavenplus/model/GroovyCompileConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error sizes LineLength Line is longer than 80 characters (found 106). 34
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error misc FinalParameters Parameter sources should be final. 34
 Error coding HiddenField 'sources' hides a field. 34
 Error misc FinalParameters Parameter classpath should be final. 34
 Error coding HiddenField 'classpath' hides a field. 34
 Error misc FinalParameters Parameter compileOutputDirectory should be final. 34
 Error coding HiddenField 'compileOutputDirectory' hides a field. 34
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getSources' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getCompileOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getCompileOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error misc FinalParameters Parameter includeClasspath should be final. 56
 Error coding HiddenField 'includeClasspath' hides a field. 56
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error misc FinalParameters Parameter skipBytecodeCheck should be final. 64
 Error coding HiddenField 'skipBytecodeCheck' hides a field. 64
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isDebug' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setDebug' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error misc FinalParameters Parameter debug should be final. 72
 Error coding HiddenField 'debug' hides a field. 72
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isVerbose' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setVerbose' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error misc FinalParameters Parameter verbose should be final. 80
 Error coding HiddenField 'verbose' hides a field. 80
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error misc FinalParameters Parameter warningLevel should be final. 88
 Error coding HiddenField 'warningLevel' hides a field. 88
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getTolerance' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setTolerance' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error misc FinalParameters Parameter tolerance should be final. 96
 Error coding HiddenField 'tolerance' hides a field. 96
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isInvokeDynamic' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isInvokeDynamic' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setInvokeDynamic' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setInvokeDynamic' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter invokeDynamic should be final. 104
 Error coding HiddenField 'invokeDynamic' hides a field. 104
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getParallelParsing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getParallelParsing' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setParallelParsing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setParallelParsing' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error misc FinalParameters Parameter parallelParsing should be final. 112
 Error coding HiddenField 'parallelParsing' hides a field. 112
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getConfigScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getConfigScript' static/final/abstract/empty, or adding allowed annotation for the method. 116
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setConfigScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setConfigScript' static/final/abstract/empty, or adding allowed annotation for the method. 120
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter configScript should be final. 120
 Error coding HiddenField 'configScript' hides a field. 120
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isParameters' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 124
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setParameters' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error misc FinalParameters Parameter parameters should be final. 128
 Error coding HiddenField 'parameters' hides a field. 128
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 Error misc FinalParameters Parameter previewFeatures should be final. 136
 Error coding HiddenField 'previewFeatures' hides a field. 136
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. 140
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. 144
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 144
 Error misc FinalParameters Parameter sourceEncoding should be final. 144
 Error coding HiddenField 'sourceEncoding' hides a field. 144
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. 148
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error design DesignForExtension Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. 152
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 152
 Error misc FinalParameters Parameter targetBytecode should be final. 152
 Error coding HiddenField 'targetBytecode' hides a field. 152

org/codehaus/gmavenplus/model/GroovyDocConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error sizes LineLength Line is longer than 80 characters (found 105). 43
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error misc FinalParameters Parameter sourceDirectories should be final. 43
 Error coding HiddenField 'sourceDirectories' hides a field. 43
 Error misc FinalParameters Parameter classpath should be final. 43
 Error coding HiddenField 'classpath' hides a field. 43
 Error misc FinalParameters Parameter outputDirectory should be final. 43
 Error coding HiddenField 'outputDirectory' hides a field. 43
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceDirectories' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getSourceDirectories' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error misc FinalParameters Parameter includeClasspath should be final. 65
 Error coding HiddenField 'includeClasspath' hides a field. 65
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLinks' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLinks' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error misc FinalParameters Parameter links should be final. 73
 Error coding HiddenField 'links' hides a field. 73
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error misc FinalParameters Parameter defaultDocTemplates should be final. 81
 Error coding HiddenField 'defaultDocTemplates' hides a field. 81
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error misc FinalParameters Parameter defaultPackageTemplates should be final. 89
 Error coding HiddenField 'defaultPackageTemplates' hides a field. 89
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error misc FinalParameters Parameter defaultClassTemplates should be final. 97
 Error coding HiddenField 'defaultClassTemplates' hides a field. 97
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDocProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDocProperties' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDocProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDocProperties' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter docProperties should be final. 105
 Error coding HiddenField 'docProperties' hides a field. 105
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getGroovyDocToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getGroovyDocToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setGroovyDocToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setGroovyDocToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error misc FinalParameters Parameter groovyDocToolClass should be final. 113
 Error coding HiddenField 'groovyDocToolClass' hides a field. 113
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 117
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 117
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter outputToolClass should be final. 121
 Error coding HiddenField 'outputToolClass' hides a field. 121
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getFileOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getFileOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setFileOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setFileOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 129
 Error misc FinalParameters Parameter fileOutputToolClass should be final. 129
 Error coding HiddenField 'fileOutputToolClass' hides a field. 129
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. 133
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 133
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. 137
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Error misc FinalParameters Parameter resourceManagerClass should be final. 137
 Error coding HiddenField 'resourceManagerClass' hides a field. 137
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspathResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getClasspathResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Error sizes LineLength Line is longer than 80 characters (found 88). 145
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setClasspathResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setClasspathResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. 145
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter classpathResourceManagerClass should be final. 145
 Error coding HiddenField 'classpathResourceManagerClass' hides a field. 145
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLinkArgumentClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLinkArgumentClass' static/final/abstract/empty, or adding allowed annotation for the method. 149
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 149
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLinkArgumentClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLinkArgumentClass' static/final/abstract/empty, or adding allowed annotation for the method. 153
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 153
 Error misc FinalParameters Parameter linkArgumentClass should be final. 153
 Error coding HiddenField 'linkArgumentClass' hides a field. 153
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'isAttachGroovyDocAnnotation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'isAttachGroovyDocAnnotation' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error sizes LineLength Line is longer than 80 characters (found 81). 161
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setAttachGroovyDocAnnotation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setAttachGroovyDocAnnotation' static/final/abstract/empty, or adding allowed annotation for the method. 161
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error misc FinalParameters Parameter attachGroovyDocAnnotation should be final. 161
 Error coding HiddenField 'attachGroovyDocAnnotation' hides a field. 161
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOverviewFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOverviewFile' static/final/abstract/empty, or adding allowed annotation for the method. 165
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 165
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setOverviewFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setOverviewFile' static/final/abstract/empty, or adding allowed annotation for the method. 169
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 169
 Error misc FinalParameters Parameter overviewFile should be final. 169
 Error coding HiddenField 'overviewFile' hides a field. 169
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getScope' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getScope' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 173
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setScope' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setScope' static/final/abstract/empty, or adding allowed annotation for the method. 177
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 177
 Error misc FinalParameters Parameter scope should be final. 177
 Error coding HiddenField 'scope' hides a field. 177
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getWindowTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getWindowTitle' static/final/abstract/empty, or adding allowed annotation for the method. 181
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 181
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setWindowTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setWindowTitle' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 185
 Error misc FinalParameters Parameter windowTitle should be final. 185
 Error coding HiddenField 'windowTitle' hides a field. 185
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDocTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDocTitle' static/final/abstract/empty, or adding allowed annotation for the method. 189
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 189
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDocTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDocTitle' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error misc FinalParameters Parameter docTitle should be final. 193
 Error coding HiddenField 'docTitle' hides a field. 193
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getFooter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getFooter' static/final/abstract/empty, or adding allowed annotation for the method. 197
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 197
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setFooter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setFooter' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error misc FinalParameters Parameter footer should be final. 201
 Error coding HiddenField 'footer' hides a field. 201
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getHeader' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setHeader' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error misc FinalParameters Parameter header should be final. 209
 Error coding HiddenField 'header' hides a field. 209
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'isDisplayAuthor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'isDisplayAuthor' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDisplayAuthor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDisplayAuthor' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error misc FinalParameters Parameter displayAuthor should be final. 217
 Error coding HiddenField 'displayAuthor' hides a field. 217
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLanguageLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLanguageLevel' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Error design DesignForExtension Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLanguageLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLanguageLevel' static/final/abstract/empty, or adding allowed annotation for the method. 225
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error misc FinalParameters Parameter languageLevel should be final. 225
 Error coding HiddenField 'languageLevel' hides a field. 225

org/codehaus/gmavenplus/model/GroovyStubConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error sizes LineLength Line is longer than 80 characters (found 100). 28
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error misc FinalParameters Parameter stubSources should be final. 28
 Error coding HiddenField 'stubSources' hides a field. 28
 Error misc FinalParameters Parameter classpath should be final. 28
 Error coding HiddenField 'classpath' hides a field. 28
 Error misc FinalParameters Parameter outputDirectory should be final. 28
 Error coding HiddenField 'outputDirectory' hides a field. 28
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getStubSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getStubSources' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error misc FinalParameters Parameter includeClasspath should be final. 50
 Error coding HiddenField 'includeClasspath' hides a field. 50
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error misc FinalParameters Parameter skipBytecodeCheck should be final. 58
 Error coding HiddenField 'skipBytecodeCheck' hides a field. 58
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isDebug' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setDebug' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error misc FinalParameters Parameter debug should be final. 66
 Error coding HiddenField 'debug' hides a field. 66
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isVerbose' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setVerbose' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error misc FinalParameters Parameter verbose should be final. 74
 Error coding HiddenField 'verbose' hides a field. 74
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error misc FinalParameters Parameter warningLevel should be final. 82
 Error coding HiddenField 'warningLevel' hides a field. 82
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getTolerance' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setTolerance' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error misc FinalParameters Parameter tolerance should be final. 90
 Error coding HiddenField 'tolerance' hides a field. 90
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error misc FinalParameters Parameter sourceEncoding should be final. 98
 Error coding HiddenField 'sourceEncoding' hides a field. 98
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error design DesignForExtension Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. 106
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 106
 Error misc FinalParameters Parameter targetBytecode should be final. 106
 Error coding HiddenField 'targetBytecode' hides a field. 106

org/codehaus/gmavenplus/model/IncludeClasspath.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 7
 Error javadoc JavadocVariable Missing a Javadoc comment. 8
 Error javadoc JavadocVariable Missing a Javadoc comment. 9

org/codehaus/gmavenplus/model/Link.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 96). 1
 Error sizes LineLength Line is longer than 80 characters (found 108). 7
 Error sizes LineLength Line is longer than 80 characters (found 89). 34
 Error sizes LineLength Line is longer than 80 characters (found 91). 52

org/codehaus/gmavenplus/model/internal/Version.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 84). 7
 Error sizes LineLength Line is longer than 80 characters (found 104). 42
 Error sizes LineLength Line is longer than 80 characters (found 103). 45
 Error sizes LineLength Line is longer than 80 characters (found 83). 65
 Error sizes LineLength Line is longer than 80 characters (found 85). 96
 Error coding MagicNumber '4' is a magic number. 98
 Error coding MagicNumber '3' is a magic number. 100
 Error sizes LineLength Line is longer than 80 characters (found 121). 109
 Error coding MagicNumber '3' is a magic number. 115
 Error sizes LineLength Line is longer than 80 characters (found 127). 119
 Error coding MagicNumber '4' is a magic number. 125
 Error sizes LineLength Line is longer than 80 characters (found 98). 135
 Error sizes LineLength Line is longer than 80 characters (found 110). 154
 Error sizes LineLength Line is longer than 80 characters (found 122). 192
 Error sizes LineLength Line is longer than 80 characters (found 140). 193
 Error sizes LineLength Line is longer than 80 characters (found 116). 196
 Error sizes LineLength Line is longer than 80 characters (found 82). 197
 Error sizes LineLength Line is longer than 80 characters (found 122). 205
 Error sizes LineLength Line is longer than 80 characters (found 104). 209
 Error sizes LineLength Line is longer than 80 characters (found 116). 210
 Error sizes LineLength Line is longer than 80 characters (found 82). 211
 Error sizes LineLength Line is longer than 80 characters (found 85). 213
 Error sizes LineLength Line is longer than 80 characters (found 125). 214
 Error sizes LineLength Line is longer than 80 characters (found 100). 225

org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 35
 Error sizes LineLength Line is longer than 80 characters (found 114). 65
 Error sizes LineLength Line is longer than 80 characters (found 128). 66
 Error sizes LineLength Line is longer than 80 characters (found 112). 67
 Error sizes LineLength Line is longer than 80 characters (found 100). 68
 Error design VisibilityModifier Variable 'targetBytecode' must be private and have accessor methods. 83
 Error sizes LineLength Line is longer than 80 characters (found 113). 86
 Error design VisibilityModifier Variable 'skipBytecodeCheck' must be private and have accessor methods. 91
 Error design VisibilityModifier Variable 'debug' must be private and have accessor methods. 97
 Error design VisibilityModifier Variable 'verbose' must be private and have accessor methods. 103
 Error design VisibilityModifier Variable 'warningLevel' must be private and have accessor methods. 119
 Error sizes LineLength Line is longer than 80 characters (found 138). 122
 Error design VisibilityModifier Variable 'tolerance' must be private and have accessor methods. 125
 Error sizes LineLength Line is longer than 80 characters (found 109). 128
 Error design VisibilityModifier Variable 'invokeDynamic' must be private and have accessor methods. 132
 Error design VisibilityModifier Variable 'parallelParsing' must be private and have accessor methods. 141
 Error sizes LineLength Line is longer than 80 characters (found 125). 144
 Error sizes LineLength Line is longer than 80 characters (found 105). 145
 Error design VisibilityModifier Variable 'configScript' must be private and have accessor methods. 148
 Error sizes LineLength Line is longer than 80 characters (found 109). 151
 Error design VisibilityModifier Variable 'parameters' must be private and have accessor methods. 155
 Error sizes LineLength Line is longer than 80 characters (found 118). 164
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 169
 Error sizes LineLength Line is longer than 80 characters (found 108). 173
 Error design VisibilityModifier Variable 'previewFeatures' must be private and have accessor methods. 178
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 184
 Error sizes LineLength Line is longer than 80 characters (found 114). 187
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 190
 Error sizes LineLength Line is longer than 80 characters (found 87). 197
 Error sizes LineLength Line is longer than 80 characters (found 92). 198
 Error sizes LineLength Line is longer than 80 characters (found 99). 199
 Error sizes LineLength Line is longer than 80 characters (found 96). 200
 Error sizes LineLength Line is longer than 80 characters (found 112). 201
 Error sizes LineLength Line is longer than 80 characters (found 90). 202
 Error sizes LineLength Line is longer than 80 characters (found 123). 205
 Error sizes LineLength Line is longer than 80 characters (found 141). 206
 Error sizes LineLength Line is longer than 80 characters (found 126). 212
 Error sizes LineLength Line is longer than 80 characters (found 92). 227
 Error sizes LineLength Line is longer than 80 characters (found 237). 241
 Error design DesignForExtension Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessCompilation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'performInProcessCompilation' static/final/abstract/empty, or adding allowed annotation for the method. 241
 Error misc FinalParameters Parameter configuration should be final. 241
 Error misc FinalParameters Parameter classpath should be final. 241
 Error sizes LineLength Line is longer than 80 characters (found 84). 244
 Error sizes LineLength Line is longer than 80 characters (found 216). 247
 Error sizes LineLength Line is longer than 80 characters (found 110). 255
 Error design DesignForExtension Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'performForkedCompilation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'performForkedCompilation' static/final/abstract/empty, or adding allowed annotation for the method. 255
 Error misc FinalParameters Parameter configuration should be final. 255
 Error misc FinalParameters Parameter javaExecutable should be final. 255
 Error sizes LineLength Line is longer than 80 characters (found 117). 257
 Error sizes LineLength Line is longer than 80 characters (found 89). 259
 Error sizes LineLength Line is longer than 80 characters (found 87). 267
 Error sizes LineLength Line is longer than 80 characters (found 111). 269
 Error sizes LineLength Line is longer than 80 characters (found 99). 288
 Error design DesignForExtension Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 295
 Error sizes LineLength Line is longer than 80 characters (found 84). 298
 Error sizes LineLength Line is longer than 80 characters (found 93). 301
 Error sizes LineLength Line is longer than 80 characters (found 97). 309
 Error sizes LineLength Line is longer than 80 characters (found 93). 311
 Error sizes LineLength Line is longer than 80 characters (found 93). 315

org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 20
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 31
 Error sizes LineLength Line is longer than 80 characters (found 114). 61
 Error sizes LineLength Line is longer than 80 characters (found 128). 62
 Error sizes LineLength Line is longer than 80 characters (found 112). 63
 Error sizes LineLength Line is longer than 80 characters (found 100). 64
 Error design VisibilityModifier Variable 'targetBytecode' must be private and have accessor methods. 81
 Error sizes LineLength Line is longer than 80 characters (found 113). 84
 Error design VisibilityModifier Variable 'skipBytecodeCheck' must be private and have accessor methods. 89
 Error design VisibilityModifier Variable 'debug' must be private and have accessor methods. 95
 Error design VisibilityModifier Variable 'verbose' must be private and have accessor methods. 101
 Error design VisibilityModifier Variable 'warningLevel' must be private and have accessor methods. 117
 Error sizes LineLength Line is longer than 80 characters (found 138). 120
 Error design VisibilityModifier Variable 'tolerance' must be private and have accessor methods. 123
 Error sizes LineLength Line is longer than 80 characters (found 118). 132
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 137
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 143
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 149
 Error sizes LineLength Line is longer than 80 characters (found 114). 152
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 157
 Error sizes LineLength Line is longer than 80 characters (found 96). 165
 Error sizes LineLength Line is longer than 80 characters (found 103). 166
 Error sizes LineLength Line is longer than 80 characters (found 100). 167
 Error sizes LineLength Line is longer than 80 characters (found 116). 168
 Error sizes LineLength Line is longer than 80 characters (found 90). 169
 Error sizes LineLength Line is longer than 80 characters (found 260). 171
 Error sizes LineLength Line is longer than 80 characters (found 81). 173
 Error sizes LineLength Line is longer than 80 characters (found 177). 177
 Error sizes LineLength Line is longer than 80 characters (found 119). 187
 Error sizes LineLength Line is longer than 80 characters (found 83). 190
 Error sizes LineLength Line is longer than 80 characters (found 267). 201
 Error design DesignForExtension Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'performInProcessStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error misc FinalParameters Parameter configuration should be final. 201
 Error misc FinalParameters Parameter classpath should be final. 201
 Error sizes LineLength Line is longer than 80 characters (found 84). 204
 Error sizes LineLength Line is longer than 80 characters (found 83). 206
 Error sizes LineLength Line is longer than 80 characters (found 173). 212
 Error design DesignForExtension Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'performForkedStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'performForkedStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 212
 Error misc FinalParameters Parameter configuration should be final. 212
 Error misc FinalParameters Parameter javaExecutable should be final. 212
 Error sizes LineLength Line is longer than 80 characters (found 141). 217
 Error sizes LineLength Line is longer than 80 characters (found 134). 237
 Error design DesignForExtension Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 245
 Error sizes LineLength Line is longer than 80 characters (found 84). 248
 Error sizes LineLength Line is longer than 80 characters (found 93). 251
 Error sizes LineLength Line is longer than 80 characters (found 97). 259
 Error sizes LineLength Line is longer than 80 characters (found 93). 261
 Error sizes LineLength Line is longer than 80 characters (found 93). 265
 Error misc FinalParameters Parameter outputDirectory should be final. 276
 Error sizes LineLength Line is longer than 80 characters (found 100). 278
 Error sizes LineLength Line is longer than 80 characters (found 86). 282
 Error sizes LineLength Line is longer than 80 characters (found 123). 283
 Error sizes LineLength Line is longer than 80 characters (found 118). 284
 Error sizes LineLength Line is longer than 80 characters (found 87). 285
 Error sizes LineLength Line is longer than 80 characters (found 101). 293

org/codehaus/gmavenplus/mojo/AbstractGroovyDocMojo.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.apache.maven.shared.model.fileset.util.FileSetManager. 5
 Error sizes LineLength Line is longer than 80 characters (found 83). 40
 Error design VisibilityModifier Variable 'windowTitle' must be private and have accessor methods. 51
 Error design VisibilityModifier Variable 'docTitle' must be private and have accessor methods. 57
 Error design VisibilityModifier Variable 'footer' must be private and have accessor methods. 63
 Error design VisibilityModifier Variable 'languageLevel' must be private and have accessor methods. 69
 Error design VisibilityModifier Variable 'header' must be private and have accessor methods. 75
 Error design VisibilityModifier Variable 'displayAuthor' must be private and have accessor methods. 81
 Error design VisibilityModifier Variable 'overviewFile' must be private and have accessor methods. 87
 Error sizes LineLength Line is longer than 80 characters (found 111). 90
 Error design VisibilityModifier Variable 'stylesheetFile' must be private and have accessor methods. 93
 Error design VisibilityModifier Variable 'stylesheetEncoding' must be private and have accessor methods. 99
 Error design VisibilityModifier Variable 'scope' must be private and have accessor methods. 111
 Error sizes LineLength Line is longer than 80 characters (found 122). 114
 Error design VisibilityModifier Variable 'links' must be private and have accessor methods. 119
 Error design VisibilityModifier Variable 'skipGroovyDoc' must be private and have accessor methods. 127
 Error sizes LineLength Line is longer than 80 characters (found 118). 136
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 141
 Error sizes LineLength Line is longer than 80 characters (found 111). 144
 Error design VisibilityModifier Variable 'defaultDocTemplates' must be private and have accessor methods. 149
 Error sizes LineLength Line is longer than 80 characters (found 107). 152
 Error design VisibilityModifier Variable 'defaultPackageTemplates' must be private and have accessor methods. 157
 Error sizes LineLength Line is longer than 80 characters (found 105). 160
 Error design VisibilityModifier Variable 'defaultClassTemplates' must be private and have accessor methods. 165
 Error sizes LineLength Line is longer than 80 characters (found 120). 168
 Error design VisibilityModifier Variable 'groovyDocToolClass' must be private and have accessor methods. 174
 Error sizes LineLength Line is longer than 80 characters (found 117). 177
 Error design VisibilityModifier Variable 'outputToolClass' must be private and have accessor methods. 183
 Error sizes LineLength Line is longer than 80 characters (found 116). 186
 Error design VisibilityModifier Variable 'fileOutputToolClass' must be private and have accessor methods. 192
 Error sizes LineLength Line is longer than 80 characters (found 117). 195
 Error design VisibilityModifier Variable 'resourceManagerClass' must be private and have accessor methods. 201
 Error sizes LineLength Line is longer than 80 characters (found 118). 204
 Error design VisibilityModifier Variable 'classpathResourceManagerClass' must be private and have accessor methods. 210
 Error sizes LineLength Line is longer than 80 characters (found 109). 213
 Error sizes LineLength Line is longer than 80 characters (found 115). 214
 Error design VisibilityModifier Variable 'linkArgumentClass' must be private and have accessor methods. 220
 Error sizes LineLength Line is longer than 80 characters (found 85). 223
 Error design VisibilityModifier Variable 'attachGroovyDocAnnotation' must be private and have accessor methods. 228
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 234
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 240
 Error sizes LineLength Line is longer than 80 characters (found 114). 243
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 248
 Error sizes LineLength Line is longer than 80 characters (found 101). 256
 Error sizes LineLength Line is longer than 80 characters (found 108). 257
 Error sizes LineLength Line is longer than 80 characters (found 105). 258
 Error sizes LineLength Line is longer than 80 characters (found 121). 259
 Error sizes LineLength Line is longer than 80 characters (found 90). 260
 Error sizes LineLength Line is longer than 80 characters (found 271). 262
 Error sizes LineLength Line is longer than 80 characters (found 104). 264
 Error sizes LineLength Line is longer than 80 characters (found 97). 269
 Error sizes LineLength Line is longer than 80 characters (found 121). 273
 Error sizes LineLength Line is longer than 80 characters (found 86). 286
 Error sizes LineLength Line is longer than 80 characters (found 96). 295
 Error sizes LineLength Line is longer than 80 characters (found 119). 299
 Error sizes LineLength Line is longer than 80 characters (found 88). 302
 Error sizes LineLength Line is longer than 80 characters (found 82). 305
 Error sizes LineLength Line is longer than 80 characters (found 222). 318
 Error design DesignForExtension Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'performInProcessGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 318
 Error misc FinalParameters Parameter configuration should be final. 318
 Error sizes LineLength Line is longer than 80 characters (found 84). 320
 Error sizes LineLength Line is longer than 80 characters (found 225). 324
 Error sizes LineLength Line is longer than 80 characters (found 148). 328
 Error sizes LineLength Line is longer than 80 characters (found 207). 329
 Error sizes LineLength Line is longer than 80 characters (found 147). 337
 Error design DesignForExtension Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'performForkedGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'performForkedGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 337
 Error misc FinalParameters Parameter configuration should be final. 337
 Error misc FinalParameters Parameter javaExecutable should be final. 337
 Error sizes LineLength Line is longer than 80 characters (found 141). 342
 Error sizes LineLength Line is longer than 80 characters (found 139). 362
 Error design DesignForExtension Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 369
 Error sizes LineLength Line is longer than 80 characters (found 84). 372
 Error sizes LineLength Line is longer than 80 characters (found 93). 375
 Error sizes LineLength Line is longer than 80 characters (found 97). 383
 Error sizes LineLength Line is longer than 80 characters (found 93). 385
 Error sizes LineLength Line is longer than 80 characters (found 93). 389
 Error sizes LineLength Line is longer than 80 characters (found 107). 407
 Error sizes LineLength Line is longer than 80 characters (found 90). 420
 Error sizes LineLength Line is longer than 80 characters (found 89). 433
 Error sizes LineLength Line is longer than 80 characters (found 146). 439
 Error sizes LineLength Line is longer than 80 characters (found 126). 441
 Error sizes LineLength Line is longer than 80 characters (found 141). 450
 Error sizes LineLength Line is longer than 80 characters (found 121). 452
 Error sizes LineLength Line is longer than 80 characters (found 109). 460

org/codehaus/gmavenplus/mojo/AbstractGroovyMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 31
 Error sizes LineLength Line is longer than 80 characters (found 90). 36
 Error sizes LineLength Line is longer than 80 characters (found 95). 59
 Error design VisibilityModifier Variable 'classWrangler' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 229). 63
 Error design VisibilityModifier Variable 'project' must be private and have accessor methods. 69
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 75
 Error design VisibilityModifier Variable 'pluginArtifacts' must be private and have accessor methods. 81
 Error design VisibilityModifier Variable 'mojoExecution' must be private and have accessor methods. 87
 Error design VisibilityModifier Variable 'pluginDescriptor' must be private and have accessor methods. 93
 Error design VisibilityModifier Variable 'minGroovyVersion' must be private and have accessor methods. 99
 Error sizes LineLength Line is longer than 80 characters (found 107). 118
 Error sizes LineLength Line is longer than 80 characters (found 105). 120
 Error sizes LineLength Line is longer than 80 characters (found 109). 127
 Error sizes LineLength Line is longer than 80 characters (found 108). 129
 Error sizes LineLength Line is longer than 80 characters (found 101). 136
 Error sizes LineLength Line is longer than 80 characters (found 102). 138
 Error sizes LineLength Line is longer than 80 characters (found 83). 163
 Error sizes LineLength Line is longer than 80 characters (found 81). 165
 Error sizes LineLength Line is longer than 80 characters (found 91). 168
 Error sizes LineLength Line is longer than 80 characters (found 88). 172
 Error sizes LineLength Line is longer than 80 characters (found 127). 175
 Error misc FinalParameters Parameter version should be final. 177
 Error sizes LineLength Line is longer than 80 characters (found 86). 178
 Error sizes LineLength Line is longer than 80 characters (found 118). 185
 Error misc FinalParameters Parameter version should be final. 187
 Error sizes LineLength Line is longer than 80 characters (found 81). 188
 Error sizes LineLength Line is longer than 80 characters (found 90). 192
 Error sizes LineLength Line is longer than 80 characters (found 129). 195
 Error misc FinalParameters Parameter version should be final. 197
 Error sizes LineLength Line is longer than 80 characters (found 88). 198
 Error sizes LineLength Line is longer than 80 characters (found 90). 202
 Error sizes LineLength Line is longer than 80 characters (found 129). 205
 Error misc FinalParameters Parameter version should be final. 207
 Error sizes LineLength Line is longer than 80 characters (found 88). 208
 Error sizes LineLength Line is longer than 80 characters (found 82). 212
 Error sizes LineLength Line is longer than 80 characters (found 126). 224
 Error sizes LineLength Line is longer than 80 characters (found 129). 225
 Error sizes LineLength Line is longer than 80 characters (found 86). 226
 Error sizes LineLength Line is longer than 80 characters (found 122). 228
 Error misc FinalParameters Parameter classpath should be final. 228
 Error misc FinalParameters Parameter includeClasspath should be final. 228
 Error sizes LineLength Line is longer than 80 characters (found 87). 230
 Error sizes LineLength Line is longer than 80 characters (found 103). 231
 Error sizes LineLength Line is longer than 80 characters (found 82). 232
 Error sizes LineLength Line is longer than 80 characters (found 98). 233
 Error sizes LineLength Line is longer than 80 characters (found 96). 234
 Error sizes LineLength Line is longer than 80 characters (found 113). 236
 Error sizes LineLength Line is longer than 80 characters (found 98). 237
 Error sizes LineLength Line is longer than 80 characters (found 83). 249
 Error sizes LineLength Line is longer than 80 characters (found 93). 251
 Error sizes LineLength Line is longer than 80 characters (found 87). 255
 Error sizes LineLength Line is longer than 80 characters (found 84). 260
 Error sizes LineLength Line is longer than 80 characters (found 111). 262
 Error sizes LineLength Line is longer than 80 characters (found 92). 272

org/codehaus/gmavenplus/mojo/AbstractGroovySourcesMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 7
 Error sizes LineLength Line is longer than 80 characters (found 112). 30
 Error sizes LineLength Line is longer than 80 characters (found 103). 36
 Error sizes LineLength Line is longer than 80 characters (found 112). 50
 Error sizes LineLength Line is longer than 80 characters (found 107). 56
 Error sizes LineLength Line is longer than 80 characters (found 82). 60
 Error sizes LineLength Line is longer than 80 characters (found 115). 70
 Error sizes LineLength Line is longer than 80 characters (found 100). 76
 Error sizes LineLength Line is longer than 80 characters (found 95). 84
 Error sizes LineLength Line is longer than 80 characters (found 96). 85
 Error sizes LineLength Line is longer than 80 characters (found 99). 99
 Error sizes LineLength Line is longer than 80 characters (found 104). 100
 Error sizes LineLength Line is longer than 80 characters (found 115). 109
 Error sizes LineLength Line is longer than 80 characters (found 104). 115
 Error sizes LineLength Line is longer than 80 characters (found 95). 123
 Error sizes LineLength Line is longer than 80 characters (found 96). 124
 Error sizes LineLength Line is longer than 80 characters (found 99). 138
 Error sizes LineLength Line is longer than 80 characters (found 104). 139

org/codehaus/gmavenplus/mojo/AbstractGroovyStubSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 25
 Error sizes LineLength Line is longer than 80 characters (found 104). 28
 Error sizes LineLength Line is longer than 80 characters (found 108). 38
 Error misc FinalParameters Parameter project should be final. 38
 Error misc FinalParameters Parameter scopeToRemove should be final. 38
 Error misc FinalParameters Parameter sourceDirectory should be final. 38
 Error sizes LineLength Line is longer than 80 characters (found 112). 39
 Error sizes LineLength Line is longer than 80 characters (found 111). 40
 Error sizes LineLength Line is longer than 80 characters (found 105). 41
 Error sizes LineLength Line is longer than 80 characters (found 121). 47
 Error sizes LineLength Line is longer than 80 characters (found 85). 51
 Error sizes LineLength Line is longer than 80 characters (found 85). 52
 Error misc FinalParameters Parameter outputDirectory should be final. 66

org/codehaus/gmavenplus/mojo/AbstractToolsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 101). 18
 Error sizes LineLength Line is longer than 80 characters (found 118). 19
 Error design VisibilityModifier Variable 'projectHelper' must be private and have accessor methods. 31
 Error sizes LineLength Line is longer than 80 characters (found 108). 34
 Error sizes LineLength Line is longer than 80 characters (found 91). 37
 Error sizes LineLength Line is longer than 80 characters (found 98). 39
 Error sizes LineLength Line is longer than 80 characters (found 100). 41
 Error sizes LineLength Line is longer than 80 characters (found 99). 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 47
 Error design VisibilityModifier Variable 'properties' must be private and have accessor methods. 54
 Error sizes LineLength Line is longer than 80 characters (found 109). 57
 Error design VisibilityModifier Variable 'allowSystemExits' must be private and have accessor methods. 63
 Error sizes LineLength Line is longer than 80 characters (found 123). 66
 Error design VisibilityModifier Variable 'bindPropertiesToSeparateVariables' must be private and have accessor methods. 71
 Error sizes LineLength Line is longer than 80 characters (found 118). 80
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 85
 Error sizes LineLength Line is longer than 80 characters (found 90). 88
 Error design VisibilityModifier Variable 'bindAllProjectProperties' must be private and have accessor methods. 93
 Error sizes LineLength Line is longer than 80 characters (found 119). 96
 Error sizes LineLength Line is longer than 80 characters (found 118). 97
 Error design VisibilityModifier Variable 'bindSessionUserOverrideProperties' must be private and have accessor methods. 103
 Error sizes LineLength Line is longer than 80 characters (found 102). 106
 Error sizes LineLength Line is longer than 80 characters (found 117). 107
 Error sizes LineLength Line is longer than 80 characters (found 114). 108
 Error sizes LineLength Line is longer than 80 characters (found 99). 109
 Error design VisibilityModifier Variable 'bindAllSessionUserProperties' must be private and have accessor methods. 115
 Error sizes LineLength Line is longer than 80 characters (found 84). 127
 Error sizes LineLength Line is longer than 80 characters (found 113). 142
 Error sizes LineLength Line is longer than 80 characters (found 102). 144
 Error sizes LineLength Line is longer than 80 characters (found 118). 146
 Error sizes LineLength Line is longer than 80 characters (found 131). 147
 Error sizes LineLength Line is longer than 80 characters (found 101). 150
 Error sizes LineLength Line is longer than 80 characters (found 111). 158
 Error sizes LineLength Line is longer than 80 characters (found 157). 161
 Error sizes LineLength Line is longer than 80 characters (found 106). 169
 Error sizes LineLength Line is longer than 80 characters (found 82). 172
 Error sizes LineLength Line is longer than 80 characters (found 194). 185

org/codehaus/gmavenplus/mojo/AddSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 15
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 23

org/codehaus/gmavenplus/mojo/AddStubSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 117). 10
 Error sizes LineLength Line is longer than 80 characters (found 95). 21
 Error design VisibilityModifier Variable 'stubsOutputDirectory' must be private and have accessor methods. 22
 Error sizes LineLength Line is longer than 80 characters (found 114). 29

org/codehaus/gmavenplus/mojo/AddTestSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 91). 15
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 23
 Error sizes LineLength Line is longer than 80 characters (found 81). 36
 Error sizes LineLength Line is longer than 80 characters (found 84). 38

org/codehaus/gmavenplus/mojo/AddTestStubSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 127). 10
 Error sizes LineLength Line is longer than 80 characters (found 95). 21
 Error design VisibilityModifier Variable 'testStubsOutputDirectory' must be private and have accessor methods. 22
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 28
 Error sizes LineLength Line is longer than 80 characters (found 132). 36
 Error sizes LineLength Line is longer than 80 characters (found 89). 37

org/codehaus/gmavenplus/mojo/CompileMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 134). 18
 Error sizes LineLength Line is longer than 80 characters (found 137). 23
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 31
 Error design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 37
 Error sizes LineLength Line is longer than 80 characters (found 118). 42
 Error sizes LineLength Line is longer than 80 characters (found 103). 48
 Error sizes LineLength Line is longer than 80 characters (found 104). 52
 Error sizes LineLength Line is longer than 80 characters (found 181). 54
 Error sizes LineLength Line is longer than 80 characters (found 123). 56
 Error sizes LineLength Line is longer than 80 characters (found 117). 58
 Error sizes LineLength Line is longer than 80 characters (found 111). 60
 Error sizes LineLength Line is longer than 80 characters (found 90). 62
 Error sizes LineLength Line is longer than 80 characters (found 108). 64

org/codehaus/gmavenplus/mojo/CompileTestsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 134). 18
 Error sizes LineLength Line is longer than 80 characters (found 144). 23
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 31
 Error design VisibilityModifier Variable 'testOutputDirectory' must be private and have accessor methods. 37
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 97). 59
 Error sizes LineLength Line is longer than 80 characters (found 113). 63
 Error sizes LineLength Line is longer than 80 characters (found 181). 65
 Error sizes LineLength Line is longer than 80 characters (found 123). 67
 Error sizes LineLength Line is longer than 80 characters (found 117). 69
 Error sizes LineLength Line is longer than 80 characters (found 111). 71
 Error sizes LineLength Line is longer than 80 characters (found 87). 73
 Error sizes LineLength Line is longer than 80 characters (found 105). 75

org/codehaus/gmavenplus/mojo/ConsoleMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 95). 29
 Error sizes LineLength Line is longer than 80 characters (found 118). 31
 Error sizes LineLength Line is longer than 80 characters (found 92). 40
 Error design VisibilityModifier Variable 'consoleScript' must be private and have accessor methods. 45
 Error sizes LineLength Line is longer than 80 characters (found 118). 50
 Error sizes LineLength Line is longer than 80 characters (found 85). 56
 Error sizes LineLength Line is longer than 80 characters (found 105). 58
 Error sizes LineLength Line is longer than 80 characters (found 87). 60
 Error sizes LineLength Line is longer than 80 characters (found 84). 64
 Error sizes LineLength Line is longer than 80 characters (found 93). 67
 Error sizes LineLength Line is longer than 80 characters (found 228). 73
 Error sizes LineLength Line is longer than 80 characters (found 83). 77
 Error sizes LineLength Line is longer than 80 characters (found 154). 80
 Error sizes LineLength Line is longer than 80 characters (found 176). 84
 Error sizes LineLength Line is longer than 80 characters (found 83). 91
 Error sizes LineLength Line is longer than 80 characters (found 82). 95
 Error sizes LineLength Line is longer than 80 characters (found 153). 103
 Error misc TodoComment Comment matches to-do format 'TODO:'. 103
 Error sizes LineLength Line is longer than 80 characters (found 195). 112
 Error sizes LineLength Line is longer than 80 characters (found 143). 114
 Error sizes LineLength Line is longer than 80 characters (found 203). 115
 Error sizes LineLength Line is longer than 80 characters (found 127). 117
 Error sizes LineLength Line is longer than 80 characters (found 111). 120
 Error sizes LineLength Line is longer than 80 characters (found 117). 122
 Error sizes LineLength Line is longer than 80 characters (found 176). 128
 Error sizes LineLength Line is longer than 80 characters (found 127). 134
 Error design DesignForExtension Class 'ConsoleMojo' looks like designed for extension (can be subclassed), but the method 'loadScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsoleMojo' final or making the method 'loadScript' static/final/abstract/empty, or adding allowed annotation for the method. 134
 Error misc FinalParameters Parameter consoleClass should be final. 134
 Error misc FinalParameters Parameter console should be final. 134
 Error sizes LineLength Line is longer than 80 characters (found 91). 136
 Error sizes LineLength Line is longer than 80 characters (found 97). 141
 Error sizes LineLength Line is longer than 80 characters (found 127). 145
 Error sizes LineLength Line is longer than 80 characters (found 123). 148
 Error sizes LineLength Line is longer than 80 characters (found 131). 159
 Error sizes LineLength Line is longer than 80 characters (found 115). 160
 Error sizes LineLength Line is longer than 80 characters (found 118). 161
 Error sizes LineLength Line is longer than 80 characters (found 174). 163
 Error sizes LineLength Line is longer than 80 characters (found 97). 166
 Error sizes LineLength Line is longer than 80 characters (found 136). 175
 Error sizes LineLength Line is longer than 80 characters (found 138). 179
 Error sizes LineLength Line is longer than 80 characters (found 109). 188
 Error sizes LineLength Line is longer than 80 characters (found 113). 189
 Error sizes LineLength Line is longer than 80 characters (found 129). 190
 Error sizes LineLength Line is longer than 80 characters (found 178). 192
 Error misc FinalParameters Parameter consoleClass should be final. 192
 Error misc FinalParameters Parameter bindingClass should be final. 192
 Error misc FinalParameters Parameter console should be final. 192
 Error sizes LineLength Line is longer than 80 characters (found 90). 194
 Error sizes LineLength Line is longer than 80 characters (found 97). 195
 Error sizes LineLength Line is longer than 80 characters (found 93). 196
 Error sizes LineLength Line is longer than 80 characters (found 113). 199
 Error sizes LineLength Line is longer than 80 characters (found 102). 201
 Error sizes LineLength Line is longer than 80 characters (found 118). 203
 Error sizes LineLength Line is longer than 80 characters (found 131). 204
 Error sizes LineLength Line is longer than 80 characters (found 101). 207
 Error sizes LineLength Line is longer than 80 characters (found 130). 212
 Error sizes LineLength Line is longer than 80 characters (found 137). 223
 Error sizes LineLength Line is longer than 80 characters (found 111). 239
 Error sizes LineLength Line is longer than 80 characters (found 90). 242

org/codehaus/gmavenplus/mojo/ExecuteMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 82). 31
 Error sizes LineLength Line is longer than 80 characters (found 95). 33
 Error sizes LineLength Line is longer than 80 characters (found 95). 39
 Error sizes LineLength Line is longer than 80 characters (found 84). 45
 Error sizes LineLength Line is longer than 80 characters (found 101). 53
 Error design VisibilityModifier Variable 'scripts' must be private and have accessor methods. 57
 Error design VisibilityModifier Variable 'continueExecuting' must be private and have accessor methods. 63
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 71
 Error design VisibilityModifier Variable 'skipScriptExecution' must be private and have accessor methods. 79
 Error design VisibilityModifier Variable 'urlConnectionTimeout' must be private and have accessor methods. 87
 Error design VisibilityModifier Variable 'urlReadTimeout' must be private and have accessor methods. 95
 Error sizes LineLength Line is longer than 80 characters (found 118). 100
 Error sizes LineLength Line is longer than 80 characters (found 118). 110
 Error sizes LineLength Line is longer than 80 characters (found 103). 114
 Error sizes LineLength Line is longer than 80 characters (found 85). 124
 Error sizes LineLength Line is longer than 80 characters (found 105). 126
 Error sizes LineLength Line is longer than 80 characters (found 87). 128
 Error sizes LineLength Line is longer than 80 characters (found 84). 132
 Error sizes LineLength Line is longer than 80 characters (found 93). 135
 Error sizes LineLength Line is longer than 80 characters (found 228). 141
 Error sizes LineLength Line is longer than 80 characters (found 83). 145
 Error sizes LineLength Line is longer than 80 characters (found 154). 148
 Error sizes LineLength Line is longer than 80 characters (found 176). 152
 Error sizes LineLength Line is longer than 80 characters (found 90). 157
 Error sizes LineLength Line is longer than 80 characters (found 195). 165
 Error sizes LineLength Line is longer than 80 characters (found 123). 167
 Error sizes LineLength Line is longer than 80 characters (found 117). 169
 Error sizes LineLength Line is longer than 80 characters (found 111). 171
 Error sizes LineLength Line is longer than 80 characters (found 176). 177
 Error sizes LineLength Line is longer than 80 characters (found 120). 188
 Error sizes LineLength Line is longer than 80 characters (found 104). 189
 Error sizes LineLength Line is longer than 80 characters (found 107). 190
 Error sizes LineLength Line is longer than 80 characters (found 100). 191
 Error sizes LineLength Line is longer than 80 characters (found 171). 193
 Error sizes LineLength Line is longer than 80 characters (found 126). 196
 Error sizes LineLength Line is longer than 80 characters (found 106). 197
 Error sizes LineLength Line is longer than 80 characters (found 139). 198
 Error sizes LineLength Line is longer than 80 characters (found 175). 199
 Error sizes LineLength Line is longer than 80 characters (found 124). 201
 Error sizes LineLength Line is longer than 80 characters (found 101). 204
 Error sizes LineLength Line is longer than 80 characters (found 136). 213
 Error sizes LineLength Line is longer than 80 characters (found 117). 225
 Error sizes LineLength Line is longer than 80 characters (found 101). 226
 Error sizes LineLength Line is longer than 80 characters (found 140). 227
 Error sizes LineLength Line is longer than 80 characters (found 169). 229
 Error misc TodoComment Comment matches to-do format 'TODO:'. 233
 Error sizes LineLength Line is longer than 80 characters (found 107). 241
 Error sizes LineLength Line is longer than 80 characters (found 99). 242
 Error sizes LineLength Line is longer than 80 characters (found 81). 245
 Error sizes LineLength Line is longer than 80 characters (found 103). 246
 Error sizes LineLength Line is longer than 80 characters (found 148). 252
 Error sizes LineLength Line is longer than 80 characters (found 125). 254
 Error sizes LineLength Line is longer than 80 characters (found 83). 267
 Error sizes LineLength Line is longer than 80 characters (found 117). 268
 Error sizes LineLength Line is longer than 80 characters (found 101). 269
 Error sizes LineLength Line is longer than 80 characters (found 167). 271
 Error misc FinalParameters Parameter groovyShellClass should be final. 271
 Error misc FinalParameters Parameter shell should be final. 271
 Error misc FinalParameters Parameter script should be final. 271
 Error sizes LineLength Line is longer than 80 characters (found 84). 279
 Error sizes LineLength Line is longer than 80 characters (found 98). 281
 Error sizes LineLength Line is longer than 80 characters (found 119). 285
 Error sizes LineLength Line is longer than 80 characters (found 103). 287
 Error sizes LineLength Line is longer than 80 characters (found 103). 294
 Error sizes LineLength Line is longer than 80 characters (found 116). 298
 Error sizes LineLength Line is longer than 80 characters (found 91). 301

org/codehaus/gmavenplus/mojo/GenerateStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 17
 Error sizes LineLength Line is longer than 80 characters (found 152). 23
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 31
 Error sizes LineLength Line is longer than 80 characters (found 95). 36
 Error design VisibilityModifier Variable 'stubsOutputDirectory' must be private and have accessor methods. 37
 Error sizes LineLength Line is longer than 80 characters (found 118). 42
 Error sizes LineLength Line is longer than 80 characters (found 103). 50
 Error sizes LineLength Line is longer than 80 characters (found 116). 55
 Error sizes LineLength Line is longer than 80 characters (found 85). 59
 Error sizes LineLength Line is longer than 80 characters (found 81). 60
 Error sizes LineLength Line is longer than 80 characters (found 181). 62
 Error sizes LineLength Line is longer than 80 characters (found 123). 64
 Error sizes LineLength Line is longer than 80 characters (found 117). 66
 Error sizes LineLength Line is longer than 80 characters (found 111). 68
 Error sizes LineLength Line is longer than 80 characters (found 90). 70
 Error sizes LineLength Line is longer than 80 characters (found 108). 72

org/codehaus/gmavenplus/mojo/GenerateTestStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 123). 17
 Error sizes LineLength Line is longer than 80 characters (found 158). 23
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 31
 Error sizes LineLength Line is longer than 80 characters (found 95). 36
 Error design VisibilityModifier Variable 'testStubsOutputDirectory' must be private and have accessor methods. 37
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 97). 60
 Error sizes LineLength Line is longer than 80 characters (found 125). 65
 Error sizes LineLength Line is longer than 80 characters (found 85). 69
 Error sizes LineLength Line is longer than 80 characters (found 89). 70
 Error sizes LineLength Line is longer than 80 characters (found 181). 72
 Error sizes LineLength Line is longer than 80 characters (found 123). 74
 Error sizes LineLength Line is longer than 80 characters (found 117). 76
 Error sizes LineLength Line is longer than 80 characters (found 111). 78
 Error sizes LineLength Line is longer than 80 characters (found 87). 80
 Error sizes LineLength Line is longer than 80 characters (found 105). 82

org/codehaus/gmavenplus/mojo/GroovyDocJarMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 111). 23
 Error sizes LineLength Line is longer than 80 characters (found 143). 29
 Error sizes LineLength Line is longer than 80 characters (found 116). 33
 Error design VisibilityModifier Variable 'finalName' must be private and have accessor methods. 37
 Error design VisibilityModifier Variable 'jarOutputDirectory' must be private and have accessor methods. 43
 Error design VisibilityModifier Variable 'jarArchiver' must be private and have accessor methods. 49
 Error sizes LineLength Line is longer than 80 characters (found 107). 53
 Error sizes LineLength Line is longer than 80 characters (found 88). 56
 Error design VisibilityModifier Variable 'archive' must be private and have accessor methods. 56
 Error design VisibilityModifier Variable 'attach' must be private and have accessor methods. 62
 Error sizes LineLength Line is longer than 80 characters (found 120). 74
 Error design VisibilityModifier Variable 'defaultManifestFile' must be private and have accessor methods. 75
 Error sizes LineLength Line is longer than 80 characters (found 95). 78
 Error design VisibilityModifier Variable 'invokeGroovyDoc' must be private and have accessor methods. 101
 Error sizes LineLength Line is longer than 80 characters (found 111). 114
 Error sizes LineLength Line is longer than 80 characters (found 92). 117
 Error sizes LineLength Line is longer than 80 characters (found 86). 119
 Error sizes LineLength Line is longer than 80 characters (found 99). 122
 Error sizes LineLength Line is longer than 80 characters (found 93). 124
 Error sizes LineLength Line is longer than 80 characters (found 98). 126
 Error javadoc JavadocStyle First sentence should end with a period. 130
 Error sizes LineLength Line is longer than 80 characters (found 83). 133
 Error sizes LineLength Line is longer than 80 characters (found 106). 136
 Error sizes LineLength Line is longer than 80 characters (found 109). 137
 Error sizes LineLength Line is longer than 80 characters (found 115). 139
 Error misc FinalParameters Parameter groovydocFiles should be final. 139
 Error misc FinalParameters Parameter jarFileName should be final. 139
 Error sizes LineLength Line is longer than 80 characters (found 84). 144
 Error sizes LineLength Line is longer than 80 characters (found 86). 153
 Error sizes LineLength Line is longer than 80 characters (found 106). 158
 Error sizes LineLength Line is longer than 80 characters (found 112). 159
 Error sizes LineLength Line is longer than 80 characters (found 83). 166
 Error sizes LineLength Line is longer than 80 characters (found 103). 168

org/codehaus/gmavenplus/mojo/GroovyDocMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 100). 21
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 29
 Error design VisibilityModifier Variable 'groovyDocOutputDirectory' must be private and have accessor methods. 35
 Error design VisibilityModifier Variable 'groovyDocJavaSources' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 103). 54
 Error sizes LineLength Line is longer than 80 characters (found 143). 58
 Error sizes LineLength Line is longer than 80 characters (found 181). 60
 Error sizes LineLength Line is longer than 80 characters (found 123). 62
 Error sizes LineLength Line is longer than 80 characters (found 117). 64
 Error sizes LineLength Line is longer than 80 characters (found 111). 66
 Error sizes LineLength Line is longer than 80 characters (found 90). 68
 Error sizes LineLength Line is longer than 80 characters (found 108). 70

org/codehaus/gmavenplus/mojo/GroovyDocTestsJarMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 23
 Error sizes LineLength Line is longer than 80 characters (found 145). 29
 Error sizes LineLength Line is longer than 80 characters (found 121). 33
 Error design VisibilityModifier Variable 'finalName' must be private and have accessor methods. 37
 Error design VisibilityModifier Variable 'jarOutputDirectory' must be private and have accessor methods. 43
 Error design VisibilityModifier Variable 'jarArchiver' must be private and have accessor methods. 49
 Error sizes LineLength Line is longer than 80 characters (found 107). 53
 Error sizes LineLength Line is longer than 80 characters (found 88). 56
 Error design VisibilityModifier Variable 'archive' must be private and have accessor methods. 56
 Error design VisibilityModifier Variable 'attach' must be private and have accessor methods. 62
 Error sizes LineLength Line is longer than 80 characters (found 120). 74
 Error design VisibilityModifier Variable 'defaultManifestFile' must be private and have accessor methods. 75
 Error sizes LineLength Line is longer than 80 characters (found 95). 78
 Error sizes LineLength Line is longer than 80 characters (found 82). 98
 Error design VisibilityModifier Variable 'invokeGroovyDoc' must be private and have accessor methods. 101
 Error sizes LineLength Line is longer than 80 characters (found 119). 114
 Error sizes LineLength Line is longer than 80 characters (found 100). 117
 Error sizes LineLength Line is longer than 80 characters (found 91). 119
 Error sizes LineLength Line is longer than 80 characters (found 99). 122
 Error sizes LineLength Line is longer than 80 characters (found 93). 124
 Error sizes LineLength Line is longer than 80 characters (found 98). 126
 Error javadoc JavadocStyle First sentence should end with a period. 130
 Error sizes LineLength Line is longer than 80 characters (found 83). 133
 Error sizes LineLength Line is longer than 80 characters (found 106). 136
 Error sizes LineLength Line is longer than 80 characters (found 109). 137
 Error sizes LineLength Line is longer than 80 characters (found 115). 139
 Error misc FinalParameters Parameter groovydocFiles should be final. 139
 Error misc FinalParameters Parameter jarFileName should be final. 139
 Error sizes LineLength Line is longer than 80 characters (found 84). 144
 Error sizes LineLength Line is longer than 80 characters (found 86). 153
 Error sizes LineLength Line is longer than 80 characters (found 106). 158
 Error sizes LineLength Line is longer than 80 characters (found 112). 159
 Error sizes LineLength Line is longer than 80 characters (found 83). 166
 Error sizes LineLength Line is longer than 80 characters (found 103). 168

org/codehaus/gmavenplus/mojo/GroovyDocTestsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 102). 21
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 29
 Error design VisibilityModifier Variable 'testGroovyDocOutputDirectory' must be private and have accessor methods. 35
 Error design VisibilityModifier Variable 'testGroovyDocJavaSources' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 100). 54
 Error sizes LineLength Line is longer than 80 characters (found 156). 58
 Error sizes LineLength Line is longer than 80 characters (found 181). 60
 Error sizes LineLength Line is longer than 80 characters (found 123). 62
 Error sizes LineLength Line is longer than 80 characters (found 117). 64
 Error sizes LineLength Line is longer than 80 characters (found 111). 66
 Error sizes LineLength Line is longer than 80 characters (found 87). 68
 Error sizes LineLength Line is longer than 80 characters (found 105). 70

org/codehaus/gmavenplus/mojo/RemoveStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 85). 16
 Error sizes LineLength Line is longer than 80 characters (found 95). 22
 Error design VisibilityModifier Variable 'stubsOutputDirectory' must be private and have accessor methods. 23
 Error sizes LineLength Line is longer than 80 characters (found 91). 31

org/codehaus/gmavenplus/mojo/RemoveTestStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 16
 Error sizes LineLength Line is longer than 80 characters (found 95). 22
 Error design VisibilityModifier Variable 'testStubsOutputDirectory' must be private and have accessor methods. 23
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 29
 Error sizes LineLength Line is longer than 80 characters (found 103). 38

org/codehaus/gmavenplus/mojo/ShellMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 101). 28
 Error sizes LineLength Line is longer than 80 characters (found 89). 39
 Error design VisibilityModifier Variable 'verbosity' must be private and have accessor methods. 51
 Error sizes LineLength Line is longer than 80 characters (found 118). 56
 Error sizes LineLength Line is longer than 80 characters (found 85). 61
 Error sizes LineLength Line is longer than 80 characters (found 105). 63
 Error sizes LineLength Line is longer than 80 characters (found 87). 65
 Error sizes LineLength Line is longer than 80 characters (found 84). 69
 Error sizes LineLength Line is longer than 80 characters (found 93). 72
 Error sizes LineLength Line is longer than 80 characters (found 224). 78
 Error sizes LineLength Line is longer than 80 characters (found 83). 82
 Error sizes LineLength Line is longer than 80 characters (found 154). 85
 Error sizes LineLength Line is longer than 80 characters (found 176). 89
 Error sizes LineLength Line is longer than 80 characters (found 178). 94
 Error sizes LineLength Line is longer than 80 characters (found 82). 95
 Error sizes LineLength Line is longer than 80 characters (found 92). 96
 Error sizes LineLength Line is longer than 80 characters (found 109). 97
 Error sizes LineLength Line is longer than 80 characters (found 105). 98
 Error sizes LineLength Line is longer than 80 characters (found 102). 101
 Error sizes LineLength Line is longer than 80 characters (found 92). 104
 Error sizes LineLength Line is longer than 80 characters (found 195). 106
 Error sizes LineLength Line is longer than 80 characters (found 147). 108
 Error sizes LineLength Line is longer than 80 characters (found 277). 109
 Error sizes LineLength Line is longer than 80 characters (found 127). 111
 Error sizes LineLength Line is longer than 80 characters (found 111). 114
 Error sizes LineLength Line is longer than 80 characters (found 117). 116
 Error sizes LineLength Line is longer than 80 characters (found 176). 122
 Error sizes LineLength Line is longer than 80 characters (found 106). 137
 Error sizes LineLength Line is longer than 80 characters (found 103). 138
 Error sizes LineLength Line is longer than 80 characters (found 119). 139
 Error sizes LineLength Line is longer than 80 characters (found 253). 141
 Error sizes LineLength Line is longer than 80 characters (found 97). 144
 Error sizes LineLength Line is longer than 80 characters (found 136). 153
 Error sizes LineLength Line is longer than 80 characters (found 162). 157
 Error sizes LineLength Line is longer than 80 characters (found 149). 160

org/codehaus/gmavenplus/util/ClassWrangler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 126). 47
 Error sizes LineLength Line is longer than 80 characters (found 94). 50
 Error sizes LineLength Line is longer than 80 characters (found 86). 52
 Error sizes LineLength Line is longer than 80 characters (found 138). 54
 Error sizes LineLength Line is longer than 80 characters (found 82). 69
 Error sizes LineLength Line is longer than 80 characters (found 102). 70
 Error sizes LineLength Line is longer than 80 characters (found 128). 74
 Error sizes LineLength Line is longer than 80 characters (found 94). 78
 Error sizes LineLength Line is longer than 80 characters (found 98). 80
 Error sizes LineLength Line is longer than 80 characters (found 104). 82
 Error sizes LineLength Line is longer than 80 characters (found 107). 83
 Error sizes LineLength Line is longer than 80 characters (found 132). 87
 Error sizes LineLength Line is longer than 80 characters (found 104). 93
 Error sizes LineLength Line is longer than 80 characters (found 105). 95
 Error sizes LineLength Line is longer than 80 characters (found 103). 96
 Error sizes LineLength Line is longer than 80 characters (found 81). 97
 Error sizes LineLength Line is longer than 80 characters (found 110). 100
 Error coding MagicNumber '9' is a magic number. 103
 Error sizes LineLength Line is longer than 80 characters (found 121). 110
 Error coding MagicNumber '4' is a magic number. 110
 Error sizes LineLength Line is longer than 80 characters (found 114). 127
 Error sizes LineLength Line is longer than 80 characters (found 88). 132
 Error sizes LineLength Line is longer than 80 characters (found 84). 135
 Error sizes LineLength Line is longer than 80 characters (found 127). 136
 Error sizes LineLength Line is longer than 80 characters (found 92). 138
 Error misc FinalParameters Parameter detectedVersion should be final. 138
 Error misc FinalParameters Parameter compareToVersion should be final. 138
 Error sizes LineLength Line is longer than 80 characters (found 84). 146
 Error sizes LineLength Line is longer than 80 characters (found 118). 147
 Error sizes LineLength Line is longer than 80 characters (found 87). 149
 Error misc FinalParameters Parameter detectedVersion should be final. 149
 Error misc FinalParameters Parameter compareToVersion should be final. 149
 Error sizes LineLength Line is longer than 80 characters (found 90). 154
 Error sizes LineLength Line is longer than 80 characters (found 84). 157
 Error sizes LineLength Line is longer than 80 characters (found 129). 158
 Error sizes LineLength Line is longer than 80 characters (found 94). 160
 Error misc FinalParameters Parameter detectedVersion should be final. 160
 Error misc FinalParameters Parameter compareToVersion should be final. 160
 Error sizes LineLength Line is longer than 80 characters (found 90). 165
 Error sizes LineLength Line is longer than 80 characters (found 84). 168
 Error sizes LineLength Line is longer than 80 characters (found 129). 169
 Error sizes LineLength Line is longer than 80 characters (found 94). 171
 Error misc FinalParameters Parameter detectedVersion should be final. 171
 Error misc FinalParameters Parameter compareToVersion should be final. 171
 Error sizes LineLength Line is longer than 80 characters (found 82). 176
 Error sizes LineLength Line is longer than 80 characters (found 82). 202
 Error sizes LineLength Line is longer than 80 characters (found 91). 205
 Error sizes LineLength Line is longer than 80 characters (found 95). 213
 Error sizes LineLength Line is longer than 80 characters (found 84). 215
 Error sizes LineLength Line is longer than 80 characters (found 98). 231
 Error sizes LineLength Line is longer than 80 characters (found 86). 232
 Error sizes LineLength Line is longer than 80 characters (found 86). 234
 Error sizes LineLength Line is longer than 80 characters (found 133). 236
 Error coding HiddenField 'classLoader' hides a field. 236
 Error sizes LineLength Line is longer than 80 characters (found 114). 262
 Error sizes LineLength Line is longer than 80 characters (found 84). 270
 Error sizes LineLength Line is longer than 80 characters (found 149). 274
 Error sizes LineLength Line is longer than 80 characters (found 92). 276
 Error sizes LineLength Line is longer than 80 characters (found 81). 278

org/codehaus/gmavenplus/util/FileUtils.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 3
 Error sizes LineLength Line is longer than 80 characters (found 93). 7
 Error design FinalClass Class FileUtils should be declared as final. 11
 Error sizes LineLength Line is longer than 80 characters (found 123). 17
 Error sizes LineLength Line is longer than 80 characters (found 123). 29

org/codehaus/gmavenplus/util/ForkedGroovyCompiler.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter args should be final. 23
 Error sizes LineLength Line is longer than 80 characters (found 112). 25
 Error sizes LineLength Line is longer than 80 characters (found 110). 30
 Error sizes LineLength Line is longer than 80 characters (found 83). 35
 Error sizes LineLength Line is longer than 80 characters (found 88). 38
 Error sizes LineLength Line is longer than 80 characters (found 102). 39
 Error sizes LineLength Line is longer than 80 characters (found 85). 41
 Error sizes LineLength Line is longer than 80 characters (found 99). 42
 Error sizes LineLength Line is longer than 80 characters (found 84). 44
 Error sizes LineLength Line is longer than 80 characters (found 98). 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 49
 Error sizes LineLength Line is longer than 80 characters (found 124). 51
 Error sizes LineLength Line is longer than 80 characters (found 93). 58
 Error sizes LineLength Line is longer than 80 characters (found 92). 59
 Error sizes LineLength Line is longer than 80 characters (found 89). 63
 Error sizes LineLength Line is longer than 80 characters (found 83). 71
 Error sizes LineLength Line is longer than 80 characters (found 120). 73
 Error sizes LineLength Line is longer than 80 characters (found 154). 75

org/codehaus/gmavenplus/util/GroovyCompiler.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.codehaus.gmavenplus.util.ReflectionUtils.*. 24
 Error sizes LineLength Line is longer than 80 characters (found 91). 27
 Error sizes LineLength Line is longer than 80 characters (found 88). 36
 Error sizes LineLength Line is longer than 80 characters (found 91). 41
 Error sizes LineLength Line is longer than 80 characters (found 91). 46
 Error sizes LineLength Line is longer than 80 characters (found 89). 51
 Error sizes LineLength Line is longer than 80 characters (found 89). 56
 Error sizes LineLength Line is longer than 80 characters (found 89). 61
 Error sizes LineLength Line is longer than 80 characters (found 87). 101
 Error sizes LineLength Line is longer than 80 characters (found 89). 106
 Error sizes LineLength Line is longer than 80 characters (found 89). 111
 Error sizes LineLength Line is longer than 80 characters (found 87). 136
 Error sizes LineLength Line is longer than 80 characters (found 87). 141
 Error sizes LineLength Line is longer than 80 characters (found 89). 146
 Error sizes LineLength Line is longer than 80 characters (found 89). 151
 Error sizes LineLength Line is longer than 80 characters (found 89). 156
 Error sizes LineLength Line is longer than 80 characters (found 89). 161
 Error sizes LineLength Line is longer than 80 characters (found 89). 166
 Error sizes LineLength Line is longer than 80 characters (found 89). 181
 Error sizes LineLength Line is longer than 80 characters (found 87). 206
 Error sizes LineLength Line is longer than 80 characters (found 87). 211
 Error sizes LineLength Line is longer than 80 characters (found 87). 216
 Error sizes LineLength Line is longer than 80 characters (found 87). 221
 Error sizes LineLength Line is longer than 80 characters (found 83). 231
 Error javadoc JavadocVariable Missing a Javadoc comment. 253
 Error javadoc JavadocVariable Missing a Javadoc comment. 254
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 256
 Error misc FinalParameters Parameter classWrangler should be final. 256
 Error coding HiddenField 'classWrangler' hides a field. 256
 Error misc FinalParameters Parameter log should be final. 256
 Error coding HiddenField 'log' hides a field. 256
 Error sizes LineLength Line is longer than 80 characters (found 172). 261
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'compile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'compile' static/final/abstract/empty, or adding allowed annotation for the method. 261
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 261
 Error misc FinalParameters Parameter configuration should be final. 261
 Error sizes LineLength Line is longer than 80 characters (found 89). 262
 Error sizes LineLength Line is longer than 80 characters (found 89). 268
 Error sizes LineLength Line is longer than 80 characters (found 122). 272
 Error sizes LineLength Line is longer than 80 characters (found 110). 273
 Error sizes LineLength Line is longer than 80 characters (found 98). 274
 Error sizes LineLength Line is longer than 80 characters (found 109). 277
 Error sizes LineLength Line is longer than 80 characters (found 196). 278
 Error sizes LineLength Line is longer than 80 characters (found 143). 279
 Error sizes LineLength Line is longer than 80 characters (found 215). 282
 Error sizes LineLength Line is longer than 80 characters (found 83). 285
 Error sizes LineLength Line is longer than 80 characters (found 114). 288
 Error sizes LineLength Line is longer than 80 characters (found 98). 289
 Error sizes LineLength Line is longer than 80 characters (found 178). 292
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'generateGroovyDoc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'generateGroovyDoc' static/final/abstract/empty, or adding allowed annotation for the method. 292
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 292
 Error misc FinalParameters Parameter configuration should be final. 292
 Error sizes LineLength Line is longer than 80 characters (found 111). 293
 Error sizes LineLength Line is longer than 80 characters (found 92). 294
 Error sizes LineLength Line is longer than 80 characters (found 98). 298
 Error sizes LineLength Line is longer than 80 characters (found 85). 299
 Error sizes LineLength Line is longer than 80 characters (found 106). 300
 Error sizes LineLength Line is longer than 80 characters (found 93). 301
 Error sizes LineLength Line is longer than 80 characters (found 202). 304
 Error sizes LineLength Line is longer than 80 characters (found 190). 305
 Error sizes LineLength Line is longer than 80 characters (found 206). 306
 Error sizes LineLength Line is longer than 80 characters (found 210). 307
 Error sizes LineLength Line is longer than 80 characters (found 246). 308
 Error sizes LineLength Line is longer than 80 characters (found 101). 312
 Error sizes LineLength Line is longer than 80 characters (found 266). 315
 Error sizes LineLength Line is longer than 80 characters (found 88). 319
 Error sizes LineLength Line is longer than 80 characters (found 108). 320
 Error sizes LineLength Line is longer than 80 characters (found 114). 326
 Error sizes LineLength Line is longer than 80 characters (found 187). 330
 Error sizes LineLength Line is longer than 80 characters (found 284). 331
 Error sizes LineLength Line is longer than 80 characters (found 116). 335
 Error sizes LineLength Line is longer than 80 characters (found 233). 338
 Error sizes LineLength Line is longer than 80 characters (found 157). 341
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupLinks' static/final/abstract/empty, or adding allowed annotation for the method. 344
 Error sizes LineLength Line is longer than 80 characters (found 177). 345
 Error misc FinalParameters Parameter configuration should be final. 345
 Error sizes LineLength Line is longer than 80 characters (found 86). 347
 Error sizes LineLength Line is longer than 80 characters (found 102). 350
 Error sizes LineLength Line is longer than 80 characters (found 115). 351
 Error sizes LineLength Line is longer than 80 characters (found 105). 352
 Error sizes LineLength Line is longer than 80 characters (found 113). 353
 Error sizes LineLength Line is longer than 80 characters (found 97). 356
 Error sizes LineLength Line is longer than 80 characters (found 88). 359
 Error sizes LineLength Line is longer than 80 characters (found 96). 360
 Error sizes LineLength Line is longer than 80 characters (found 96). 362
 Error sizes LineLength Line is longer than 80 characters (found 206). 368
 Error sizes LineLength Line is longer than 80 characters (found 423). 374
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'createGroovyDocTool' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'createGroovyDocTool' static/final/abstract/empty, or adding allowed annotation for the method. 374
 Error sizes ParameterNumber More than 7 parameters (found 8). 374
 Error misc FinalParameters Parameter configuration should be final. 374
 Error sizes LineLength Line is longer than 80 characters (found 86). 378
 Error sizes LineLength Line is longer than 80 characters (found 82). 379
 Error sizes LineLength Line is longer than 80 characters (found 267). 381
 Error sizes LineLength Line is longer than 80 characters (found 213). 382
 Error sizes LineLength Line is longer than 80 characters (found 116). 385
 Error sizes LineLength Line is longer than 80 characters (found 128). 386
 Error sizes LineLength Line is longer than 80 characters (found 122). 387
 Error sizes LineLength Line is longer than 80 characters (found 101). 392
 Error sizes LineLength Line is longer than 80 characters (found 198). 393
 Error sizes LineLength Line is longer than 80 characters (found 116). 396
 Error sizes LineLength Line is longer than 80 characters (found 128). 397
 Error sizes LineLength Line is longer than 80 characters (found 122). 398
 Error sizes LineLength Line is longer than 80 characters (found 97). 402
 Error sizes LineLength Line is longer than 80 characters (found 178). 403
 Error sizes LineLength Line is longer than 80 characters (found 116). 406
 Error sizes LineLength Line is longer than 80 characters (found 128). 407
 Error sizes LineLength Line is longer than 80 characters (found 122). 408
 Error sizes LineLength Line is longer than 80 characters (found 253). 412
 Error sizes LineLength Line is longer than 80 characters (found 166). 415
 Error sizes LineLength Line is longer than 80 characters (found 116). 418
 Error sizes LineLength Line is longer than 80 characters (found 128). 419
 Error sizes LineLength Line is longer than 80 characters (found 121). 420
 Error sizes LineLength Line is longer than 80 characters (found 253). 423
 Error sizes LineLength Line is longer than 80 characters (found 122). 429
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupGroovyDocSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupGroovyDocSources' static/final/abstract/empty, or adding allowed annotation for the method. 429
 Error sizes LineLength Line is longer than 80 characters (found 118). 440
 Error sizes LineLength Line is longer than 80 characters (found 293). 452
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'performGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'performGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 452
 Error sizes LineLength Line is longer than 80 characters (found 94). 459
 Error sizes LineLength Line is longer than 80 characters (found 109). 460
 Error sizes LineLength Line is longer than 80 characters (found 168). 467
 Error sizes LineLength Line is longer than 80 characters (found 175). 470
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'generateStubs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'generateStubs' static/final/abstract/empty, or adding allowed annotation for the method. 470
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 470
 Error misc FinalParameters Parameter configuration should be final. 470
 Error sizes LineLength Line is longer than 80 characters (found 97). 472
 Error sizes LineLength Line is longer than 80 characters (found 202). 478
 Error sizes LineLength Line is longer than 80 characters (found 89). 483
 Error sizes LineLength Line is longer than 80 characters (found 122). 487
 Error sizes LineLength Line is longer than 80 characters (found 130). 488
 Error sizes LineLength Line is longer than 80 characters (found 98). 489
 Error sizes LineLength Line is longer than 80 characters (found 113). 492
 Error sizes LineLength Line is longer than 80 characters (found 196). 493
 Error sizes LineLength Line is longer than 80 characters (found 248). 494
 Error sizes LineLength Line is longer than 80 characters (found 163). 497
 Error sizes LineLength Line is longer than 80 characters (found 99). 500
 Error sizes LineLength Line is longer than 80 characters (found 222). 503
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupStubCompilerConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupStubCompilerConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. 503
 Error sizes LineLength Line is longer than 80 characters (found 102). 504
 Error sizes LineLength Line is longer than 80 characters (found 136). 505
 Error sizes LineLength Line is longer than 80 characters (found 140). 506
 Error sizes LineLength Line is longer than 80 characters (found 147). 507
 Error sizes LineLength Line is longer than 80 characters (found 141). 508
 Error sizes LineLength Line is longer than 80 characters (found 192). 509
 Error sizes LineLength Line is longer than 80 characters (found 158). 511
 Error sizes LineLength Line is longer than 80 characters (found 134). 516
 Error sizes LineLength Line is longer than 80 characters (found 285). 521
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'addGroovySources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'addGroovySources' static/final/abstract/empty, or adding allowed annotation for the method. 521
 Error sizes LineLength Line is longer than 80 characters (found 114). 522
 Error sizes LineLength Line is longer than 80 characters (found 96). 524
 Error sizes LineLength Line is longer than 80 characters (found 140). 534
 Error sizes LineLength Line is longer than 80 characters (found 93). 537
 Error sizes LineLength Line is longer than 80 characters (found 114). 545
 Error sizes LineLength Line is longer than 80 characters (found 198). 546
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'supportsStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'supportsStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 552
 Error sizes LineLength Line is longer than 80 characters (found 91). 553
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'supportsSettingExtensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'supportsSettingExtensions' static/final/abstract/empty, or adding allowed annotation for the method. 556
 Error sizes LineLength Line is longer than 80 characters (found 267). 557
 Error sizes LineLength Line is longer than 80 characters (found 366). 560
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupCompilationUnit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupCompilationUnit' static/final/abstract/empty, or adding allowed annotation for the method. 560
 Error sizes LineLength Line is longer than 80 characters (found 90). 562
 Error sizes LineLength Line is longer than 80 characters (found 246). 563
 Error sizes LineLength Line is longer than 80 characters (found 205). 565
 Error sizes LineLength Line is longer than 80 characters (found 91). 568
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupCompilerConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupCompilerConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. 577
 Error sizes LineLength Line is longer than 80 characters (found 245). 578
 Error sizes LineLength Line is longer than 80 characters (found 102). 579
 Error sizes LineLength Line is longer than 80 characters (found 162). 582
 Error sizes LineLength Line is longer than 80 characters (found 109). 583
 Error sizes LineLength Line is longer than 80 characters (found 231). 584
 Error sizes LineLength Line is longer than 80 characters (found 86). 586
 Error sizes LineLength Line is longer than 80 characters (found 132). 587
 Error sizes LineLength Line is longer than 80 characters (found 94). 588
 Error sizes LineLength Line is longer than 80 characters (found 82). 590
 Error sizes LineLength Line is longer than 80 characters (found 147). 591
 Error sizes LineLength Line is longer than 80 characters (found 115). 592
 Error sizes LineLength Line is longer than 80 characters (found 100). 593
 Error sizes LineLength Line is longer than 80 characters (found 193). 594
 Error sizes LineLength Line is longer than 80 characters (found 163). 595
 Error sizes LineLength Line is longer than 80 characters (found 214). 597
 Error sizes LineLength Line is longer than 80 characters (found 113). 598
 Error sizes LineLength Line is longer than 80 characters (found 123). 599
 Error sizes LineLength Line is longer than 80 characters (found 136). 602
 Error sizes LineLength Line is longer than 80 characters (found 140). 603
 Error sizes LineLength Line is longer than 80 characters (found 147). 604
 Error sizes LineLength Line is longer than 80 characters (found 141). 605
 Error sizes LineLength Line is longer than 80 characters (found 192). 606
 Error sizes LineLength Line is longer than 80 characters (found 275). 609
 Error sizes LineLength Line is longer than 80 characters (found 291). 610
 Error sizes LineLength Line is longer than 80 characters (found 168). 612
 Error sizes LineLength Line is longer than 80 characters (found 181). 615
 Error sizes LineLength Line is longer than 80 characters (found 158). 619
 Error sizes LineLength Line is longer than 80 characters (found 181). 621
 Error sizes LineLength Line is longer than 80 characters (found 132). 622
 Error sizes LineLength Line is longer than 80 characters (found 100). 623
 Error sizes LineLength Line is longer than 80 characters (found 192). 626
 Error sizes LineLength Line is longer than 80 characters (found 184). 631
 Error sizes LineLength Line is longer than 80 characters (found 174). 634
 Error sizes LineLength Line is longer than 80 characters (found 233). 637
 Error sizes LineLength Line is longer than 80 characters (found 101). 641
 Error sizes LineLength Line is longer than 80 characters (found 158). 643
 Error sizes LineLength Line is longer than 80 characters (found 174). 645
 Error sizes LineLength Line is longer than 80 characters (found 228). 648
 Error sizes LineLength Line is longer than 80 characters (found 90). 651
 Error sizes LineLength Line is longer than 80 characters (found 235). 652
 Error sizes LineLength Line is longer than 80 characters (found 184). 653
 Error sizes LineLength Line is longer than 80 characters (found 85). 664
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'verifyGroovyVersionSupportsTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'verifyGroovyVersionSupportsTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. 664
 Error misc FinalParameters Parameter targetBytecode should be final. 664
 Error sizes LineLength Line is longer than 80 characters (found 352). 665
 Error sizes LineLength Line is longer than 80 characters (found 103). 666
 Error sizes LineLength Line is longer than 80 characters (found 156). 667
 Error sizes LineLength Line is longer than 80 characters (found 97). 672
 Error sizes LineLength Line is longer than 80 characters (found 141). 673
 Error sizes LineLength Line is longer than 80 characters (found 192). 675
 Error sizes LineLength Line is longer than 80 characters (found 148). 676
 Error sizes LineLength Line is longer than 80 characters (found 97). 679
 Error sizes LineLength Line is longer than 80 characters (found 141). 680
 Error sizes LineLength Line is longer than 80 characters (found 192). 682
 Error sizes LineLength Line is longer than 80 characters (found 148). 683
 Error sizes LineLength Line is longer than 80 characters (found 97). 686
 Error sizes LineLength Line is longer than 80 characters (found 141). 687
 Error sizes LineLength Line is longer than 80 characters (found 191). 689
 Error sizes LineLength Line is longer than 80 characters (found 147). 690
 Error sizes LineLength Line is longer than 80 characters (found 97). 693
 Error sizes LineLength Line is longer than 80 characters (found 141). 694
 Error sizes LineLength Line is longer than 80 characters (found 191). 696
 Error sizes LineLength Line is longer than 80 characters (found 147). 697
 Error sizes LineLength Line is longer than 80 characters (found 97). 700
 Error sizes LineLength Line is longer than 80 characters (found 141). 701
 Error sizes LineLength Line is longer than 80 characters (found 96). 704
 Error sizes LineLength Line is longer than 80 characters (found 140). 705
 Error sizes LineLength Line is longer than 80 characters (found 96). 708
 Error sizes LineLength Line is longer than 80 characters (found 140). 709
 Error sizes LineLength Line is longer than 80 characters (found 102). 712
 Error sizes LineLength Line is longer than 80 characters (found 146). 713
 Error sizes LineLength Line is longer than 80 characters (found 272). 716
 Error sizes LineLength Line is longer than 80 characters (found 168). 717
 Error sizes LineLength Line is longer than 80 characters (found 96). 720
 Error sizes LineLength Line is longer than 80 characters (found 140). 721
 Error sizes LineLength Line is longer than 80 characters (found 96). 724
 Error sizes LineLength Line is longer than 80 characters (found 140). 725
 Error sizes LineLength Line is longer than 80 characters (found 102). 728
 Error sizes LineLength Line is longer than 80 characters (found 146). 729
 Error sizes LineLength Line is longer than 80 characters (found 271). 732
 Error sizes LineLength Line is longer than 80 characters (found 196). 733
 Error sizes LineLength Line is longer than 80 characters (found 111). 735
 Error sizes LineLength Line is longer than 80 characters (found 272). 736
 Error sizes LineLength Line is longer than 80 characters (found 197). 737
 Error sizes LineLength Line is longer than 80 characters (found 127). 740
 Error sizes LineLength Line is longer than 80 characters (found 195). 741
 Error sizes LineLength Line is longer than 80 characters (found 199). 742
 Error sizes LineLength Line is longer than 80 characters (found 196). 743
 Error sizes LineLength Line is longer than 80 characters (found 313). 744
 Error sizes LineLength Line is longer than 80 characters (found 197). 745
 Error sizes LineLength Line is longer than 80 characters (found 96). 748
 Error sizes LineLength Line is longer than 80 characters (found 140). 749
 Error sizes LineLength Line is longer than 80 characters (found 142). 751
 Error sizes LineLength Line is longer than 80 characters (found 96). 752
 Error sizes LineLength Line is longer than 80 characters (found 140). 753
 Error sizes LineLength Line is longer than 80 characters (found 146). 755
 Error sizes LineLength Line is longer than 80 characters (found 221). 756
 Error sizes LineLength Line is longer than 80 characters (found 86). 760
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 760
 Error misc FinalParameters Parameter targetBytecode should be final. 760
 Error sizes LineLength Line is longer than 80 characters (found 88). 767
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportIndy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportIndy' static/final/abstract/empty, or adding allowed annotation for the method. 770
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. 774
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportParameters' static/final/abstract/empty, or adding allowed annotation for the method. 778
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'getJavaVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'getJavaVersion' static/final/abstract/empty, or adding allowed annotation for the method. 782
 Error design DesignForExtension Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'getJavaVersionString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'getJavaVersionString' static/final/abstract/empty, or adding allowed annotation for the method. 786

org/codehaus/gmavenplus/util/NoExitSecurityManager.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 93). 28

org/codehaus/gmavenplus/util/ReflectionUtils.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 195). 14
 Error design FinalClass Class ReflectionUtils should be declared as final. 24
 Error sizes LineLength Line is longer than 80 characters (found 101). 30
 Error sizes LineLength Line is longer than 80 characters (found 111). 34
 Error sizes LineLength Line is longer than 80 characters (found 102). 37
 Error sizes LineLength Line is longer than 80 characters (found 129). 43
 Error sizes LineLength Line is longer than 80 characters (found 103). 45
 Error sizes LineLength Line is longer than 80 characters (found 204). 51
 Error sizes LineLength Line is longer than 80 characters (found 137). 55
 Error sizes LineLength Line is longer than 80 characters (found 89). 59
 Error sizes LineLength Line is longer than 80 characters (found 89). 60
 Error sizes LineLength Line is longer than 80 characters (found 97). 63
 Error sizes LineLength Line is longer than 80 characters (found 102). 68
 Error sizes LineLength Line is longer than 80 characters (found 119). 74
 Error sizes LineLength Line is longer than 80 characters (found 142). 80
 Error sizes LineLength Line is longer than 80 characters (found 105). 84
 Error sizes LineLength Line is longer than 80 characters (found 108). 93
 Error sizes LineLength Line is longer than 80 characters (found 117). 102
 Error sizes LineLength Line is longer than 80 characters (found 133). 104
 Error sizes LineLength Line is longer than 80 characters (found 212). 110
 Error sizes LineLength Line is longer than 80 characters (found 85). 120
 Error sizes LineLength Line is longer than 80 characters (found 97). 127
 Error sizes LineLength Line is longer than 80 characters (found 122). 134
 Error sizes LineLength Line is longer than 80 characters (found 152). 135
 Error sizes LineLength Line is longer than 80 characters (found 115). 140
 Error sizes LineLength Line is longer than 80 characters (found 105). 142
 Error sizes LineLength Line is longer than 80 characters (found 122). 148
 Error sizes LineLength Line is longer than 80 characters (found 152). 149
 Error sizes LineLength Line is longer than 80 characters (found 115). 153
 Error sizes LineLength Line is longer than 80 characters (found 90). 155
 Error sizes LineLength Line is longer than 80 characters (found 142). 168
 Error sizes LineLength Line is longer than 80 characters (found 93). 169
 Error sizes LineLength Line is longer than 80 characters (found 86). 170
 Error sizes LineLength Line is longer than 80 characters (found 181). 172
 Error sizes LineLength Line is longer than 80 characters (found 106). 181
 Error sizes LineLength Line is longer than 80 characters (found 88). 182
 Error sizes LineLength Line is longer than 80 characters (found 137). 188
 Error sizes LineLength Line is longer than 80 characters (found 93). 189
 Error sizes LineLength Line is longer than 80 characters (found 160). 191
 Error sizes LineLength Line is longer than 80 characters (found 137). 208
 Error sizes LineLength Line is longer than 80 characters (found 93). 209
 Error sizes LineLength Line is longer than 80 characters (found 145). 211
 Error sizes LineLength Line is longer than 80 characters (found 162). 223
 Error sizes LineLength Line is longer than 80 characters (found 166). 224
 Error misc FinalParameters Parameter clazz should be final. 230
 Error sizes LineLength Line is longer than 80 characters (found 84). 236
 Error sizes LineLength Line is longer than 80 characters (found 81). 248
 Error misc FinalParameters Parameter clazz should be final. 248