Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
23 9 122 306

Files

Files Infos Warnings Errors
org/apache/maven/archetype/mojos/AddArchetypeMetadataMojo.java 0 2 1
org/apache/maven/archetype/mojos/CleanMojo.java 0 1 1
org/apache/maven/archetype/mojos/CrawlRepositoryMojo.java 0 1 1
org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java 0 7 31
org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java 0 3 9
org/apache/maven/archetype/mojos/IntegrationTestMojo.java 0 11 5
org/apache/maven/archetype/mojos/JarMojo.java 0 1 1
org/apache/maven/archetype/mojos/MavenArchetypeMojo.java 0 2 5
org/apache/maven/archetype/mojos/UpdateLocalCatalogMojo.java 0 2 13
org/apache/maven/archetype/ui/ArchetypeCreationConfigurator.java 1 1 3
org/apache/maven/archetype/ui/ArchetypeCreationQueryer.java 1 32 2
org/apache/maven/archetype/ui/ArchetypeFactory.java 1 13 2
org/apache/maven/archetype/ui/ArchetypeGenerationConfigurator.java 1 1 3
org/apache/maven/archetype/ui/ArchetypeGenerationQueryer.java 0 2 1
org/apache/maven/archetype/ui/ArchetypeSelectionQueryer.java 1 2 3
org/apache/maven/archetype/ui/ArchetypeSelector.java 1 1 2
org/apache/maven/archetype/ui/DefaultArchetypeCreationConfigurator.java 0 7 30
org/apache/maven/archetype/ui/DefaultArchetypeCreationQueryer.java 0 12 1
org/apache/maven/archetype/ui/DefaultArchetypeFactory.java 0 6 39
org/apache/maven/archetype/ui/DefaultArchetypeGenerationConfigurator.java 0 3 43
org/apache/maven/archetype/ui/DefaultArchetypeGenerationQueryer.java 0 2 1
org/apache/maven/archetype/ui/DefaultArchetypeSelectionQueryer.java 0 5 7
org/apache/maven/archetype/ui/DefaultArchetypeSelector.java 3 5 102

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
14 Errors Error
RightCurly
  • option : "alone"
5 Errors Error
LineLength
  • max : "120"
  • ignorePattern : "@version|@see|@todo|TODO"
11 Errors Error
MemberName 0 Errors Error
JavadocMethod 117 Warnings Warning
JavadocType 7 Errors Error
JavadocVariable 9 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile : "target/checkstyle-header.txt"
21 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 3 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option : "space"
0 Errors Error
OperatorWrap 5 Errors Error
ParenPad
  • option : "space"
151 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 75 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 1 Errors Error
EmptyBlock
  • option : "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
5 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers : "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed : "true"
7 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/archetype/mojos/AddArchetypeMetadataMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 82

org/apache/maven/archetype/mojos/CleanMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 46

org/apache/maven/archetype/mojos/CrawlRepositoryMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 60

org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Variable 'configurator' must be private and have accessor methods. 57
Errors Variable 'archetypeRegistryManager' must be private and have accessor methods. 67
Errors Variable 'archetype' must be private and have accessor methods. 70
Errors ';' is not followed by whitespace. 149
Warnings Missing a Javadoc comment. 157
Errors '(' is not followed by whitespace. 201
Errors ')' is not preceded with whitespace. 201
Errors 'if' is not followed by whitespace. 205
Warnings Missing a Javadoc comment. 240
Warnings 'archetypeFilteredExtentions' hides a field. 240
Warnings 'propertyFile' hides a field. 240
Errors 'if' is not followed by whitespace. 244
Errors '(' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Errors 'if' is not followed by whitespace. 252
Errors 'if' is not followed by whitespace. 261
Errors '(' is not followed by whitespace. 267
Errors ')' is not preceded with whitespace. 267
Errors 'catch' is not followed by whitespace. 269
Errors 'if' is not followed by whitespace. 275
Errors '(' is not followed by whitespace. 278
Errors ')' is not preceded with whitespace. 278
Warnings Missing a Javadoc comment. 284
Errors '(' is not followed by whitespace. 284
Warnings 'archetypeLanguages' hides a field. 284
Warnings 'propertyFile' hides a field. 284
Errors ')' is not preceded with whitespace. 284
Errors '{' should be on a new line. 284
Errors '(' is not followed by whitespace. 290
Errors ')' is not preceded with whitespace. 290
Errors 'if' is not followed by whitespace. 293
Errors 'if' is not followed by whitespace. 302
Errors '(' is not followed by whitespace. 308
Errors ')' is not preceded with whitespace. 308
Errors 'catch' is not followed by whitespace. 310
Errors '(' is not followed by whitespace. 319
Errors ')' is not preceded with whitespace. 319

org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Variable 'configurator' must be private and have accessor methods. 64
Errors Variable 'generator' must be private and have accessor methods. 67
Warnings Missing a Javadoc comment. 155
Errors '(' is not followed by whitespace. 166
Errors ')' is not preceded with whitespace. 166
Errors '(' is not followed by whitespace. 167
Errors ')' is not preceded with whitespace. 167
Errors 'if' is not followed by whitespace. 171
Errors 'if' is not followed by whitespace. 186
Warnings Missing a Javadoc comment. 219
Warnings 'goals' hides a field. 219

org/apache/maven/archetype/mojos/IntegrationTestMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Variable 'filesetGenerator' must be private and have accessor methods. 58
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 133
Errors Avoid nested blocks. 145
Warnings Missing a Javadoc comment. 202
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 205
Warnings Missing a Javadoc comment. 214
Warnings Missing a Javadoc comment. 222
Warnings Missing a Javadoc comment. 276
Warnings Missing a Javadoc comment. 285
Errors Missing a Javadoc comment. 292
Warnings Missing a Javadoc comment. 295
Warnings Missing a Javadoc comment. 300
Warnings Missing a Javadoc comment. 305
Warnings Missing a Javadoc comment. 310

org/apache/maven/archetype/mojos/JarMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 80

org/apache/maven/archetype/mojos/MavenArchetypeMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 168
Errors '(' is not followed by whitespace. 234
Errors ')' is not preceded with whitespace. 234
Errors ')' is not preceded with whitespace. 237
Errors '(' is not followed by whitespace. 239
Errors ')' is not preceded with whitespace. 239
Warnings Missing a Javadoc comment. 259

org/apache/maven/archetype/mojos/UpdateLocalCatalogMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 81
Errors '(' is not followed by whitespace. 88
Errors '(' is not followed by whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors ')' is not preceded with whitespace. 88
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Errors '(' is not followed by whitespace. 94
Errors ')' is not preceded with whitespace. 94
Errors '(' is not followed by whitespace. 100
Errors ')' is not preceded with whitespace. 100
Errors Line is longer than 120 characters. 102
Errors Line is longer than 120 characters. 122
Warnings Missing a Javadoc comment. 141

org/apache/maven/archetype/ui/ArchetypeCreationConfigurator.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 46

org/apache/maven/archetype/ui/ArchetypeCreationQueryer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Warnings Expected an @return tag. 31
Warnings Expected @param tag for 'defaultValue'. 31
Warnings Expected @throws tag for 'PrompterException'. 33
Warnings Expected an @return tag. 37
Warnings Expected @param tag for 'defaultValue'. 37
Warnings Expected @throws tag for 'PrompterException'. 39
Warnings Expected an @return tag. 43
Warnings Expected @param tag for 'defaultValue'. 43
Warnings Expected @throws tag for 'PrompterException'. 45
Warnings Expected an @return tag. 49
Warnings Expected @param tag for 'defaultValue'. 49
Warnings Expected @throws tag for 'PrompterException'. 51
Warnings Expected an @return tag. 55
Warnings Expected @throws tag for 'PrompterException'. 57
Warnings Expected an @return tag. 61
Warnings Expected @throws tag for 'PrompterException'. 63
Warnings Expected an @return tag. 67
Warnings Expected @param tag for 'propertyKey'. 67
Warnings Expected @param tag for 'defaultValue'. 68
Warnings Expected @throws tag for 'PrompterException'. 70
Warnings Expected an @return tag. 74
Warnings Expected @param tag for 'archetypeConfiguration'. 74
Warnings Expected @throws tag for 'PrompterException'. 76
Warnings Expected an @return tag. 80
Warnings Expected @param tag for 'defaultValue'. 80
Warnings Expected @throws tag for 'PrompterException'. 82
Warnings Expected an @return tag. 86
Warnings Expected @param tag for 'defaultValue'. 86
Warnings Expected @throws tag for 'PrompterException'. 88
Warnings Expected an @return tag. 92
Warnings Expected @param tag for 'defaultValue'. 92
Warnings Expected @throws tag for 'PrompterException'. 94

org/apache/maven/archetype/ui/ArchetypeFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 30
Warnings Expected an @return tag. 35
Warnings Expected @param tag for 'archetypeDescriptor'. 36
Warnings Expected @param tag for 'properties'. 37
Warnings Expected an @return tag. 42
Warnings Expected @param tag for 'archetypeDescriptor'. 43
Warnings Expected @param tag for 'properties'. 44
Warnings Expected an @return tag. 49
Warnings Expected @param tag for 'project'. 50
Warnings Expected @param tag for 'archetypeDefinition'. 51
Warnings Expected @param tag for 'properties'. 52
Warnings Expected an @return tag. 57
Warnings Expected @param tag for 'properties'. 57
Warnings Missing a Javadoc comment. 59

org/apache/maven/archetype/ui/ArchetypeGenerationConfigurator.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Errors Redundant 'public' modifier. 36

org/apache/maven/archetype/ui/ArchetypeGenerationQueryer.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 31

org/apache/maven/archetype/ui/ArchetypeSelectionQueryer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Errors Redundant 'public' modifier. 35
Warnings Missing a Javadoc comment. 38
Errors Line is longer than 120 characters. 64

org/apache/maven/archetype/ui/ArchetypeSelector.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 49

org/apache/maven/archetype/ui/DefaultArchetypeCreationConfigurator.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Method length is 171 lines (max allowed is 150). 61
Warnings Missing a Javadoc comment. 61
Errors '}' is not followed by whitespace. 145
Errors '}' is not followed by whitespace. 192
Warnings Missing a Javadoc comment. 246
Warnings Missing a Javadoc comment. 270
Errors Line is longer than 120 characters. 304
Errors '+' is not preceded with whitespace. 304
Errors '+' is not followed by whitespace. 304
Warnings Missing a Javadoc comment. 338
Warnings Missing a Javadoc comment. 359
Warnings Missing a Javadoc comment. 397
Warnings Missing a Javadoc comment. 421
Errors '(' is not followed by whitespace. 421
Errors ')' is not preceded with whitespace. 421
Errors '{' should be on a new line. 421
Errors '=' is not preceded with whitespace. 422
Errors '=' is not followed by whitespace. 422
Errors '(' is not followed by whitespace. 422
Errors ')' is not preceded with whitespace. 422
Errors '(' is not followed by whitespace. 424
Errors ')' is not preceded with whitespace. 424
Errors '(' is not followed by whitespace. 427
Errors '(' is not followed by whitespace. 427
Errors ')' is not preceded with whitespace. 427
Errors '>=' is not preceded with whitespace. 427
Errors '>=' is not followed by whitespace. 427
Errors ')' is not preceded with whitespace. 427
Errors '(' is not followed by whitespace. 429
Errors ')' is not preceded with whitespace. 429
Errors '=' is not followed by whitespace. 432
Errors 'while' is not followed by whitespace. 433
Errors '(' is not followed by whitespace. 433
Errors ')' is not preceded with whitespace. 433
Errors '(' is not followed by whitespace. 436
Errors ')' is not preceded with whitespace. 436

org/apache/maven/archetype/ui/DefaultArchetypeCreationQueryer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 140

org/apache/maven/archetype/ui/DefaultArchetypeFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 39
Errors 'while' is not followed by whitespace. 50
Errors 'if' is not followed by whitespace. 53
Warnings Missing a Javadoc comment. 69
Errors 'if' is not followed by whitespace. 83
Errors 'if' is not followed by whitespace. 93
Errors 'if' is not followed by whitespace. 104
Errors 'if' is not followed by whitespace. 118
Errors 'if' is not followed by whitespace. 123
Warnings Missing a Javadoc comment. 134
Errors 'while' is not followed by whitespace. 148
Errors 'if' is not followed by whitespace. 156
Errors 'if' is not followed by whitespace. 163
Errors 'if' is not followed by whitespace. 171
Errors 'if' is not followed by whitespace. 175
Errors 'if' is not followed by whitespace. 185
Errors 'if' is not followed by whitespace. 189
Errors 'if' is not followed by whitespace. 200
Errors 'if' is not followed by whitespace. 204
Errors 'if' is not followed by whitespace. 218
Errors 'if' is not followed by whitespace. 222
Errors 'if' is not followed by whitespace. 229
Errors 'if' is not followed by whitespace. 238
Warnings Missing a Javadoc comment. 247
Errors '(' is not followed by whitespace. 253
Errors ')' is not preceded with whitespace. 253
Errors '(' is not followed by whitespace. 254
Errors ')' is not preceded with whitespace. 254
Errors '(' is not followed by whitespace. 255
Errors ')' is not preceded with whitespace. 255
Errors 'while' is not followed by whitespace. 259
Errors 'if' is not followed by whitespace. 263
Errors 'if' is not followed by whitespace. 276
Errors 'if' is not followed by whitespace. 286
Errors 'if' is not followed by whitespace. 296
Errors 'if' is not followed by whitespace. 305
Errors 'if' is not followed by whitespace. 313
Errors Line is longer than 120 characters. 315
Errors 'if' is not followed by whitespace. 318
Errors Line is longer than 120 characters. 320
Errors 'if' is not followed by whitespace. 323
Errors Line is longer than 120 characters. 325
Warnings Missing a Javadoc comment. 330
Warnings Missing a Javadoc comment. 345

org/apache/maven/archetype/ui/DefaultArchetypeGenerationConfigurator.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Variable 'oldArchetype' must be private and have accessor methods. 56
Warnings Missing a Javadoc comment. 78
Errors Method length is 191 lines (max allowed is 150). 83
Warnings Missing a Javadoc comment. 83
Errors 'if' is not followed by whitespace. 108
Errors 'if' is not followed by whitespace. 110
Errors 'if' is not followed by whitespace. 119
Errors 'if' is not followed by whitespace. 125
Errors 'if' is not followed by whitespace. 130
Errors 'if' is not followed by whitespace. 141
Errors 'if' is not followed by whitespace. 150
Errors 'if' is not followed by whitespace. 164
Errors 'while' is not followed by whitespace. 168
Errors 'if' is not followed by whitespace. 170
Errors 'while' is not followed by whitespace. 174
Errors 'if' is not followed by whitespace. 178
Errors 'if' is not followed by whitespace. 180
Errors '(' is not followed by whitespace. 180
Errors ')' is not preceded with whitespace. 180
Errors '{' should be on a new line. 180
Errors '(' is not followed by whitespace. 185
Errors '(' is not followed by whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors ')' is not preceded with whitespace. 185
Errors '?' is not preceded with whitespace. 185
Errors '?' should be on a new line. 185
Errors ':' is not preceded with whitespace. 186
Errors ':' should be on a new line. 186
Errors '}' should be alone on a line. 192
Errors '{' should be on a new line. 192
Errors 'if' is not followed by whitespace. 201
Errors 'if' is not followed by whitespace. 205
Errors 'if' is not followed by whitespace. 221
Errors 'while' is not followed by whitespace. 225
Errors 'if' is not followed by whitespace. 229
Errors 'if' is not followed by whitespace. 238
Errors '(' is not followed by whitespace. 241
Errors 'while' is not followed by whitespace. 251
Errors 'cast' is not followed by whitespace. 253
Errors '(' is not followed by whitespace. 254
Errors ')' is not preceded with whitespace. 254
Errors '+' should be on a new line. 260
Warnings Missing a Javadoc comment. 283
Errors 'while' is not followed by whitespace. 289
Errors 'if' is not followed by whitespace. 292

org/apache/maven/archetype/ui/DefaultArchetypeGenerationQueryer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 57

org/apache/maven/archetype/ui/DefaultArchetypeSelectionQueryer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 57
Errors Line is longer than 120 characters. 67
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 90
Errors '(' is not followed by whitespace. 104
Errors ')' is not preceded with whitespace. 104
Errors Line is longer than 120 characters. 107
Errors '+' should be on a new line. 111
Errors '&&' should be on a new line. 116
Warnings Missing a Javadoc comment. 224

org/apache/maven/archetype/ui/DefaultArchetypeSelector.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Errors Method length is 194 lines (max allowed is 150). 57
Warnings Missing a Javadoc comment. 57
Errors '(' is not followed by whitespace. 93
Errors ')' is not preceded with whitespace. 93
Errors '(' is not followed by whitespace. 111
Errors ')' is not preceded with whitespace. 111
Errors '(' is not followed by whitespace. 112
Errors '(' is not followed by whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors ')' is not preceded with whitespace. 113
Errors Line is longer than 120 characters. 125
Errors Line is longer than 120 characters. 126
Errors '(' is not followed by whitespace. 128
Errors ')' is not preceded with whitespace. 128
Errors '(' is not followed by whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors '(' is not followed by whitespace. 160
Errors '(' is not followed by whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors ')' is not preceded with whitespace. 161
Errors '(' is not followed by whitespace. 220
Errors ')' is not preceded with whitespace. 220
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors '(' is not followed by whitespace. 228
Errors '(' is not followed by whitespace. 229
Errors ')' is not preceded with whitespace. 229
Errors ')' is not preceded with whitespace. 229
Errors '(' is not followed by whitespace. 256
Errors '(' is not followed by whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors ')' is not preceded with whitespace. 256
Errors '{' is not preceded with whitespace. 256
Errors '{' should be on a new line. 256
Warnings Missing a Javadoc comment. 261
Errors '(' is not followed by whitespace. 261
Errors ')' is not preceded with whitespace. 261
Errors '{' should be on a new line. 261
Errors '(' is not followed by whitespace. 269
Errors '(' is not followed by whitespace. 269
Errors ')' is not preceded with whitespace. 269
Errors ')' is not preceded with whitespace. 269
Errors '(' is not followed by whitespace. 270
Errors ')' is not preceded with whitespace. 270
Errors '{' should be on a new line. 270
Errors '(' is not followed by whitespace. 273
Errors '(' is not followed by whitespace. 273
Errors ')' is not preceded with whitespace. 273
Errors ')' is not preceded with whitespace. 273
Errors '{' should be on a new line. 273
Errors '(' is not followed by whitespace. 274
Errors ')' is not preceded with whitespace. 274
Errors '}' should be alone on a line. 275
Errors '(' is not followed by whitespace. 275
Errors '(' is not followed by whitespace. 275
Errors ')' is not preceded with whitespace. 275
Errors ')' is not preceded with whitespace. 275
Errors '{' should be on a new line. 275
Errors '(' is not followed by whitespace. 276
Errors ')' is not preceded with whitespace. 276
Errors '}' should be alone on a line. 277
Errors '(' is not followed by whitespace. 277
Errors '(' is not followed by whitespace. 277
Errors ')' is not preceded with whitespace. 277
Errors ')' is not preceded with whitespace. 277
Errors '{' should be on a new line. 277
Errors '(' is not followed by whitespace. 278
Errors ')' is not preceded with whitespace. 278
Errors '}' should be alone on a line. 279
Errors '(' is not followed by whitespace. 279
Errors '(' is not followed by whitespace. 279
Errors ')' is not preceded with whitespace. 279
Errors ')' is not preceded with whitespace. 279
Errors '{' should be on a new line. 279
Errors '(' is not followed by whitespace. 280
Errors ')' is not preceded with whitespace. 280
Errors '(' is not followed by whitespace. 281
Errors '(' is not followed by whitespace. 281
Errors ')' is not preceded with whitespace. 281
Errors ')' is not preceded with whitespace. 281
Errors '}' should be alone on a line. 282
Errors '(' is not followed by whitespace. 282
Errors '(' is not followed by whitespace. 282
Errors ')' is not preceded with whitespace. 282
Errors ')' is not preceded with whitespace. 282
Errors '{' should be on a new line. 282
Errors '(' is not followed by whitespace. 283
Errors '(' is not followed by whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors ')' is not preceded with whitespace. 283
Errors '(' is not followed by whitespace. 287
Errors ')' is not preceded with whitespace. 287
Errors '{' should be on a new line. 287
Errors '(' is not followed by whitespace. 288
Errors ')' is not preceded with whitespace. 288
Errors '(' is not followed by whitespace. 290
Errors ')' is not preceded with whitespace. 290
Warnings Missing a Javadoc comment. 295
Warnings Missing a Javadoc comment. 315
Warnings Missing a Javadoc comment. 320
Errors '(' is not followed by whitespace. 320
Errors ')' is not preceded with whitespace. 320
Errors '{' should be on a new line. 320
Errors ')' is not preceded with whitespace. 324