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 1987

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 59
org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java 0 0 54
org/codehaus/gmavenplus/mojo/AbstractGroovyDocMojo.java 0 0 83
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"
916  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). 29
 Error sizes LineLength Line is longer than 80 characters (found 149). 30
 Error sizes LineLength Line is longer than 80 characters (found 152). 97
 Error sizes LineLength Line is longer than 80 characters (found 82). 98
 Error sizes LineLength Line is longer than 80 characters (found 82). 116
 Error sizes LineLength Line is longer than 80 characters (found 85). 119

org/codehaus/gmavenplus/groovyworkarounds/GroovyDocTemplateInfo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 389). 26
 Error sizes LineLength Line is longer than 80 characters (found 83). 49
 Error design VisibilityModifier Variable 'groovyVersion' must be private and have accessor methods. 54
 Error design VisibilityModifier Variable 'templateBaseDir' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 113). 62
 Error misc FinalParameters Parameter version should be final. 66
 Error sizes LineLength Line is longer than 80 characters (found 86). 69
 Error sizes LineLength Line is longer than 80 characters (found 87). 71
 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. 75
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 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. 134
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 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. 148
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 148

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. 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 javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error sizes LineLength Line is longer than 80 characters (found 106). 50
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error misc FinalParameters Parameter sources should be final. 50
 Error coding HiddenField 'sources' hides a field. 50
 Error misc FinalParameters Parameter classpath should be final. 50
 Error coding HiddenField 'classpath' hides a field. 50
 Error misc FinalParameters Parameter compileOutputDirectory should be final. 50
 Error coding HiddenField 'compileOutputDirectory' hides a field. 50
 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. 56
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 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. 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 '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. 64
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 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. 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 '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. 72
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error misc FinalParameters Parameter includeClasspath should be final. 72
 Error coding HiddenField 'includeClasspath' hides a field. 72
 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. 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 '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. 80
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error misc FinalParameters Parameter skipBytecodeCheck should be final. 80
 Error coding HiddenField 'skipBytecodeCheck' hides a field. 80
 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. 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 '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. 88
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error misc FinalParameters Parameter debug should be final. 88
 Error coding HiddenField 'debug' hides a field. 88
 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. 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 '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. 96
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error misc FinalParameters Parameter verbose should be final. 96
 Error coding HiddenField 'verbose' hides a field. 96
 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. 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 '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. 104
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error misc FinalParameters Parameter warningLevel should be final. 104
 Error coding HiddenField 'warningLevel' hides a field. 104
 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. 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 '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. 112
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error misc FinalParameters Parameter tolerance should be final. 112
 Error coding HiddenField 'tolerance' hides a field. 112
 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. 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 '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. 120
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 120
 Error misc FinalParameters Parameter invokeDynamic should be final. 120
 Error coding HiddenField 'invokeDynamic' hides a field. 120
 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. 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 '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. 128
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error misc FinalParameters Parameter parallelParsing should be final. 128
 Error coding HiddenField 'parallelParsing' hides a field. 128
 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. 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 '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. 136
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 Error misc FinalParameters Parameter configScript should be final. 136
 Error coding HiddenField 'configScript' hides a field. 136
 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. 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 '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. 144
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 144
 Error misc FinalParameters Parameter parameters should be final. 144
 Error coding HiddenField 'parameters' hides a field. 144
 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. 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 '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. 152
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 152
 Error misc FinalParameters Parameter previewFeatures should be final. 152
 Error coding HiddenField 'previewFeatures' hides a field. 152
 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. 156
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 156
 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. 160
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 160
 Error misc FinalParameters Parameter sourceEncoding should be final. 160
 Error coding HiddenField 'sourceEncoding' hides a field. 160
 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. 164
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 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. 168
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 168
 Error misc FinalParameters Parameter targetBytecode should be final. 168
 Error coding HiddenField 'targetBytecode' hides a field. 168

org/codehaus/gmavenplus/model/GroovyDocConfiguration.java

Severity Category Rule Message Line
 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 javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 105). 59
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error misc FinalParameters Parameter sourceDirectories should be final. 59
 Error coding HiddenField 'sourceDirectories' hides a field. 59
 Error misc FinalParameters Parameter classpath should be final. 59
 Error coding HiddenField 'classpath' hides a field. 59
 Error misc FinalParameters Parameter outputDirectory should be final. 59
 Error coding HiddenField 'outputDirectory' hides a field. 59
 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. 65
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 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. 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 '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. 73
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 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. 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 '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. 81
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error misc FinalParameters Parameter includeClasspath should be final. 81
 Error coding HiddenField 'includeClasspath' hides a field. 81
 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. 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 '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. 89
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error misc FinalParameters Parameter links should be final. 89
 Error coding HiddenField 'links' hides a field. 89
 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. 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 '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. 97
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error misc FinalParameters Parameter defaultDocTemplates should be final. 97
 Error coding HiddenField 'defaultDocTemplates' hides a field. 97
 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. 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 '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. 105
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error misc FinalParameters Parameter defaultPackageTemplates should be final. 105
 Error coding HiddenField 'defaultPackageTemplates' hides a field. 105
 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. 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 '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. 113
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error misc FinalParameters Parameter defaultClassTemplates should be final. 113
 Error coding HiddenField 'defaultClassTemplates' hides a field. 113
 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. 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 '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. 121
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error misc FinalParameters Parameter docProperties should be final. 121
 Error coding HiddenField 'docProperties' hides a field. 121
 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. 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 '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. 129
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 129
 Error misc FinalParameters Parameter groovyDocToolClass should be final. 129
 Error coding HiddenField 'groovyDocToolClass' hides a field. 129
 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. 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 '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. 137
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Error misc FinalParameters Parameter outputToolClass should be final. 137
 Error coding HiddenField 'outputToolClass' hides a field. 137
 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. 141
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 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. 145
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 145
 Error misc FinalParameters Parameter fileOutputToolClass should be final. 145
 Error coding HiddenField 'fileOutputToolClass' hides a field. 145
 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. 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 '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. 153
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 153
 Error misc FinalParameters Parameter resourceManagerClass should be final. 153
 Error coding HiddenField 'resourceManagerClass' hides a field. 153
 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. 157
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error sizes LineLength Line is longer than 80 characters (found 88). 161
 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. 161
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error misc FinalParameters Parameter classpathResourceManagerClass should be final. 161
 Error coding HiddenField 'classpathResourceManagerClass' hides a field. 161
 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. 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 '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. 169
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 169
 Error misc FinalParameters Parameter linkArgumentClass should be final. 169
 Error coding HiddenField 'linkArgumentClass' hides a field. 169
 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. 173
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 173
 Error sizes LineLength Line is longer than 80 characters (found 81). 177
 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. 177
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 177
 Error misc FinalParameters Parameter attachGroovyDocAnnotation should be final. 177
 Error coding HiddenField 'attachGroovyDocAnnotation' hides a field. 177
 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. 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 '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. 185
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 185
 Error misc FinalParameters Parameter overviewFile should be final. 185
 Error coding HiddenField 'overviewFile' hides a field. 185
 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. 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 '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. 193
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error misc FinalParameters Parameter scope should be final. 193
 Error coding HiddenField 'scope' hides a field. 193
 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. 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 '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. 201
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error misc FinalParameters Parameter windowTitle should be final. 201
 Error coding HiddenField 'windowTitle' hides a field. 201
 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. 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 '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. 209
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error misc FinalParameters Parameter docTitle should be final. 209
 Error coding HiddenField 'docTitle' hides a field. 209
 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. 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 '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. 217
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error misc FinalParameters Parameter footer should be final. 217
 Error coding HiddenField 'footer' hides a field. 217
 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. 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 '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. 225
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error misc FinalParameters Parameter header should be final. 225
 Error coding HiddenField 'header' hides a field. 225
 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. 229
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 229
 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. 233
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 233
 Error misc FinalParameters Parameter displayAuthor should be final. 233
 Error coding HiddenField 'displayAuthor' hides a field. 233
 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. 237
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 237
 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. 241
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 241
 Error misc FinalParameters Parameter languageLevel should be final. 241
 Error coding HiddenField 'languageLevel' hides a field. 241

org/codehaus/gmavenplus/model/GroovyStubConfiguration.java

Severity Category Rule Message Line
 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 javadoc JavadocVariable Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 80 characters (found 100). 44
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error misc FinalParameters Parameter stubSources should be final. 44
 Error coding HiddenField 'stubSources' hides a field. 44
 Error misc FinalParameters Parameter classpath should be final. 44
 Error coding HiddenField 'classpath' hides a field. 44
 Error misc FinalParameters Parameter outputDirectory should be final. 44
 Error coding HiddenField 'outputDirectory' hides a field. 44
 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. 50
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 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. 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 '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. 58
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 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. 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 '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. 66
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error misc FinalParameters Parameter includeClasspath should be final. 66
 Error coding HiddenField 'includeClasspath' hides a field. 66
 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. 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 '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. 74
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error misc FinalParameters Parameter skipBytecodeCheck should be final. 74
 Error coding HiddenField 'skipBytecodeCheck' hides a field. 74
 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. 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 '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. 82
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error misc FinalParameters Parameter debug should be final. 82
 Error coding HiddenField 'debug' hides a field. 82
 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. 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 '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. 90
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error misc FinalParameters Parameter verbose should be final. 90
 Error coding HiddenField 'verbose' hides a field. 90
 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. 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 '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. 98
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error misc FinalParameters Parameter warningLevel should be final. 98
 Error coding HiddenField 'warningLevel' hides a field. 98
 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. 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 '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. 106
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 106
 Error misc FinalParameters Parameter tolerance should be final. 106
 Error coding HiddenField 'tolerance' hides a field. 106
 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. 110
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 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. 114
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 114
 Error misc FinalParameters Parameter sourceEncoding should be final. 114
 Error coding HiddenField 'sourceEncoding' hides a field. 114
 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. 118
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 118
 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. 122
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error misc FinalParameters Parameter targetBytecode should be final. 122
 Error coding HiddenField 'targetBytecode' hides a field. 122

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). 17
 Error sizes LineLength Line is longer than 80 characters (found 108). 23
 Error sizes LineLength Line is longer than 80 characters (found 89). 50
 Error sizes LineLength Line is longer than 80 characters (found 91). 68

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

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 84). 23
 Error sizes LineLength Line is longer than 80 characters (found 104). 58
 Error sizes LineLength Line is longer than 80 characters (found 103). 61
 Error sizes LineLength Line is longer than 80 characters (found 83). 81
 Error sizes LineLength Line is longer than 80 characters (found 85). 112
 Error coding MagicNumber '4' is a magic number. 114
 Error coding MagicNumber '3' is a magic number. 116
 Error sizes LineLength Line is longer than 80 characters (found 121). 125
 Error coding MagicNumber '3' is a magic number. 131
 Error sizes LineLength Line is longer than 80 characters (found 127). 135
 Error coding MagicNumber '4' is a magic number. 141
 Error sizes LineLength Line is longer than 80 characters (found 98). 151
 Error sizes LineLength Line is longer than 80 characters (found 110). 170
 Error sizes LineLength Line is longer than 80 characters (found 122). 208
 Error sizes LineLength Line is longer than 80 characters (found 140). 209
 Error sizes LineLength Line is longer than 80 characters (found 116). 212
 Error sizes LineLength Line is longer than 80 characters (found 82). 213
 Error sizes LineLength Line is longer than 80 characters (found 122). 221
 Error sizes LineLength Line is longer than 80 characters (found 104). 225
 Error sizes LineLength Line is longer than 80 characters (found 116). 226
 Error sizes LineLength Line is longer than 80 characters (found 82). 227
 Error sizes LineLength Line is longer than 80 characters (found 85). 229
 Error sizes LineLength Line is longer than 80 characters (found 125). 230
 Error sizes LineLength Line is longer than 80 characters (found 100). 241

org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 31
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 51
 Error sizes LineLength Line is longer than 80 characters (found 114). 81
 Error sizes LineLength Line is longer than 80 characters (found 128). 82
 Error sizes LineLength Line is longer than 80 characters (found 112). 83
 Error sizes LineLength Line is longer than 80 characters (found 100). 84
 Error design VisibilityModifier Variable 'targetBytecode' must be private and have accessor methods. 99
 Error sizes LineLength Line is longer than 80 characters (found 113). 102
 Error design VisibilityModifier Variable 'skipBytecodeCheck' must be private and have accessor methods. 107
 Error design VisibilityModifier Variable 'debug' must be private and have accessor methods. 113
 Error design VisibilityModifier Variable 'verbose' must be private and have accessor methods. 119
 Error design VisibilityModifier Variable 'warningLevel' must be private and have accessor methods. 135
 Error sizes LineLength Line is longer than 80 characters (found 138). 138
 Error design VisibilityModifier Variable 'tolerance' must be private and have accessor methods. 141
 Error sizes LineLength Line is longer than 80 characters (found 109). 144
 Error design VisibilityModifier Variable 'invokeDynamic' must be private and have accessor methods. 148
 Error design VisibilityModifier Variable 'parallelParsing' must be private and have accessor methods. 157
 Error sizes LineLength Line is longer than 80 characters (found 125). 160
 Error sizes LineLength Line is longer than 80 characters (found 105). 161
 Error design VisibilityModifier Variable 'configScript' must be private and have accessor methods. 164
 Error sizes LineLength Line is longer than 80 characters (found 109). 167
 Error design VisibilityModifier Variable 'parameters' must be private and have accessor methods. 171
 Error sizes LineLength Line is longer than 80 characters (found 118). 180
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 185
 Error sizes LineLength Line is longer than 80 characters (found 108). 189
 Error design VisibilityModifier Variable 'previewFeatures' must be private and have accessor methods. 194
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 200
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 206
 Error sizes LineLength Line is longer than 80 characters (found 87). 213
 Error sizes LineLength Line is longer than 80 characters (found 92). 214
 Error sizes LineLength Line is longer than 80 characters (found 99). 215
 Error sizes LineLength Line is longer than 80 characters (found 96). 216
 Error sizes LineLength Line is longer than 80 characters (found 112). 217
 Error sizes LineLength Line is longer than 80 characters (found 90). 218
 Error sizes LineLength Line is longer than 80 characters (found 123). 221
 Error sizes LineLength Line is longer than 80 characters (found 141). 222
 Error sizes LineLength Line is longer than 80 characters (found 126). 223
 Error sizes LineLength Line is longer than 80 characters (found 92). 238
 Error sizes LineLength Line is longer than 80 characters (found 237). 251
 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. 251
 Error misc FinalParameters Parameter configuration should be final. 251
 Error misc FinalParameters Parameter classpath should be final. 251
 Error sizes LineLength Line is longer than 80 characters (found 84). 254
 Error sizes LineLength Line is longer than 80 characters (found 216). 257
 Error sizes LineLength Line is longer than 80 characters (found 110). 265
 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. 265
 Error misc FinalParameters Parameter configuration should be final. 265
 Error misc FinalParameters Parameter javaExecutable should be final. 265
 Error sizes LineLength Line is longer than 80 characters (found 117). 267
 Error sizes LineLength Line is longer than 80 characters (found 89). 269
 Error sizes LineLength Line is longer than 80 characters (found 87). 277
 Error sizes LineLength Line is longer than 80 characters (found 111). 279
 Error sizes LineLength Line is longer than 80 characters (found 99). 298
 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. 305
 Error sizes LineLength Line is longer than 80 characters (found 84). 308
 Error sizes LineLength Line is longer than 80 characters (found 93). 311
 Error sizes LineLength Line is longer than 80 characters (found 97). 319
 Error sizes LineLength Line is longer than 80 characters (found 93). 321
 Error sizes LineLength Line is longer than 80 characters (found 93). 325

org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 36
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 47
 Error sizes LineLength Line is longer than 80 characters (found 114). 77
 Error sizes LineLength Line is longer than 80 characters (found 128). 78
 Error sizes LineLength Line is longer than 80 characters (found 112). 79
 Error sizes LineLength Line is longer than 80 characters (found 100). 80
 Error design VisibilityModifier Variable 'targetBytecode' must be private and have accessor methods. 97
 Error sizes LineLength Line is longer than 80 characters (found 113). 100
 Error design VisibilityModifier Variable 'skipBytecodeCheck' must be private and have accessor methods. 105
 Error design VisibilityModifier Variable 'debug' must be private and have accessor methods. 111
 Error design VisibilityModifier Variable 'verbose' must be private and have accessor methods. 117
 Error design VisibilityModifier Variable 'warningLevel' must be private and have accessor methods. 133
 Error sizes LineLength Line is longer than 80 characters (found 138). 136
 Error design VisibilityModifier Variable 'tolerance' must be private and have accessor methods. 139
 Error sizes LineLength Line is longer than 80 characters (found 118). 148
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 153
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 159
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 165
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 173
 Error sizes LineLength Line is longer than 80 characters (found 96). 181
 Error sizes LineLength Line is longer than 80 characters (found 103). 182
 Error sizes LineLength Line is longer than 80 characters (found 100). 183
 Error sizes LineLength Line is longer than 80 characters (found 116). 184
 Error sizes LineLength Line is longer than 80 characters (found 90). 185
 Error sizes LineLength Line is longer than 80 characters (found 260). 187
 Error sizes LineLength Line is longer than 80 characters (found 81). 189
 Error sizes LineLength Line is longer than 80 characters (found 177). 193
 Error sizes LineLength Line is longer than 80 characters (found 119). 203
 Error sizes LineLength Line is longer than 80 characters (found 83). 206
 Error sizes LineLength Line is longer than 80 characters (found 267). 216
 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. 216
 Error misc FinalParameters Parameter configuration should be final. 216
 Error misc FinalParameters Parameter classpath should be final. 216
 Error sizes LineLength Line is longer than 80 characters (found 84). 219
 Error sizes LineLength Line is longer than 80 characters (found 83). 221
 Error sizes LineLength Line is longer than 80 characters (found 173). 227
 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. 227
 Error misc FinalParameters Parameter configuration should be final. 227
 Error misc FinalParameters Parameter javaExecutable should be final. 227
 Error sizes LineLength Line is longer than 80 characters (found 141). 232
 Error sizes LineLength Line is longer than 80 characters (found 134). 252
 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. 260
 Error sizes LineLength Line is longer than 80 characters (found 84). 263
 Error sizes LineLength Line is longer than 80 characters (found 93). 266
 Error sizes LineLength Line is longer than 80 characters (found 97). 274
 Error sizes LineLength Line is longer than 80 characters (found 93). 276
 Error sizes LineLength Line is longer than 80 characters (found 93). 280
 Error misc FinalParameters Parameter outputDirectory should be final. 291
 Error sizes LineLength Line is longer than 80 characters (found 100). 293
 Error sizes LineLength Line is longer than 80 characters (found 86). 297
 Error sizes LineLength Line is longer than 80 characters (found 123). 298
 Error sizes LineLength Line is longer than 80 characters (found 118). 299
 Error sizes LineLength Line is longer than 80 characters (found 87). 300
 Error sizes LineLength Line is longer than 80 characters (found 101). 308

org/codehaus/gmavenplus/mojo/AbstractGroovyDocMojo.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.apache.maven.shared.model.fileset.util.FileSetManager. 21
 Error sizes LineLength Line is longer than 80 characters (found 83). 56
 Error design VisibilityModifier Variable 'windowTitle' must be private and have accessor methods. 67
 Error design VisibilityModifier Variable 'docTitle' must be private and have accessor methods. 73
 Error design VisibilityModifier Variable 'footer' must be private and have accessor methods. 79
 Error design VisibilityModifier Variable 'languageLevel' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'header' must be private and have accessor methods. 91
 Error design VisibilityModifier Variable 'displayAuthor' must be private and have accessor methods. 97
 Error design VisibilityModifier Variable 'overviewFile' must be private and have accessor methods. 103
 Error sizes LineLength Line is longer than 80 characters (found 111). 106
 Error design VisibilityModifier Variable 'stylesheetFile' must be private and have accessor methods. 109
 Error design VisibilityModifier Variable 'stylesheetEncoding' must be private and have accessor methods. 115
 Error design VisibilityModifier Variable 'scope' must be private and have accessor methods. 127
 Error sizes LineLength Line is longer than 80 characters (found 122). 130
 Error design VisibilityModifier Variable 'links' must be private and have accessor methods. 135
 Error design VisibilityModifier Variable 'skipGroovyDoc' must be private and have accessor methods. 143
 Error sizes LineLength Line is longer than 80 characters (found 118). 152
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 157
 Error sizes LineLength Line is longer than 80 characters (found 111). 160
 Error design VisibilityModifier Variable 'defaultDocTemplates' must be private and have accessor methods. 165
 Error sizes LineLength Line is longer than 80 characters (found 107). 168
 Error design VisibilityModifier Variable 'defaultPackageTemplates' must be private and have accessor methods. 173
 Error sizes LineLength Line is longer than 80 characters (found 105). 176
 Error design VisibilityModifier Variable 'defaultClassTemplates' must be private and have accessor methods. 181
 Error sizes LineLength Line is longer than 80 characters (found 120). 184
 Error design VisibilityModifier Variable 'groovyDocToolClass' must be private and have accessor methods. 190
 Error sizes LineLength Line is longer than 80 characters (found 117). 193
 Error design VisibilityModifier Variable 'outputToolClass' must be private and have accessor methods. 199
 Error sizes LineLength Line is longer than 80 characters (found 116). 202
 Error design VisibilityModifier Variable 'fileOutputToolClass' must be private and have accessor methods. 208
 Error sizes LineLength Line is longer than 80 characters (found 117). 211
 Error design VisibilityModifier Variable 'resourceManagerClass' must be private and have accessor methods. 217
 Error sizes LineLength Line is longer than 80 characters (found 118). 220
 Error design VisibilityModifier Variable 'classpathResourceManagerClass' must be private and have accessor methods. 226
 Error sizes LineLength Line is longer than 80 characters (found 109). 229
 Error sizes LineLength Line is longer than 80 characters (found 115). 230
 Error design VisibilityModifier Variable 'linkArgumentClass' must be private and have accessor methods. 236
 Error sizes LineLength Line is longer than 80 characters (found 85). 239
 Error design VisibilityModifier Variable 'attachGroovyDocAnnotation' must be private and have accessor methods. 244
 Error design VisibilityModifier Variable 'toolchainManager' must be private and have accessor methods. 250
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 256
 Error design VisibilityModifier Variable 'fork' must be private and have accessor methods. 264
 Error sizes LineLength Line is longer than 80 characters (found 101). 272
 Error sizes LineLength Line is longer than 80 characters (found 108). 273
 Error sizes LineLength Line is longer than 80 characters (found 105). 274
 Error sizes LineLength Line is longer than 80 characters (found 121). 275
 Error sizes LineLength Line is longer than 80 characters (found 90). 276
 Error sizes LineLength Line is longer than 80 characters (found 271). 278
 Error sizes LineLength Line is longer than 80 characters (found 104). 280
 Error sizes LineLength Line is longer than 80 characters (found 97). 285
 Error sizes LineLength Line is longer than 80 characters (found 121). 289
 Error sizes LineLength Line is longer than 80 characters (found 86). 302
 Error sizes LineLength Line is longer than 80 characters (found 96). 311
 Error sizes LineLength Line is longer than 80 characters (found 119). 315
 Error sizes LineLength Line is longer than 80 characters (found 88). 318
 Error sizes LineLength Line is longer than 80 characters (found 82). 321
 Error sizes LineLength Line is longer than 80 characters (found 222). 333
 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. 333
 Error misc FinalParameters Parameter configuration should be final. 333
 Error sizes LineLength Line is longer than 80 characters (found 84). 335
 Error sizes LineLength Line is longer than 80 characters (found 225). 339
 Error sizes LineLength Line is longer than 80 characters (found 148). 343
 Error sizes LineLength Line is longer than 80 characters (found 207). 344
 Error sizes LineLength Line is longer than 80 characters (found 147). 352
 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. 352
 Error misc FinalParameters Parameter configuration should be final. 352
 Error misc FinalParameters Parameter javaExecutable should be final. 352
 Error sizes LineLength Line is longer than 80 characters (found 141). 357
 Error sizes LineLength Line is longer than 80 characters (found 139). 377
 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. 384
 Error sizes LineLength Line is longer than 80 characters (found 84). 387
 Error sizes LineLength Line is longer than 80 characters (found 93). 390
 Error sizes LineLength Line is longer than 80 characters (found 97). 398
 Error sizes LineLength Line is longer than 80 characters (found 93). 400
 Error sizes LineLength Line is longer than 80 characters (found 93). 404
 Error sizes LineLength Line is longer than 80 characters (found 107). 422
 Error sizes LineLength Line is longer than 80 characters (found 90). 435
 Error sizes LineLength Line is longer than 80 characters (found 89). 448
 Error sizes LineLength Line is longer than 80 characters (found 146). 454
 Error sizes LineLength Line is longer than 80 characters (found 126). 456
 Error sizes LineLength Line is longer than 80 characters (found 141). 465
 Error sizes LineLength Line is longer than 80 characters (found 121). 467
 Error sizes LineLength Line is longer than 80 characters (found 109). 475

org/codehaus/gmavenplus/mojo/AbstractGroovyMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 47
 Error sizes LineLength Line is longer than 80 characters (found 90). 52
 Error sizes LineLength Line is longer than 80 characters (found 95). 75
 Error design VisibilityModifier Variable 'classWrangler' must be private and have accessor methods. 77
 Error sizes LineLength Line is longer than 80 characters (found 229). 79
 Error design VisibilityModifier Variable 'project' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'session' must be private and have accessor methods. 91
 Error design VisibilityModifier Variable 'pluginArtifacts' must be private and have accessor methods. 97
 Error design VisibilityModifier Variable 'mojoExecution' must be private and have accessor methods. 103
 Error design VisibilityModifier Variable 'pluginDescriptor' must be private and have accessor methods. 109
 Error design VisibilityModifier Variable 'minGroovyVersion' must be private and have accessor methods. 115
 Error sizes LineLength Line is longer than 80 characters (found 107). 134
 Error sizes LineLength Line is longer than 80 characters (found 105). 136
 Error sizes LineLength Line is longer than 80 characters (found 109). 143
 Error sizes LineLength Line is longer than 80 characters (found 108). 145
 Error sizes LineLength Line is longer than 80 characters (found 101). 152
 Error sizes LineLength Line is longer than 80 characters (found 102). 154
 Error sizes LineLength Line is longer than 80 characters (found 83). 179
 Error sizes LineLength Line is longer than 80 characters (found 81). 181
 Error sizes LineLength Line is longer than 80 characters (found 91). 184
 Error sizes LineLength Line is longer than 80 characters (found 88). 188
 Error sizes LineLength Line is longer than 80 characters (found 127). 191
 Error misc FinalParameters Parameter version should be final. 193
 Error sizes LineLength Line is longer than 80 characters (found 86). 194
 Error sizes LineLength Line is longer than 80 characters (found 118). 201
 Error misc FinalParameters Parameter version should be final. 203
 Error sizes LineLength Line is longer than 80 characters (found 81). 204
 Error sizes LineLength Line is longer than 80 characters (found 90). 208
 Error sizes LineLength Line is longer than 80 characters (found 129). 211
 Error misc FinalParameters Parameter version should be final. 213
 Error sizes LineLength Line is longer than 80 characters (found 88). 214
 Error sizes LineLength Line is longer than 80 characters (found 90). 218
 Error sizes LineLength Line is longer than 80 characters (found 129). 221
 Error misc FinalParameters Parameter version should be final. 223
 Error sizes LineLength Line is longer than 80 characters (found 88). 224
 Error sizes LineLength Line is longer than 80 characters (found 82). 228
 Error sizes LineLength Line is longer than 80 characters (found 126). 240
 Error sizes LineLength Line is longer than 80 characters (found 129). 241
 Error sizes LineLength Line is longer than 80 characters (found 86). 242
 Error sizes LineLength Line is longer than 80 characters (found 122). 244
 Error misc FinalParameters Parameter classpath should be final. 244
 Error misc FinalParameters Parameter includeClasspath should be final. 244
 Error sizes LineLength Line is longer than 80 characters (found 87). 246
 Error sizes LineLength Line is longer than 80 characters (found 103). 247
 Error sizes LineLength Line is longer than 80 characters (found 82). 248
 Error sizes LineLength Line is longer than 80 characters (found 98). 249
 Error sizes LineLength Line is longer than 80 characters (found 96). 250
 Error sizes LineLength Line is longer than 80 characters (found 113). 252
 Error sizes LineLength Line is longer than 80 characters (found 98). 253
 Error sizes LineLength Line is longer than 80 characters (found 83). 265
 Error sizes LineLength Line is longer than 80 characters (found 93). 267
 Error sizes LineLength Line is longer than 80 characters (found 87). 271
 Error sizes LineLength Line is longer than 80 characters (found 84). 276
 Error sizes LineLength Line is longer than 80 characters (found 111). 278
 Error sizes LineLength Line is longer than 80 characters (found 92). 288

org/codehaus/gmavenplus/mojo/AbstractGroovySourcesMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 23
 Error sizes LineLength Line is longer than 80 characters (found 112). 46
 Error sizes LineLength Line is longer than 80 characters (found 103). 52
 Error sizes LineLength Line is longer than 80 characters (found 112). 66
 Error sizes LineLength Line is longer than 80 characters (found 107). 72
 Error sizes LineLength Line is longer than 80 characters (found 82). 76
 Error sizes LineLength Line is longer than 80 characters (found 115). 86
 Error sizes LineLength Line is longer than 80 characters (found 100). 92
 Error sizes LineLength Line is longer than 80 characters (found 95). 100
 Error sizes LineLength Line is longer than 80 characters (found 96). 101
 Error sizes LineLength Line is longer than 80 characters (found 99). 115
 Error sizes LineLength Line is longer than 80 characters (found 104). 116
 Error sizes LineLength Line is longer than 80 characters (found 115). 125
 Error sizes LineLength Line is longer than 80 characters (found 104). 131
 Error sizes LineLength Line is longer than 80 characters (found 95). 139
 Error sizes LineLength Line is longer than 80 characters (found 96). 140
 Error sizes LineLength Line is longer than 80 characters (found 99). 154
 Error sizes LineLength Line is longer than 80 characters (found 104). 155

org/codehaus/gmavenplus/mojo/AbstractGroovyStubSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 41
 Error sizes LineLength Line is longer than 80 characters (found 104). 44
 Error sizes LineLength Line is longer than 80 characters (found 108). 54
 Error misc FinalParameters Parameter project should be final. 54
 Error misc FinalParameters Parameter scopeToRemove should be final. 54
 Error misc FinalParameters Parameter sourceDirectory should be final. 54
 Error sizes LineLength Line is longer than 80 characters (found 112). 55
 Error sizes LineLength Line is longer than 80 characters (found 111). 56
 Error sizes LineLength Line is longer than 80 characters (found 105). 57
 Error sizes LineLength Line is longer than 80 characters (found 121). 63
 Error sizes LineLength Line is longer than 80 characters (found 85). 67
 Error sizes LineLength Line is longer than 80 characters (found 85). 68
 Error misc FinalParameters Parameter outputDirectory should be final. 82

org/codehaus/gmavenplus/mojo/AbstractToolsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 101). 34
 Error sizes LineLength Line is longer than 80 characters (found 118). 35
 Error design VisibilityModifier Variable 'projectHelper' must be private and have accessor methods. 47
 Error sizes LineLength Line is longer than 80 characters (found 108). 50
 Error sizes LineLength Line is longer than 80 characters (found 91). 53
 Error sizes LineLength Line is longer than 80 characters (found 98). 55
 Error sizes LineLength Line is longer than 80 characters (found 100). 57
 Error sizes LineLength Line is longer than 80 characters (found 99). 59
 Error sizes LineLength Line is longer than 80 characters (found 118). 63
 Error design VisibilityModifier Variable 'properties' must be private and have accessor methods. 70
 Error sizes LineLength Line is longer than 80 characters (found 109). 73
 Error design VisibilityModifier Variable 'allowSystemExits' must be private and have accessor methods. 79
 Error sizes LineLength Line is longer than 80 characters (found 123). 82
 Error design VisibilityModifier Variable 'bindPropertiesToSeparateVariables' must be private and have accessor methods. 87
 Error sizes LineLength Line is longer than 80 characters (found 118). 96
 Error design VisibilityModifier Variable 'includeClasspath' must be private and have accessor methods. 101
 Error sizes LineLength Line is longer than 80 characters (found 90). 104
 Error design VisibilityModifier Variable 'bindAllProjectProperties' must be private and have accessor methods. 109
 Error sizes LineLength Line is longer than 80 characters (found 119). 112
 Error sizes LineLength Line is longer than 80 characters (found 118). 113
 Error design VisibilityModifier Variable 'bindSessionUserOverrideProperties' must be private and have accessor methods. 119
 Error sizes LineLength Line is longer than 80 characters (found 102). 122
 Error sizes LineLength Line is longer than 80 characters (found 117). 123
 Error sizes LineLength Line is longer than 80 characters (found 114). 124
 Error sizes LineLength Line is longer than 80 characters (found 99). 125
 Error design VisibilityModifier Variable 'bindAllSessionUserProperties' must be private and have accessor methods. 131
 Error sizes LineLength Line is longer than 80 characters (found 84). 143
 Error sizes LineLength Line is longer than 80 characters (found 113). 158
 Error sizes LineLength Line is longer than 80 characters (found 102). 160
 Error sizes LineLength Line is longer than 80 characters (found 118). 162
 Error sizes LineLength Line is longer than 80 characters (found 131). 163
 Error sizes LineLength Line is longer than 80 characters (found 101). 166
 Error sizes LineLength Line is longer than 80 characters (found 111). 174
 Error sizes LineLength Line is longer than 80 characters (found 157). 177
 Error sizes LineLength Line is longer than 80 characters (found 106). 185
 Error sizes LineLength Line is longer than 80 characters (found 82). 188
 Error sizes LineLength Line is longer than 80 characters (found 194). 201

org/codehaus/gmavenplus/mojo/AddSourcesMojo.java

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

org/codehaus/gmavenplus/mojo/AddStubSourcesMojo.java

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

org/codehaus/gmavenplus/mojo/AddTestSourcesMojo.java

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

org/codehaus/gmavenplus/mojo/AddTestStubSourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 127). 26
 Error sizes LineLength Line is longer than 80 characters (found 95). 37
 Error design VisibilityModifier Variable 'testStubsOutputDirectory' must be private and have accessor methods. 38
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 44
 Error sizes LineLength Line is longer than 80 characters (found 132). 52
 Error sizes LineLength Line is longer than 80 characters (found 89). 53

org/codehaus/gmavenplus/mojo/CompileMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 134). 34
 Error sizes LineLength Line is longer than 80 characters (found 137). 39
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 47
 Error design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 53
 Error sizes LineLength Line is longer than 80 characters (found 118). 58
 Error sizes LineLength Line is longer than 80 characters (found 103). 64
 Error sizes LineLength Line is longer than 80 characters (found 104). 68
 Error sizes LineLength Line is longer than 80 characters (found 181). 70
 Error sizes LineLength Line is longer than 80 characters (found 123). 72
 Error sizes LineLength Line is longer than 80 characters (found 117). 74
 Error sizes LineLength Line is longer than 80 characters (found 111). 76
 Error sizes LineLength Line is longer than 80 characters (found 90). 78
 Error sizes LineLength Line is longer than 80 characters (found 108). 80

org/codehaus/gmavenplus/mojo/CompileTestsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 134). 34
 Error sizes LineLength Line is longer than 80 characters (found 144). 39
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 47
 Error design VisibilityModifier Variable 'testOutputDirectory' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 118). 64
 Error sizes LineLength Line is longer than 80 characters (found 97). 75
 Error sizes LineLength Line is longer than 80 characters (found 113). 79
 Error sizes LineLength Line is longer than 80 characters (found 181). 81
 Error sizes LineLength Line is longer than 80 characters (found 123). 83
 Error sizes LineLength Line is longer than 80 characters (found 117). 85
 Error sizes LineLength Line is longer than 80 characters (found 111). 87
 Error sizes LineLength Line is longer than 80 characters (found 87). 89
 Error sizes LineLength Line is longer than 80 characters (found 105). 91

org/codehaus/gmavenplus/mojo/ConsoleMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 95). 45
 Error sizes LineLength Line is longer than 80 characters (found 118). 47
 Error sizes LineLength Line is longer than 80 characters (found 92). 56
 Error design VisibilityModifier Variable 'consoleScript' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 118). 66
 Error sizes LineLength Line is longer than 80 characters (found 85). 72
 Error sizes LineLength Line is longer than 80 characters (found 105). 74
 Error sizes LineLength Line is longer than 80 characters (found 87). 76
 Error sizes LineLength Line is longer than 80 characters (found 84). 80
 Error sizes LineLength Line is longer than 80 characters (found 93). 83
 Error sizes LineLength Line is longer than 80 characters (found 228). 89
 Error sizes LineLength Line is longer than 80 characters (found 83). 93
 Error sizes LineLength Line is longer than 80 characters (found 154). 96
 Error sizes LineLength Line is longer than 80 characters (found 176). 100
 Error sizes LineLength Line is longer than 80 characters (found 83). 107
 Error sizes LineLength Line is longer than 80 characters (found 82). 111
 Error sizes LineLength Line is longer than 80 characters (found 153). 119
 Error misc TodoComment Comment matches to-do format 'TODO:'. 119
 Error sizes LineLength Line is longer than 80 characters (found 195). 128
 Error sizes LineLength Line is longer than 80 characters (found 143). 130
 Error sizes LineLength Line is longer than 80 characters (found 203). 131
 Error sizes LineLength Line is longer than 80 characters (found 127). 133
 Error sizes LineLength Line is longer than 80 characters (found 111). 136
 Error sizes LineLength Line is longer than 80 characters (found 117). 138
 Error sizes LineLength Line is longer than 80 characters (found 176). 144
 Error sizes LineLength Line is longer than 80 characters (found 127). 150
 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. 150
 Error misc FinalParameters Parameter consoleClass should be final. 150
 Error misc FinalParameters Parameter console should be final. 150
 Error sizes LineLength Line is longer than 80 characters (found 91). 152
 Error sizes LineLength Line is longer than 80 characters (found 97). 157
 Error sizes LineLength Line is longer than 80 characters (found 127). 161
 Error sizes LineLength Line is longer than 80 characters (found 123). 164
 Error sizes LineLength Line is longer than 80 characters (found 131). 175
 Error sizes LineLength Line is longer than 80 characters (found 115). 176
 Error sizes LineLength Line is longer than 80 characters (found 118). 177
 Error sizes LineLength Line is longer than 80 characters (found 174). 179
 Error sizes LineLength Line is longer than 80 characters (found 97). 182
 Error sizes LineLength Line is longer than 80 characters (found 136). 191
 Error sizes LineLength Line is longer than 80 characters (found 138). 195
 Error sizes LineLength Line is longer than 80 characters (found 109). 204
 Error sizes LineLength Line is longer than 80 characters (found 113). 205
 Error sizes LineLength Line is longer than 80 characters (found 129). 206
 Error sizes LineLength Line is longer than 80 characters (found 178). 208
 Error misc FinalParameters Parameter consoleClass should be final. 208
 Error misc FinalParameters Parameter bindingClass should be final. 208
 Error misc FinalParameters Parameter console should be final. 208
 Error sizes LineLength Line is longer than 80 characters (found 90). 210
 Error sizes LineLength Line is longer than 80 characters (found 97). 211
 Error sizes LineLength Line is longer than 80 characters (found 93). 212
 Error sizes LineLength Line is longer than 80 characters (found 113). 215
 Error sizes LineLength Line is longer than 80 characters (found 102). 217
 Error sizes LineLength Line is longer than 80 characters (found 118). 219
 Error sizes LineLength Line is longer than 80 characters (found 131). 220
 Error sizes LineLength Line is longer than 80 characters (found 101). 223
 Error sizes LineLength Line is longer than 80 characters (found 130). 228
 Error sizes LineLength Line is longer than 80 characters (found 137). 239
 Error sizes LineLength Line is longer than 80 characters (found 111). 255
 Error sizes LineLength Line is longer than 80 characters (found 90). 258

org/codehaus/gmavenplus/mojo/ExecuteMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 82). 47
 Error sizes LineLength Line is longer than 80 characters (found 95). 49
 Error sizes LineLength Line is longer than 80 characters (found 95). 55
 Error sizes LineLength Line is longer than 80 characters (found 84). 61
 Error sizes LineLength Line is longer than 80 characters (found 101). 69
 Error design VisibilityModifier Variable 'scripts' must be private and have accessor methods. 73
 Error design VisibilityModifier Variable 'continueExecuting' must be private and have accessor methods. 79
 Error design VisibilityModifier Variable 'sourceEncoding' must be private and have accessor methods. 87
 Error design VisibilityModifier Variable 'skipScriptExecution' must be private and have accessor methods. 95
 Error design VisibilityModifier Variable 'urlConnectionTimeout' must be private and have accessor methods. 103
 Error design VisibilityModifier Variable 'urlReadTimeout' must be private and have accessor methods. 111
 Error sizes LineLength Line is longer than 80 characters (found 118). 116
 Error sizes LineLength Line is longer than 80 characters (found 118). 126
 Error sizes LineLength Line is longer than 80 characters (found 103). 130
 Error sizes LineLength Line is longer than 80 characters (found 85). 140
 Error sizes LineLength Line is longer than 80 characters (found 105). 142
 Error sizes LineLength Line is longer than 80 characters (found 87). 144
 Error sizes LineLength Line is longer than 80 characters (found 84). 148
 Error sizes LineLength Line is longer than 80 characters (found 93). 151
 Error sizes LineLength Line is longer than 80 characters (found 228). 157
 Error sizes LineLength Line is longer than 80 characters (found 83). 161
 Error sizes LineLength Line is longer than 80 characters (found 154). 164
 Error sizes LineLength Line is longer than 80 characters (found 176). 168
 Error sizes LineLength Line is longer than 80 characters (found 90). 173
 Error sizes LineLength Line is longer than 80 characters (found 195). 181
 Error sizes LineLength Line is longer than 80 characters (found 123). 183
 Error sizes LineLength Line is longer than 80 characters (found 117). 185
 Error sizes LineLength Line is longer than 80 characters (found 111). 187
 Error sizes LineLength Line is longer than 80 characters (found 176). 193
 Error sizes LineLength Line is longer than 80 characters (found 120). 204
 Error sizes LineLength Line is longer than 80 characters (found 104). 205
 Error sizes LineLength Line is longer than 80 characters (found 107). 206
 Error sizes LineLength Line is longer than 80 characters (found 100). 207
 Error sizes LineLength Line is longer than 80 characters (found 171). 209
 Error sizes LineLength Line is longer than 80 characters (found 126). 212
 Error sizes LineLength Line is longer than 80 characters (found 106). 213
 Error sizes LineLength Line is longer than 80 characters (found 139). 214
 Error sizes LineLength Line is longer than 80 characters (found 175). 215
 Error sizes LineLength Line is longer than 80 characters (found 124). 217
 Error sizes LineLength Line is longer than 80 characters (found 101). 220
 Error sizes LineLength Line is longer than 80 characters (found 136). 229
 Error sizes LineLength Line is longer than 80 characters (found 117). 241
 Error sizes LineLength Line is longer than 80 characters (found 101). 242
 Error sizes LineLength Line is longer than 80 characters (found 140). 243
 Error sizes LineLength Line is longer than 80 characters (found 169). 245
 Error misc TodoComment Comment matches to-do format 'TODO:'. 249
 Error sizes LineLength Line is longer than 80 characters (found 107). 257
 Error sizes LineLength Line is longer than 80 characters (found 99). 258
 Error sizes LineLength Line is longer than 80 characters (found 81). 261
 Error sizes LineLength Line is longer than 80 characters (found 103). 262
 Error sizes LineLength Line is longer than 80 characters (found 148). 268
 Error sizes LineLength Line is longer than 80 characters (found 125). 270
 Error sizes LineLength Line is longer than 80 characters (found 83). 283
 Error sizes LineLength Line is longer than 80 characters (found 117). 284
 Error sizes LineLength Line is longer than 80 characters (found 101). 285
 Error sizes LineLength Line is longer than 80 characters (found 167). 287
 Error misc FinalParameters Parameter groovyShellClass should be final. 287
 Error misc FinalParameters Parameter shell should be final. 287
 Error misc FinalParameters Parameter script should be final. 287
 Error sizes LineLength Line is longer than 80 characters (found 84). 295
 Error sizes LineLength Line is longer than 80 characters (found 98). 297
 Error sizes LineLength Line is longer than 80 characters (found 119). 301
 Error sizes LineLength Line is longer than 80 characters (found 103). 303
 Error sizes LineLength Line is longer than 80 characters (found 103). 310
 Error sizes LineLength Line is longer than 80 characters (found 116). 314
 Error sizes LineLength Line is longer than 80 characters (found 91). 317

org/codehaus/gmavenplus/mojo/GenerateStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 33
 Error sizes LineLength Line is longer than 80 characters (found 152). 39
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 47
 Error sizes LineLength Line is longer than 80 characters (found 95). 52
 Error design VisibilityModifier Variable 'stubsOutputDirectory' must be private and have accessor methods. 53
 Error sizes LineLength Line is longer than 80 characters (found 118). 58
 Error sizes LineLength Line is longer than 80 characters (found 103). 66
 Error sizes LineLength Line is longer than 80 characters (found 116). 71
 Error sizes LineLength Line is longer than 80 characters (found 85). 75
 Error sizes LineLength Line is longer than 80 characters (found 81). 76
 Error sizes LineLength Line is longer than 80 characters (found 181). 78
 Error sizes LineLength Line is longer than 80 characters (found 123). 80
 Error sizes LineLength Line is longer than 80 characters (found 117). 82
 Error sizes LineLength Line is longer than 80 characters (found 111). 84
 Error sizes LineLength Line is longer than 80 characters (found 90). 86
 Error sizes LineLength Line is longer than 80 characters (found 108). 88

org/codehaus/gmavenplus/mojo/GenerateTestStubsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 123). 33
 Error sizes LineLength Line is longer than 80 characters (found 158). 39
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 47
 Error sizes LineLength Line is longer than 80 characters (found 95). 52
 Error design VisibilityModifier Variable 'testStubsOutputDirectory' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'skipTests' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 118). 64
 Error sizes LineLength Line is longer than 80 characters (found 97). 76
 Error sizes LineLength Line is longer than 80 characters (found 125). 81
 Error sizes LineLength Line is longer than 80 characters (found 85). 85
 Error sizes LineLength Line is longer than 80 characters (found 89). 86
 Error sizes LineLength Line is longer than 80 characters (found 181). 88
 Error sizes LineLength Line is longer than 80 characters (found 123). 90
 Error sizes LineLength Line is longer than 80 characters (found 117). 92
 Error sizes LineLength Line is longer than 80 characters (found 111). 94
 Error sizes LineLength Line is longer than 80 characters (found 87). 96
 Error sizes LineLength Line is longer than 80 characters (found 105). 98

org/codehaus/gmavenplus/mojo/GroovyDocJarMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 111). 39
 Error sizes LineLength Line is longer than 80 characters (found 143). 45
 Error sizes LineLength Line is longer than 80 characters (found 116). 49
 Error design VisibilityModifier Variable 'finalName' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'jarOutputDirectory' must be private and have accessor methods. 59
 Error design VisibilityModifier Variable 'jarArchiver' must be private and have accessor methods. 65
 Error sizes LineLength Line is longer than 80 characters (found 107). 69
 Error sizes LineLength Line is longer than 80 characters (found 88). 72
 Error design VisibilityModifier Variable 'archive' must be private and have accessor methods. 72
 Error design VisibilityModifier Variable 'attach' must be private and have accessor methods. 78
 Error sizes LineLength Line is longer than 80 characters (found 120). 90
 Error design VisibilityModifier Variable 'defaultManifestFile' must be private and have accessor methods. 91
 Error sizes LineLength Line is longer than 80 characters (found 95). 94
 Error design VisibilityModifier Variable 'invokeGroovyDoc' must be private and have accessor methods. 117
 Error sizes LineLength Line is longer than 80 characters (found 111). 130
 Error sizes LineLength Line is longer than 80 characters (found 92). 133
 Error sizes LineLength Line is longer than 80 characters (found 86). 135
 Error sizes LineLength Line is longer than 80 characters (found 99). 138
 Error sizes LineLength Line is longer than 80 characters (found 93). 140
 Error sizes LineLength Line is longer than 80 characters (found 98). 142
 Error javadoc JavadocStyle First sentence should end with a period. 146
 Error sizes LineLength Line is longer than 80 characters (found 83). 149
 Error sizes LineLength Line is longer than 80 characters (found 106). 152
 Error sizes LineLength Line is longer than 80 characters (found 109). 153
 Error sizes LineLength Line is longer than 80 characters (found 115). 155
 Error misc FinalParameters Parameter groovydocFiles should be final. 155
 Error misc FinalParameters Parameter jarFileName should be final. 155
 Error sizes LineLength Line is longer than 80 characters (found 84). 160
 Error sizes LineLength Line is longer than 80 characters (found 86). 169
 Error sizes LineLength Line is longer than 80 characters (found 106). 174
 Error sizes LineLength Line is longer than 80 characters (found 112). 175
 Error sizes LineLength Line is longer than 80 characters (found 83). 182
 Error sizes LineLength Line is longer than 80 characters (found 103). 184

org/codehaus/gmavenplus/mojo/GroovyDocMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 100). 37
 Error design VisibilityModifier Variable 'sources' must be private and have accessor methods. 45
 Error design VisibilityModifier Variable 'groovyDocOutputDirectory' must be private and have accessor methods. 51
 Error design VisibilityModifier Variable 'groovyDocJavaSources' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 118). 64
 Error sizes LineLength Line is longer than 80 characters (found 103). 70
 Error sizes LineLength Line is longer than 80 characters (found 143). 74
 Error sizes LineLength Line is longer than 80 characters (found 181). 76
 Error sizes LineLength Line is longer than 80 characters (found 123). 78
 Error sizes LineLength Line is longer than 80 characters (found 117). 80
 Error sizes LineLength Line is longer than 80 characters (found 111). 82
 Error sizes LineLength Line is longer than 80 characters (found 90). 84
 Error sizes LineLength Line is longer than 80 characters (found 108). 86

org/codehaus/gmavenplus/mojo/GroovyDocTestsJarMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 39
 Error sizes LineLength Line is longer than 80 characters (found 145). 45
 Error sizes LineLength Line is longer than 80 characters (found 121). 49
 Error design VisibilityModifier Variable 'finalName' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'jarOutputDirectory' must be private and have accessor methods. 59
 Error design VisibilityModifier Variable 'jarArchiver' must be private and have accessor methods. 65
 Error sizes LineLength Line is longer than 80 characters (found 107). 69
 Error sizes LineLength Line is longer than 80 characters (found 88). 72
 Error design VisibilityModifier Variable 'archive' must be private and have accessor methods. 72
 Error design VisibilityModifier Variable 'attach' must be private and have accessor methods. 78
 Error sizes LineLength Line is longer than 80 characters (found 120). 90
 Error design VisibilityModifier Variable 'defaultManifestFile' must be private and have accessor methods. 91
 Error sizes LineLength Line is longer than 80 characters (found 95). 94
 Error sizes LineLength Line is longer than 80 characters (found 82). 114
 Error design VisibilityModifier Variable 'invokeGroovyDoc' must be private and have accessor methods. 117
 Error sizes LineLength Line is longer than 80 characters (found 119). 130
 Error sizes LineLength Line is longer than 80 characters (found 100). 133
 Error sizes LineLength Line is longer than 80 characters (found 91). 135
 Error sizes LineLength Line is longer than 80 characters (found 99). 138
 Error sizes LineLength Line is longer than 80 characters (found 93). 140
 Error sizes LineLength Line is longer than 80 characters (found 98). 142
 Error javadoc JavadocStyle First sentence should end with a period. 146
 Error sizes LineLength Line is longer than 80 characters (found 83). 149
 Error sizes LineLength Line is longer than 80 characters (found 106). 152
 Error sizes LineLength Line is longer than 80 characters (found 109). 153
 Error sizes LineLength Line is longer than 80 characters (found 115). 155
 Error misc FinalParameters Parameter groovydocFiles should be final. 155
 Error misc FinalParameters Parameter jarFileName should be final. 155
 Error sizes LineLength Line is longer than 80 characters (found 84). 160
 Error sizes LineLength Line is longer than 80 characters (found 86). 169
 Error sizes LineLength Line is longer than 80 characters (found 106). 174
 Error sizes LineLength Line is longer than 80 characters (found 112). 175
 Error sizes LineLength Line is longer than 80 characters (found 83). 182
 Error sizes LineLength Line is longer than 80 characters (found 103). 184

org/codehaus/gmavenplus/mojo/GroovyDocTestsMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 102). 37
 Error design VisibilityModifier Variable 'testSources' must be private and have accessor methods. 45
 Error design VisibilityModifier Variable 'testGroovyDocOutputDirectory' must be private and have accessor methods. 51
 Error design VisibilityModifier Variable 'testGroovyDocJavaSources' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 118). 64
 Error sizes LineLength Line is longer than 80 characters (found 100). 70
 Error sizes LineLength Line is longer than 80 characters (found 156). 74
 Error sizes LineLength Line is longer than 80 characters (found 181). 76
 Error sizes LineLength Line is longer than 80 characters (found 123). 78
 Error sizes LineLength Line is longer than 80 characters (found 117). 80
 Error sizes LineLength Line is longer than 80 characters (found 111). 82
 Error sizes LineLength Line is longer than 80 characters (found 87). 84
 Error sizes LineLength Line is longer than 80 characters (found 105). 86

org/codehaus/gmavenplus/mojo/RemoveStubsMojo.java

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

org/codehaus/gmavenplus/mojo/RemoveTestStubsMojo.java

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

org/codehaus/gmavenplus/mojo/ShellMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 101). 44
 Error sizes LineLength Line is longer than 80 characters (found 89). 55
 Error design VisibilityModifier Variable 'verbosity' must be private and have accessor methods. 67
 Error sizes LineLength Line is longer than 80 characters (found 118). 72
 Error sizes LineLength Line is longer than 80 characters (found 85). 77
 Error sizes LineLength Line is longer than 80 characters (found 105). 79
 Error sizes LineLength Line is longer than 80 characters (found 87). 81
 Error sizes LineLength Line is longer than 80 characters (found 84). 85
 Error sizes LineLength Line is longer than 80 characters (found 93). 88
 Error sizes LineLength Line is longer than 80 characters (found 224). 94
 Error sizes LineLength Line is longer than 80 characters (found 83). 98
 Error sizes LineLength Line is longer than 80 characters (found 154). 101
 Error sizes LineLength Line is longer than 80 characters (found 176). 105
 Error sizes LineLength Line is longer than 80 characters (found 178). 110
 Error sizes LineLength Line is longer than 80 characters (found 82). 111
 Error sizes LineLength Line is longer than 80 characters (found 92). 112
 Error sizes LineLength Line is longer than 80 characters (found 109). 113
 Error sizes LineLength Line is longer than 80 characters (found 105). 114
 Error sizes LineLength Line is longer than 80 characters (found 102). 117
 Error sizes LineLength Line is longer than 80 characters (found 92). 120
 Error sizes LineLength Line is longer than 80 characters (found 195). 122
 Error sizes LineLength Line is longer than 80 characters (found 147). 124
 Error sizes LineLength Line is longer than 80 characters (found 277). 125
 Error sizes LineLength Line is longer than 80 characters (found 127). 127
 Error sizes LineLength Line is longer than 80 characters (found 111). 130
 Error sizes LineLength Line is longer than 80 characters (found 117). 132
 Error sizes LineLength Line is longer than 80 characters (found 176). 138
 Error sizes LineLength Line is longer than 80 characters (found 106). 153
 Error sizes LineLength Line is longer than 80 characters (found 103). 154
 Error sizes LineLength Line is longer than 80 characters (found 119). 155
 Error sizes LineLength Line is longer than 80 characters (found 253). 157
 Error sizes LineLength Line is longer than 80 characters (found 97). 160
 Error sizes LineLength Line is longer than 80 characters (found 136). 169
 Error sizes LineLength Line is longer than 80 characters (found 162). 173
 Error sizes LineLength Line is longer than 80 characters (found 149). 176

org/codehaus/gmavenplus/util/ClassWrangler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 126). 63
 Error sizes LineLength Line is longer than 80 characters (found 94). 66
 Error sizes LineLength Line is longer than 80 characters (found 86). 68
 Error sizes LineLength Line is longer than 80 characters (found 138). 70
 Error sizes LineLength Line is longer than 80 characters (found 82). 85
 Error sizes LineLength Line is longer than 80 characters (found 102). 86
 Error sizes LineLength Line is longer than 80 characters (found 128). 90
 Error sizes LineLength Line is longer than 80 characters (found 94). 94
 Error sizes LineLength Line is longer than 80 characters (found 98). 96
 Error sizes LineLength Line is longer than 80 characters (found 104). 98
 Error sizes LineLength Line is longer than 80 characters (found 107). 99
 Error sizes LineLength Line is longer than 80 characters (found 132). 103
 Error sizes LineLength Line is longer than 80 characters (found 104). 109
 Error sizes LineLength Line is longer than 80 characters (found 105). 111
 Error sizes LineLength Line is longer than 80 characters (found 103). 112
 Error sizes LineLength Line is longer than 80 characters (found 81). 113
 Error sizes LineLength Line is longer than 80 characters (found 110). 116
 Error coding MagicNumber '9' is a magic number. 119
 Error sizes LineLength Line is longer than 80 characters (found 121). 126
 Error coding MagicNumber '4' is a magic number. 126
 Error sizes LineLength Line is longer than 80 characters (found 114). 143
 Error sizes LineLength Line is longer than 80 characters (found 88). 148
 Error sizes LineLength Line is longer than 80 characters (found 84). 151
 Error sizes LineLength Line is longer than 80 characters (found 127). 152
 Error sizes LineLength Line is longer than 80 characters (found 92). 154
 Error misc FinalParameters Parameter detectedVersion should be final. 154
 Error misc FinalParameters Parameter compareToVersion should be final. 154
 Error sizes LineLength Line is longer than 80 characters (found 84). 162
 Error sizes LineLength Line is longer than 80 characters (found 118). 163
 Error sizes LineLength Line is longer than 80 characters (found 87). 165
 Error misc FinalParameters Parameter detectedVersion should be final. 165
 Error misc FinalParameters Parameter compareToVersion should be final. 165
 Error sizes LineLength Line is longer than 80 characters (found 90). 170
 Error sizes LineLength Line is longer than 80 characters (found 84). 173
 Error sizes LineLength Line is longer than 80 characters (found 129). 174
 Error sizes LineLength Line is longer than 80 characters (found 94). 176
 Error misc FinalParameters Parameter detectedVersion should be final. 176
 Error misc FinalParameters Parameter compareToVersion should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 90). 181
 Error sizes LineLength Line is longer than 80 characters (found 84). 184
 Error sizes LineLength Line is longer than 80 characters (found 129). 185
 Error sizes LineLength Line is longer than 80 characters (found 94). 187
 Error misc FinalParameters Parameter detectedVersion should be final. 187
 Error misc FinalParameters Parameter compareToVersion should be final. 187
 Error sizes LineLength Line is longer than 80 characters (found 82). 192
 Error sizes LineLength Line is longer than 80 characters (found 82). 218
 Error sizes LineLength Line is longer than 80 characters (found 91). 221
 Error sizes LineLength Line is longer than 80 characters (found 95). 229
 Error sizes LineLength Line is longer than 80 characters (found 84). 231
 Error sizes LineLength Line is longer than 80 characters (found 98). 247
 Error sizes LineLength Line is longer than 80 characters (found 86). 248
 Error sizes LineLength Line is longer than 80 characters (found 86). 250
 Error sizes LineLength Line is longer than 80 characters (found 133). 252
 Error coding HiddenField 'classLoader' hides a field. 252
 Error sizes LineLength Line is longer than 80 characters (found 114). 278
 Error sizes LineLength Line is longer than 80 characters (found 84). 286
 Error sizes LineLength Line is longer than 80 characters (found 149). 290
 Error sizes LineLength Line is longer than 80 characters (found 92). 292
 Error sizes LineLength Line is longer than 80 characters (found 81). 294

org/codehaus/gmavenplus/util/FileUtils.java

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

org/codehaus/gmavenplus/util/ForkedGroovyCompiler.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error misc FinalParameters Parameter args should be final. 39
 Error sizes LineLength Line is longer than 80 characters (found 112). 41
 Error sizes LineLength Line is longer than 80 characters (found 110). 46
 Error sizes LineLength Line is longer than 80 characters (found 83). 51
 Error sizes LineLength Line is longer than 80 characters (found 88). 54
 Error sizes LineLength Line is longer than 80 characters (found 102). 55
 Error sizes LineLength Line is longer than 80 characters (found 85). 57
 Error sizes LineLength Line is longer than 80 characters (found 99). 58
 Error sizes LineLength Line is longer than 80 characters (found 84). 60
 Error sizes LineLength Line is longer than 80 characters (found 98). 61
 Error sizes LineLength Line is longer than 80 characters (found 93). 65
 Error sizes LineLength Line is longer than 80 characters (found 124). 67
 Error sizes LineLength Line is longer than 80 characters (found 93). 74
 Error sizes LineLength Line is longer than 80 characters (found 92). 75
 Error sizes LineLength Line is longer than 80 characters (found 89). 79
 Error sizes LineLength Line is longer than 80 characters (found 83). 87
 Error sizes LineLength Line is longer than 80 characters (found 120). 89
 Error sizes LineLength Line is longer than 80 characters (found 154). 91

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.*. 40
 Error sizes LineLength Line is longer than 80 characters (found 91). 43
 Error sizes LineLength Line is longer than 80 characters (found 88). 52
 Error sizes LineLength Line is longer than 80 characters (found 91). 57
 Error sizes LineLength Line is longer than 80 characters (found 91). 62
 Error sizes LineLength Line is longer than 80 characters (found 89). 67
 Error sizes LineLength Line is longer than 80 characters (found 89). 72
 Error sizes LineLength Line is longer than 80 characters (found 89). 77
 Error sizes LineLength Line is longer than 80 characters (found 87). 117
 Error sizes LineLength Line is longer than 80 characters (found 89). 122
 Error sizes LineLength Line is longer than 80 characters (found 89). 127
 Error sizes LineLength Line is longer than 80 characters (found 87). 152
 Error sizes LineLength Line is longer than 80 characters (found 87). 157
 Error sizes LineLength Line is longer than 80 characters (found 89). 162
 Error sizes LineLength Line is longer than 80 characters (found 89). 167
 Error sizes LineLength Line is longer than 80 characters (found 89). 172
 Error sizes LineLength Line is longer than 80 characters (found 89). 177
 Error sizes LineLength Line is longer than 80 characters (found 89). 182
 Error sizes LineLength Line is longer than 80 characters (found 89). 197
 Error sizes LineLength Line is longer than 80 characters (found 87). 222
 Error sizes LineLength Line is longer than 80 characters (found 87). 227
 Error sizes LineLength Line is longer than 80 characters (found 87). 232
 Error sizes LineLength Line is longer than 80 characters (found 87). 237
 Error sizes LineLength Line is longer than 80 characters (found 83). 247
 Error javadoc JavadocVariable Missing a Javadoc comment. 269
 Error javadoc JavadocVariable Missing a Javadoc comment. 270
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 272
 Error misc FinalParameters Parameter classWrangler should be final. 272
 Error coding HiddenField 'classWrangler' hides a field. 272
 Error misc FinalParameters Parameter log should be final. 272
 Error coding HiddenField 'log' hides a field. 272
 Error sizes LineLength Line is longer than 80 characters (found 172). 277
 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. 277
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 277
 Error misc FinalParameters Parameter configuration should be final. 277
 Error sizes LineLength Line is longer than 80 characters (found 89). 278
 Error sizes LineLength Line is longer than 80 characters (found 89). 284
 Error sizes LineLength Line is longer than 80 characters (found 122). 288
 Error sizes LineLength Line is longer than 80 characters (found 110). 289
 Error sizes LineLength Line is longer than 80 characters (found 98). 290
 Error sizes LineLength Line is longer than 80 characters (found 109). 293
 Error sizes LineLength Line is longer than 80 characters (found 196). 294
 Error sizes LineLength Line is longer than 80 characters (found 143). 295
 Error sizes LineLength Line is longer than 80 characters (found 215). 298
 Error sizes LineLength Line is longer than 80 characters (found 83). 301
 Error sizes LineLength Line is longer than 80 characters (found 114). 304
 Error sizes LineLength Line is longer than 80 characters (found 98). 305
 Error sizes LineLength Line is longer than 80 characters (found 178). 308
 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. 308
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 308
 Error misc FinalParameters Parameter configuration should be final. 308
 Error sizes LineLength Line is longer than 80 characters (found 111). 309
 Error sizes LineLength Line is longer than 80 characters (found 92). 310
 Error sizes LineLength Line is longer than 80 characters (found 98). 314
 Error sizes LineLength Line is longer than 80 characters (found 85). 315
 Error sizes LineLength Line is longer than 80 characters (found 106). 316
 Error sizes LineLength Line is longer than 80 characters (found 93). 317
 Error sizes LineLength Line is longer than 80 characters (found 202). 320
 Error sizes LineLength Line is longer than 80 characters (found 190). 321
 Error sizes LineLength Line is longer than 80 characters (found 206). 322
 Error sizes LineLength Line is longer than 80 characters (found 210). 323
 Error sizes LineLength Line is longer than 80 characters (found 246). 324
 Error sizes LineLength Line is longer than 80 characters (found 101). 328
 Error sizes LineLength Line is longer than 80 characters (found 266). 331
 Error sizes LineLength Line is longer than 80 characters (found 88). 335
 Error sizes LineLength Line is longer than 80 characters (found 108). 336
 Error sizes LineLength Line is longer than 80 characters (found 114). 342
 Error sizes LineLength Line is longer than 80 characters (found 187). 346
 Error sizes LineLength Line is longer than 80 characters (found 284). 347
 Error sizes LineLength Line is longer than 80 characters (found 116). 351
 Error sizes LineLength Line is longer than 80 characters (found 233). 354
 Error sizes LineLength Line is longer than 80 characters (found 157). 357
 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. 360
 Error sizes LineLength Line is longer than 80 characters (found 177). 361
 Error misc FinalParameters Parameter configuration should be final. 361
 Error sizes LineLength Line is longer than 80 characters (found 86). 363
 Error sizes LineLength Line is longer than 80 characters (found 102). 366
 Error sizes LineLength Line is longer than 80 characters (found 115). 367
 Error sizes LineLength Line is longer than 80 characters (found 105). 368
 Error sizes LineLength Line is longer than 80 characters (found 113). 369
 Error sizes LineLength Line is longer than 80 characters (found 97). 372
 Error sizes LineLength Line is longer than 80 characters (found 88). 375
 Error sizes LineLength Line is longer than 80 characters (found 96). 376
 Error sizes LineLength Line is longer than 80 characters (found 96). 378
 Error sizes LineLength Line is longer than 80 characters (found 206). 384
 Error sizes LineLength Line is longer than 80 characters (found 423). 390
 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. 390
 Error sizes ParameterNumber More than 7 parameters (found 8). 390
 Error misc FinalParameters Parameter configuration should be final. 390
 Error sizes LineLength Line is longer than 80 characters (found 86). 394
 Error sizes LineLength Line is longer than 80 characters (found 82). 395
 Error sizes LineLength Line is longer than 80 characters (found 267). 397
 Error sizes LineLength Line is longer than 80 characters (found 213). 398
 Error sizes LineLength Line is longer than 80 characters (found 116). 401
 Error sizes LineLength Line is longer than 80 characters (found 128). 402
 Error sizes LineLength Line is longer than 80 characters (found 122). 403
 Error sizes LineLength Line is longer than 80 characters (found 101). 408
 Error sizes LineLength Line is longer than 80 characters (found 198). 409
 Error sizes LineLength Line is longer than 80 characters (found 116). 412
 Error sizes LineLength Line is longer than 80 characters (found 128). 413
 Error sizes LineLength Line is longer than 80 characters (found 122). 414
 Error sizes LineLength Line is longer than 80 characters (found 97). 418
 Error sizes LineLength Line is longer than 80 characters (found 178). 419
 Error sizes LineLength Line is longer than 80 characters (found 116). 422
 Error sizes LineLength Line is longer than 80 characters (found 128). 423
 Error sizes LineLength Line is longer than 80 characters (found 122). 424
 Error sizes LineLength Line is longer than 80 characters (found 253). 428
 Error sizes LineLength Line is longer than 80 characters (found 166). 431
 Error sizes LineLength Line is longer than 80 characters (found 116). 434
 Error sizes LineLength Line is longer than 80 characters (found 128). 435
 Error sizes LineLength Line is longer than 80 characters (found 121). 436
 Error sizes LineLength Line is longer than 80 characters (found 253). 439
 Error sizes LineLength Line is longer than 80 characters (found 122). 445
 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. 445
 Error sizes LineLength Line is longer than 80 characters (found 118). 456
 Error sizes LineLength Line is longer than 80 characters (found 293). 468
 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. 468
 Error sizes LineLength Line is longer than 80 characters (found 94). 475
 Error sizes LineLength Line is longer than 80 characters (found 109). 476
 Error sizes LineLength Line is longer than 80 characters (found 168). 483
 Error sizes LineLength Line is longer than 80 characters (found 175). 486
 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. 486
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 486
 Error misc FinalParameters Parameter configuration should be final. 486
 Error sizes LineLength Line is longer than 80 characters (found 97). 488
 Error sizes LineLength Line is longer than 80 characters (found 202). 494
 Error sizes LineLength Line is longer than 80 characters (found 89). 499
 Error sizes LineLength Line is longer than 80 characters (found 122). 503
 Error sizes LineLength Line is longer than 80 characters (found 130). 504
 Error sizes LineLength Line is longer than 80 characters (found 98). 505
 Error sizes LineLength Line is longer than 80 characters (found 113). 508
 Error sizes LineLength Line is longer than 80 characters (found 196). 509
 Error sizes LineLength Line is longer than 80 characters (found 248). 510
 Error sizes LineLength Line is longer than 80 characters (found 163). 513
 Error sizes LineLength Line is longer than 80 characters (found 99). 516
 Error sizes LineLength Line is longer than 80 characters (found 222). 519
 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. 519
 Error sizes LineLength Line is longer than 80 characters (found 102). 520
 Error sizes LineLength Line is longer than 80 characters (found 136). 521
 Error sizes LineLength Line is longer than 80 characters (found 140). 522
 Error sizes LineLength Line is longer than 80 characters (found 147). 523
 Error sizes LineLength Line is longer than 80 characters (found 141). 524
 Error sizes LineLength Line is longer than 80 characters (found 192). 525
 Error sizes LineLength Line is longer than 80 characters (found 158). 527
 Error sizes LineLength Line is longer than 80 characters (found 134). 532
 Error sizes LineLength Line is longer than 80 characters (found 285). 537
 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. 537
 Error sizes LineLength Line is longer than 80 characters (found 114). 538
 Error sizes LineLength Line is longer than 80 characters (found 96). 540
 Error sizes LineLength Line is longer than 80 characters (found 140). 550
 Error sizes LineLength Line is longer than 80 characters (found 93). 553
 Error sizes LineLength Line is longer than 80 characters (found 114). 561
 Error sizes LineLength Line is longer than 80 characters (found 198). 562
 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. 568
 Error sizes LineLength Line is longer than 80 characters (found 91). 569
 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. 572
 Error sizes LineLength Line is longer than 80 characters (found 267). 573
 Error sizes LineLength Line is longer than 80 characters (found 366). 576
 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. 576
 Error sizes LineLength Line is longer than 80 characters (found 90). 578
 Error sizes LineLength Line is longer than 80 characters (found 246). 579
 Error sizes LineLength Line is longer than 80 characters (found 205). 581
 Error sizes LineLength Line is longer than 80 characters (found 91). 584
 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. 593
 Error sizes LineLength Line is longer than 80 characters (found 245). 594
 Error sizes LineLength Line is longer than 80 characters (found 102). 595
 Error sizes LineLength Line is longer than 80 characters (found 162). 598
 Error sizes LineLength Line is longer than 80 characters (found 109). 599
 Error sizes LineLength Line is longer than 80 characters (found 231). 600
 Error sizes LineLength Line is longer than 80 characters (found 86). 602
 Error sizes LineLength Line is longer than 80 characters (found 132). 603
 Error sizes LineLength Line is longer than 80 characters (found 94). 604
 Error sizes LineLength Line is longer than 80 characters (found 82). 606
 Error sizes LineLength Line is longer than 80 characters (found 147). 607
 Error sizes LineLength Line is longer than 80 characters (found 115). 608
 Error sizes LineLength Line is longer than 80 characters (found 100). 609
 Error sizes LineLength Line is longer than 80 characters (found 193). 610
 Error sizes LineLength Line is longer than 80 characters (found 163). 611
 Error sizes LineLength Line is longer than 80 characters (found 214). 613
 Error sizes LineLength Line is longer than 80 characters (found 113). 614
 Error sizes LineLength Line is longer than 80 characters (found 123). 615
 Error sizes LineLength Line is longer than 80 characters (found 136). 618
 Error sizes LineLength Line is longer than 80 characters (found 140). 619
 Error sizes LineLength Line is longer than 80 characters (found 147). 620
 Error sizes LineLength Line is longer than 80 characters (found 141). 621
 Error sizes LineLength Line is longer than 80 characters (found 192). 622
 Error sizes LineLength Line is longer than 80 characters (found 275). 625
 Error sizes LineLength Line is longer than 80 characters (found 291). 626
 Error sizes LineLength Line is longer than 80 characters (found 168). 628
 Error sizes LineLength Line is longer than 80 characters (found 181). 631
 Error sizes LineLength Line is longer than 80 characters (found 158). 635
 Error sizes LineLength Line is longer than 80 characters (found 181). 637
 Error sizes LineLength Line is longer than 80 characters (found 132). 638
 Error sizes LineLength Line is longer than 80 characters (found 100). 639
 Error sizes LineLength Line is longer than 80 characters (found 192). 642
 Error sizes LineLength Line is longer than 80 characters (found 184). 647
 Error sizes LineLength Line is longer than 80 characters (found 174). 650
 Error sizes LineLength Line is longer than 80 characters (found 233). 653
 Error sizes LineLength Line is longer than 80 characters (found 101). 657
 Error sizes LineLength Line is longer than 80 characters (found 158). 659
 Error sizes LineLength Line is longer than 80 characters (found 174). 661
 Error sizes LineLength Line is longer than 80 characters (found 228). 664
 Error sizes LineLength Line is longer than 80 characters (found 90). 667
 Error sizes LineLength Line is longer than 80 characters (found 235). 668
 Error sizes LineLength Line is longer than 80 characters (found 184). 669
 Error sizes LineLength Line is longer than 80 characters (found 85). 680
 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. 680
 Error misc FinalParameters Parameter targetBytecode should be final. 680
 Error sizes LineLength Line is longer than 80 characters (found 352). 681
 Error sizes LineLength Line is longer than 80 characters (found 103). 682
 Error sizes LineLength Line is longer than 80 characters (found 156). 683
 Error sizes LineLength Line is longer than 80 characters (found 97). 688
 Error sizes LineLength Line is longer than 80 characters (found 141). 689
 Error sizes LineLength Line is longer than 80 characters (found 192). 691
 Error sizes LineLength Line is longer than 80 characters (found 148). 692
 Error sizes LineLength Line is longer than 80 characters (found 97). 695
 Error sizes LineLength Line is longer than 80 characters (found 141). 696
 Error sizes LineLength Line is longer than 80 characters (found 192). 698
 Error sizes LineLength Line is longer than 80 characters (found 148). 699
 Error sizes LineLength Line is longer than 80 characters (found 97). 702
 Error sizes LineLength Line is longer than 80 characters (found 141). 703
 Error sizes LineLength Line is longer than 80 characters (found 191). 705
 Error sizes LineLength Line is longer than 80 characters (found 147). 706
 Error sizes LineLength Line is longer than 80 characters (found 97). 709
 Error sizes LineLength Line is longer than 80 characters (found 141). 710
 Error sizes LineLength Line is longer than 80 characters (found 191). 712
 Error sizes LineLength Line is longer than 80 characters (found 147). 713
 Error sizes LineLength Line is longer than 80 characters (found 97). 716
 Error sizes LineLength Line is longer than 80 characters (found 141). 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 272). 732
 Error sizes LineLength Line is longer than 80 characters (found 168). 733
 Error sizes LineLength Line is longer than 80 characters (found 96). 736
 Error sizes LineLength Line is longer than 80 characters (found 140). 737
 Error sizes LineLength Line is longer than 80 characters (found 96). 740
 Error sizes LineLength Line is longer than 80 characters (found 140). 741
 Error sizes LineLength Line is longer than 80 characters (found 102). 744
 Error sizes LineLength Line is longer than 80 characters (found 146). 745
 Error sizes LineLength Line is longer than 80 characters (found 271). 748
 Error sizes LineLength Line is longer than 80 characters (found 196). 749
 Error sizes LineLength Line is longer than 80 characters (found 111). 751
 Error sizes LineLength Line is longer than 80 characters (found 272). 752
 Error sizes LineLength Line is longer than 80 characters (found 197). 753
 Error sizes LineLength Line is longer than 80 characters (found 127). 756
 Error sizes LineLength Line is longer than 80 characters (found 195). 757
 Error sizes LineLength Line is longer than 80 characters (found 199). 758
 Error sizes LineLength Line is longer than 80 characters (found 196). 759
 Error sizes LineLength Line is longer than 80 characters (found 313). 760
 Error sizes LineLength Line is longer than 80 characters (found 197). 761
 Error sizes LineLength Line is longer than 80 characters (found 96). 764
 Error sizes LineLength Line is longer than 80 characters (found 140). 765
 Error sizes LineLength Line is longer than 80 characters (found 142). 767
 Error sizes LineLength Line is longer than 80 characters (found 96). 768
 Error sizes LineLength Line is longer than 80 characters (found 140). 769
 Error sizes LineLength Line is longer than 80 characters (found 146). 771
 Error sizes LineLength Line is longer than 80 characters (found 221). 772
 Error sizes LineLength Line is longer than 80 characters (found 86). 776
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 776
 Error misc FinalParameters Parameter targetBytecode should be final. 776
 Error sizes LineLength Line is longer than 80 characters (found 88). 783
 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. 786
 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. 790
 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. 794
 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. 798
 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. 802

org/codehaus/gmavenplus/util/NoExitSecurityManager.java

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

org/codehaus/gmavenplus/util/ReflectionUtils.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 195). 30
 Error design FinalClass Class ReflectionUtils should be declared as final. 40
 Error sizes LineLength Line is longer than 80 characters (found 101). 46
 Error sizes LineLength Line is longer than 80 characters (found 111). 50
 Error sizes LineLength Line is longer than 80 characters (found 102). 53
 Error sizes LineLength Line is longer than 80 characters (found 129). 59
 Error sizes LineLength Line is longer than 80 characters (found 103). 61
 Error sizes LineLength Line is longer than 80 characters (found 204). 67
 Error sizes LineLength Line is longer than 80 characters (found 137). 71
 Error sizes LineLength Line is longer than 80 characters (found 89). 75
 Error sizes LineLength Line is longer than 80 characters (found 89). 76
 Error sizes LineLength Line is longer than 80 characters (found 97). 79
 Error sizes LineLength Line is longer than 80 characters (found 102). 84
 Error sizes LineLength Line is longer than 80 characters (found 119). 90
 Error sizes LineLength Line is longer than 80 characters (found 142). 96
 Error sizes LineLength Line is longer than 80 characters (found 105). 100
 Error sizes LineLength Line is longer than 80 characters (found 108). 109
 Error sizes LineLength Line is longer than 80 characters (found 117). 118
 Error sizes LineLength Line is longer than 80 characters (found 133). 120
 Error sizes LineLength Line is longer than 80 characters (found 212). 126
 Error sizes LineLength Line is longer than 80 characters (found 85). 136
 Error sizes LineLength Line is longer than 80 characters (found 97). 143
 Error sizes LineLength Line is longer than 80 characters (found 122). 150
 Error sizes LineLength Line is longer than 80 characters (found 152). 151
 Error sizes LineLength Line is longer than 80 characters (found 115). 156
 Error sizes LineLength Line is longer than 80 characters (found 105). 158
 Error sizes LineLength Line is longer than 80 characters (found 122). 164
 Error sizes LineLength Line is longer than 80 characters (found 152). 165
 Error sizes LineLength Line is longer than 80 characters (found 115). 169
 Error sizes LineLength Line is longer than 80 characters (found 90). 171
 Error sizes LineLength Line is longer than 80 characters (found 142). 184
 Error sizes LineLength Line is longer than 80 characters (found 93). 185
 Error sizes LineLength Line is longer than 80 characters (found 86). 186
 Error sizes LineLength Line is longer than 80 characters (found 181). 188
 Error sizes LineLength Line is longer than 80 characters (found 106). 197
 Error sizes LineLength Line is longer than 80 characters (found 88). 198
 Error sizes LineLength Line is longer than 80 characters (found 137). 204
 Error sizes LineLength Line is longer than 80 characters (found 93). 205
 Error sizes LineLength Line is longer than 80 characters (found 160). 207
 Error sizes LineLength Line is longer than 80 characters (found 137). 224
 Error sizes LineLength Line is longer than 80 characters (found 93). 225
 Error sizes LineLength Line is longer than 80 characters (found 145). 227
 Error sizes LineLength Line is longer than 80 characters (found 162). 239
 Error sizes LineLength Line is longer than 80 characters (found 166). 240
 Error misc FinalParameters Parameter clazz should be final. 246
 Error sizes LineLength Line is longer than 80 characters (found 84). 252
 Error sizes LineLength Line is longer than 80 characters (found 81). 264
 Error misc FinalParameters Parameter clazz should be final. 264