Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
8 0 0 371

Rules

Category Rule Violations Severity
blocks LeftCurly 3  Error
coding HiddenField 34  Error
SimplifyBooleanExpression 3  Error
design DesignForExtension 68  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier 1  Error
javadoc JavadocMethod 27  Error
JavadocPackage 2  Error
JavadocStyle 7  Error
JavadocType 3  Error
JavadocVariable 14  Error
misc FinalParameters 71  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
40  Error
sizes LineLength 48  Error
whitespace NoWhitespaceBefore 1  Error
OperatorWrap 4  Error
ParenPad 41  Error
WhitespaceAround 2  Error

Details

org/apache/streams/verbs/ObjectCombination.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 20
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error sizes LineLength Line is longer than 80 characters (found 85). 65
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error design DesignForExtension Method 'getActor' is not designed for extension - needs to be abstract, final or empty. 72
 Error regexp RegexpSingleline Line has trailing spaces. 79
 Error design DesignForExtension Method 'setActor' is not designed for extension - needs to be abstract, final or empty. 83
 Error misc FinalParameters Parameter actor should be final. 85
 Error coding HiddenField 'actor' hides a field. 85
 Error design DesignForExtension Method 'withActor' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error misc FinalParameters Parameter actor should be final. 89
 Error coding HiddenField 'actor' hides a field. 89
 Error regexp RegexpSingleline Line has trailing spaces. 95
 Error design DesignForExtension Method 'getActorRequired' is not designed for extension - needs to be abstract, final or empty. 99
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error design DesignForExtension Method 'setActorRequired' is not designed for extension - needs to be abstract, final or empty. 110
 Error misc FinalParameters Parameter actorRequired should be final. 112
 Error coding HiddenField 'actorRequired' hides a field. 112
 Error design DesignForExtension Method 'withActorRequired' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error misc FinalParameters Parameter actorRequired should be final. 116
 Error coding HiddenField 'actorRequired' hides a field. 116
 Error regexp RegexpSingleline Line has trailing spaces. 122
 Error design DesignForExtension Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 126
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error design DesignForExtension Method 'setObject' is not designed for extension - needs to be abstract, final or empty. 137
 Error misc FinalParameters Parameter object should be final. 139
 Error coding HiddenField 'object' hides a field. 139
 Error design DesignForExtension Method 'withObject' is not designed for extension - needs to be abstract, final or empty. 143
 Error javadoc JavadocMethod Missing a Javadoc comment. 143
 Error misc FinalParameters Parameter object should be final. 143
 Error coding HiddenField 'object' hides a field. 143
 Error regexp RegexpSingleline Line has trailing spaces. 149
 Error design DesignForExtension Method 'getObjectRequired' is not designed for extension - needs to be abstract, final or empty. 153
 Error regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'setObjectRequired' is not designed for extension - needs to be abstract, final or empty. 164
 Error misc FinalParameters Parameter objectRequired should be final. 166
 Error coding HiddenField 'objectRequired' hides a field. 166
 Error design DesignForExtension Method 'withObjectRequired' is not designed for extension - needs to be abstract, final or empty. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error misc FinalParameters Parameter objectRequired should be final. 170
 Error coding HiddenField 'objectRequired' hides a field. 170
 Error regexp RegexpSingleline Line has trailing spaces. 176
 Error design DesignForExtension Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. 180
 Error regexp RegexpSingleline Line has trailing spaces. 187
 Error design DesignForExtension Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. 191
 Error misc FinalParameters Parameter provider should be final. 193
 Error coding HiddenField 'provider' hides a field. 193
 Error design DesignForExtension Method 'withProvider' is not designed for extension - needs to be abstract, final or empty. 197
 Error javadoc JavadocMethod Missing a Javadoc comment. 197
 Error misc FinalParameters Parameter provider should be final. 197
 Error coding HiddenField 'provider' hides a field. 197
 Error regexp RegexpSingleline Line has trailing spaces. 203
 Error design DesignForExtension Method 'getProviderRequired' is not designed for extension - needs to be abstract, final or empty. 207
 Error regexp RegexpSingleline Line has trailing spaces. 214
 Error design DesignForExtension Method 'setProviderRequired' is not designed for extension - needs to be abstract, final or empty. 218
 Error misc FinalParameters Parameter providerRequired should be final. 220
 Error coding HiddenField 'providerRequired' hides a field. 220
 Error design DesignForExtension Method 'withProviderRequired' is not designed for extension - needs to be abstract, final or empty. 224
 Error javadoc JavadocMethod Missing a Javadoc comment. 224
 Error misc FinalParameters Parameter providerRequired should be final. 224
 Error coding HiddenField 'providerRequired' hides a field. 224
 Error regexp RegexpSingleline Line has trailing spaces. 230
 Error design DesignForExtension Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. 234
 Error regexp RegexpSingleline Line has trailing spaces. 241
 Error design DesignForExtension Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. 245
 Error misc FinalParameters Parameter target should be final. 247
 Error coding HiddenField 'target' hides a field. 247
 Error design DesignForExtension Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. 251
 Error javadoc JavadocMethod Missing a Javadoc comment. 251
 Error misc FinalParameters Parameter target should be final. 251
 Error coding HiddenField 'target' hides a field. 251
 Error regexp RegexpSingleline Line has trailing spaces. 257
 Error design DesignForExtension Method 'getTargetRequired' is not designed for extension - needs to be abstract, final or empty. 261
 Error regexp RegexpSingleline Line has trailing spaces. 268
 Error design DesignForExtension Method 'setTargetRequired' is not designed for extension - needs to be abstract, final or empty. 272
 Error misc FinalParameters Parameter targetRequired should be final. 274
 Error coding HiddenField 'targetRequired' hides a field. 274
 Error design DesignForExtension Method 'withTargetRequired' is not designed for extension - needs to be abstract, final or empty. 278
 Error javadoc JavadocMethod Missing a Javadoc comment. 278
 Error misc FinalParameters Parameter targetRequired should be final. 278
 Error coding HiddenField 'targetRequired' hides a field. 278
 Error regexp RegexpSingleline Line has trailing spaces. 284
 Error design DesignForExtension Method 'getTemplates' is not designed for extension - needs to be abstract, final or empty. 288
 Error regexp RegexpSingleline Line has trailing spaces. 295
 Error design DesignForExtension Method 'setTemplates' is not designed for extension - needs to be abstract, final or empty. 299
 Error misc FinalParameters Parameter templates should be final. 301
 Error coding HiddenField 'templates' hides a field. 301
 Error design DesignForExtension Method 'withTemplates' is not designed for extension - needs to be abstract, final or empty. 305
 Error javadoc JavadocMethod Missing a Javadoc comment. 305
 Error misc FinalParameters Parameter templates should be final. 305
 Error coding HiddenField 'templates' hides a field. 305
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 310
 Error design DesignForExtension Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. 315
 Error javadoc JavadocMethod Missing a Javadoc comment. 315
 Error design DesignForExtension Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 321
 Error javadoc JavadocMethod Missing a Javadoc comment. 321
 Error misc FinalParameters Parameter name should be final. 323
 Error misc FinalParameters Parameter value should be final. 323
 Error design DesignForExtension Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 327
 Error javadoc JavadocMethod Missing a Javadoc comment. 327
 Error misc FinalParameters Parameter name should be final. 327
 Error misc FinalParameters Parameter value should be final. 327
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 332
 Error sizes LineLength Line is longer than 80 characters (found 251). 334
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 337
 Error misc FinalParameters Parameter other should be final. 338
 Error coding SimplifyBooleanExpression Expression can be simplified. 342
 Error sizes LineLength Line is longer than 80 characters (found 418). 346

org/apache/streams/verbs/ObjectCombinationGenericOrdering.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 83). 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 30
 Error design DesignForExtension Method 'compare' is not designed for extension - needs to be abstract, final or empty. 32
 Error misc FinalParameters Parameter left should be final. 33
 Error misc FinalParameters Parameter right should be final. 33
 Error whitespace ParenPad '(' is followed by whitespace. 34
 Error whitespace ParenPad '(' is followed by whitespace. 36
 Error whitespace ParenPad '(' is followed by whitespace. 38
 Error whitespace ParenPad '(' is followed by whitespace. 40
 Error whitespace ParenPad '(' is followed by whitespace. 42
 Error whitespace ParenPad '(' is followed by whitespace. 44
 Error whitespace ParenPad '(' is followed by whitespace. 46
 Error whitespace ParenPad '(' is followed by whitespace. 48
 Error sizes LineLength Line is longer than 80 characters (found 81). 50
 Error whitespace ParenPad '(' is followed by whitespace. 50
 Error sizes LineLength Line is longer than 80 characters (found 81). 52
 Error whitespace ParenPad '(' is followed by whitespace. 52
 Error misc FinalParameters Parameter objectCombination should be final. 64
 Error whitespace ParenPad '(' is followed by whitespace. 66
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad '(' is followed by whitespace. 72
 Error whitespace ParenPad '(' is followed by whitespace. 75
 Error misc FinalParameters Parameter pattern should be final. 86

org/apache/streams/verbs/ObjectCombinationSpecificOrdering.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 84). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Error misc FinalParameters Parameter activity should be final. 35
 Error coding HiddenField 'activity' hides a field. 35
 Error design DesignForExtension Method 'compare' is not designed for extension - needs to be abstract, final or empty. 39
 Error misc FinalParameters Parameter left should be final. 40
 Error misc FinalParameters Parameter right should be final. 40
 Error whitespace ParenPad '(' is followed by whitespace. 43
 Error sizes LineLength Line is longer than 80 characters (found 111). 45
 Error whitespace ParenPad '(' is followed by whitespace. 45
 Error sizes LineLength Line is longer than 80 characters (found 111). 47
 Error whitespace ParenPad '(' is followed by whitespace. 47
 Error sizes LineLength Line is longer than 80 characters (found 115). 49
 Error whitespace ParenPad '(' is followed by whitespace. 49
 Error sizes LineLength Line is longer than 80 characters (found 115). 51
 Error whitespace ParenPad '(' is followed by whitespace. 51
 Error sizes LineLength Line is longer than 80 characters (found 115). 53
 Error whitespace ParenPad '(' is followed by whitespace. 53
 Error sizes LineLength Line is longer than 80 characters (found 115). 55
 Error whitespace ParenPad '(' is followed by whitespace. 55
 Error sizes LineLength Line is longer than 80 characters (found 121). 57
 Error whitespace ParenPad '(' is followed by whitespace. 57
 Error sizes LineLength Line is longer than 80 characters (found 121). 59
 Error whitespace ParenPad '(' is followed by whitespace. 59
 Error misc FinalParameters Parameter objectCombination should be final. 71
 Error whitespace ParenPad '(' is followed by whitespace. 73
 Error whitespace ParenPad '(' is followed by whitespace. 76
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad '(' is followed by whitespace. 82
 Error sizes LineLength Line is longer than 80 characters (found 85). 89
 Error design DesignForExtension Method 'match' is not designed for extension - needs to be abstract, final or empty. 94
 Error misc FinalParameters Parameter activityObject should be final. 94
 Error misc FinalParameters Parameter pattern should be final. 94

org/apache/streams/verbs/Templates.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 17
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error sizes LineLength Line is longer than 80 characters (found 85). 23
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 25
 Error design DesignForExtension Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error design DesignForExtension Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error misc FinalParameters Parameter name should be final. 38
 Error misc FinalParameters Parameter value should be final. 38
 Error design DesignForExtension Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter name should be final. 42
 Error misc FinalParameters Parameter value should be final. 42
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 47
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 52
 Error misc FinalParameters Parameter other should be final. 53
 Error coding SimplifyBooleanExpression Expression can be simplified. 57
 Error sizes LineLength Line is longer than 80 characters (found 101). 61

org/apache/streams/verbs/VerbDefinition.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 19
 Error sizes LineLength Line is longer than 80 characters (found 94). 22
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error regexp RegexpSingleline Line has trailing spaces. 53
 Error sizes LineLength Line is longer than 80 characters (found 96). 62
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 80 characters (found 83). 73
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error sizes LineLength Line is longer than 80 characters (found 121). 80
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error sizes LineLength Line is longer than 80 characters (found 121). 88
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error regexp RegexpSingleline Line has trailing spaces. 97
 Error sizes LineLength Line is longer than 80 characters (found 81). 102
 Error javadoc JavadocStyle First sentence should end with a period. 104
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error design DesignForExtension Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. 113
 Error javadoc JavadocStyle First sentence should end with a period. 119
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. 128
 Error misc FinalParameters Parameter objectType should be final. 130
 Error coding HiddenField 'objectType' hides a field. 130
 Error design DesignForExtension Method 'withObjectType' is not designed for extension - needs to be abstract, final or empty. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error misc FinalParameters Parameter objectType should be final. 134
 Error coding HiddenField 'objectType' hides a field. 134
 Error javadoc JavadocStyle First sentence should end with a period. 139
 Error regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error regexp RegexpSingleline Line has trailing spaces. 155
 Error design DesignForExtension Method 'setId' is not designed for extension - needs to be abstract, final or empty. 159
 Error misc FinalParameters Parameter id should be final. 161
 Error coding HiddenField 'id' hides a field. 161
 Error design DesignForExtension Method 'withId' is not designed for extension - needs to be abstract, final or empty. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error misc FinalParameters Parameter id should be final. 165
 Error coding HiddenField 'id' hides a field. 165
 Error sizes LineLength Line is longer than 80 characters (found 96). 173
 Error regexp RegexpSingleline Line has trailing spaces. 175
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 179
 Error sizes LineLength Line is longer than 80 characters (found 96). 188
 Error regexp RegexpSingleline Line has trailing spaces. 190
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 194
 Error misc FinalParameters Parameter value should be final. 196
 Error coding HiddenField 'value' hides a field. 196
 Error design DesignForExtension Method 'withValue' is not designed for extension - needs to be abstract, final or empty. 200
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Error misc FinalParameters Parameter value should be final. 200
 Error coding HiddenField 'value' hides a field. 200
 Error sizes LineLength Line is longer than 80 characters (found 83). 208
 Error regexp RegexpSingleline Line has trailing spaces. 209
 Error design DesignForExtension Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 213
 Error sizes LineLength Line is longer than 80 characters (found 83). 222
 Error regexp RegexpSingleline Line has trailing spaces. 223
 Error design DesignForExtension Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. 227
 Error misc FinalParameters Parameter displayName should be final. 229
 Error coding HiddenField 'displayName' hides a field. 229
 Error design DesignForExtension Method 'withDisplayName' is not designed for extension - needs to be abstract, final or empty. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Error misc FinalParameters Parameter displayName should be final. 233
 Error coding HiddenField 'displayName' hides a field. 233
 Error sizes LineLength Line is longer than 80 characters (found 121). 239
 Error regexp RegexpSingleline Line has trailing spaces. 240
 Error design DesignForExtension Method 'getSynonyms' is not designed for extension - needs to be abstract, final or empty. 244
 Error sizes LineLength Line is longer than 80 characters (found 121). 251
 Error regexp RegexpSingleline Line has trailing spaces. 252
 Error design DesignForExtension Method 'setSynonyms' is not designed for extension - needs to be abstract, final or empty. 256
 Error misc FinalParameters Parameter synonyms should be final. 258
 Error coding HiddenField 'synonyms' hides a field. 258
 Error design DesignForExtension Method 'withSynonyms' is not designed for extension - needs to be abstract, final or empty. 262
 Error javadoc JavadocMethod Missing a Javadoc comment. 262
 Error misc FinalParameters Parameter synonyms should be final. 262
 Error coding HiddenField 'synonyms' hides a field. 262
 Error sizes LineLength Line is longer than 80 characters (found 121). 268
 Error regexp RegexpSingleline Line has trailing spaces. 269
 Error design DesignForExtension Method 'getHypernyms' is not designed for extension - needs to be abstract, final or empty. 273
 Error sizes LineLength Line is longer than 80 characters (found 121). 280
 Error regexp RegexpSingleline Line has trailing spaces. 281
 Error design DesignForExtension Method 'setHypernyms' is not designed for extension - needs to be abstract, final or empty. 285
 Error misc FinalParameters Parameter hypernyms should be final. 287
 Error coding HiddenField 'hypernyms' hides a field. 287
 Error design DesignForExtension Method 'withHypernyms' is not designed for extension - needs to be abstract, final or empty. 291
 Error javadoc JavadocMethod Missing a Javadoc comment. 291
 Error misc FinalParameters Parameter hypernyms should be final. 291
 Error coding HiddenField 'hypernyms' hides a field. 291
 Error regexp RegexpSingleline Line has trailing spaces. 298
 Error design DesignForExtension Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. 302
 Error regexp RegexpSingleline Line has trailing spaces. 310
 Error design DesignForExtension Method 'setObjects' is not designed for extension - needs to be abstract, final or empty. 314
 Error misc FinalParameters Parameter objects should be final. 316
 Error coding HiddenField 'objects' hides a field. 316
 Error design DesignForExtension Method 'withObjects' is not designed for extension - needs to be abstract, final or empty. 320
 Error javadoc JavadocMethod Missing a Javadoc comment. 320
 Error misc FinalParameters Parameter objects should be final. 320
 Error coding HiddenField 'objects' hides a field. 320
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 325
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 330
 Error sizes LineLength Line is longer than 80 characters (found 165). 332
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 335
 Error misc FinalParameters Parameter other should be final. 336
 Error coding SimplifyBooleanExpression Expression can be simplified. 340
 Error sizes LineLength Line is longer than 80 characters (found 255). 344

org/apache/streams/verbs/VerbDefinitionMatchUtil.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error sizes LineLength Line is longer than 80 characters (found 89). 37
 Error misc FinalParameters Parameter activity should be final. 37
 Error misc FinalParameters Parameter verbDefinitionSet should be final. 37
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad '(' is followed by whitespace. 40
 Error whitespace ParenPad '(' is followed by whitespace. 40
 Error whitespace ParenPad ')' is preceded with whitespace. 40
 Error sizes LineLength Line is longer than 80 characters (found 81). 54
 Error misc FinalParameters Parameter activity should be final. 54
 Error misc FinalParameters Parameter verbDefinition should be final. 54
 Error whitespace ParenPad '(' is followed by whitespace. 56

org/apache/streams/verbs/VerbDefinitionResolver.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 34
 Error sizes LineLength Line is longer than 80 characters (found 93). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'verbDefinitionSet' must be private and have accessor methods. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error misc FinalParameters Parameter verbDefinitionSet should be final. 44
 Error coding HiddenField 'verbDefinitionSet' hides a field. 44
 Error design DesignForExtension Method 'matchingVerbDefinitions' is not designed for extension - needs to be abstract, final or empty. 54
 Error misc FinalParameters Parameter activity should be final. 54
 Error sizes LineLength Line is longer than 80 characters (found 110). 59
 Error sizes LineLength Line is longer than 80 characters (found 97). 62
 Error whitespace ParenPad '(' is followed by whitespace. 63
 Error whitespace ParenPad '(' is followed by whitespace. 64
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error design DesignForExtension Method 'matchingObjectCombinations' is not designed for extension - needs to be abstract, final or empty. 84
 Error misc FinalParameters Parameter activity should be final. 84
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad ')' is preceded with whitespace. 88
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad '(' is followed by whitespace. 90
 Error misc FinalParameters Parameter activity should be final. 109
 Error misc FinalParameters Parameter criteria should be final. 109
 Error sizes LineLength Line is longer than 80 characters (found 93). 111
 Error sizes LineLength Line is longer than 80 characters (found 92). 113
 Error sizes LineLength Line is longer than 80 characters (found 98). 115
 Error sizes LineLength Line is longer than 80 characters (found 92). 117
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 118
 Error sizes LineLength Line is longer than 80 characters (found 101). 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Error misc FinalParameters Parameter activityObject should be final. 122
 Error misc FinalParameters Parameter required should be final. 122
 Error misc FinalParameters Parameter pattern should be final. 122
 Error whitespace OperatorWrap '&&' should be on a new line. 123
 Error whitespace OperatorWrap '||' should be on a new line. 124
 Error whitespace OperatorWrap '||' should be on a new line. 125
 Error whitespace OperatorWrap '&&' should be on a new line. 126

org/apache/streams/verbs/VerbDefinitionTemplateUtil.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 31
 Error sizes LineLength Line is longer than 80 characters (found 89). 39
 Error misc FinalParameters Parameter activity should be final. 39
 Error misc FinalParameters Parameter objectCombination should be final. 39
 Error sizes LineLength Line is longer than 80 characters (found 98). 46
 Error sizes LineLength Line is longer than 80 characters (found 106). 52
 Error misc FinalParameters Parameter language should be final. 52
 Error misc FinalParameters Parameter activity should be final. 52
 Error misc FinalParameters Parameter objectCombination should be final. 52
 Error sizes LineLength Line is longer than 80 characters (found 104). 54
 Error misc FinalParameters Parameter activityObject should be final. 71
 Error whitespace ParenPad '(' is followed by whitespace. 72
 Error whitespace ParenPad ')' is preceded with whitespace. 72