Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
43236813

Files

FilesIWE
org/apache/commons/jelly/tags/junit/AssertEqualsTag.java 060
org/apache/commons/jelly/tags/junit/AssertFileContainsTag.java 1231
org/apache/commons/jelly/tags/junit/AssertFileExistsTag.java 0201
org/apache/commons/jelly/tags/junit/AssertFileNotFoundTag.java 081
org/apache/commons/jelly/tags/junit/AssertTag.java 0181
org/apache/commons/jelly/tags/junit/AssertTagSupport.java 01261
org/apache/commons/jelly/tags/junit/AssertThrowsTag.java 1181
org/apache/commons/jelly/tags/junit/CaseTag.java 0221
org/apache/commons/jelly/tags/junit/FailTag.java 091
org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java 0122
org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java 0280
org/apache/commons/jelly/tags/junit/JellyTestSuite.java 0130
org/apache/commons/jelly/tags/junit/RunTag.java 0393
org/apache/commons/jelly/tags/junit/SuiteTag.java 0260

org/apache/commons/jelly/tags/junit/AssertEqualsTag.java

ErrorLine
Warning Missing a Javadoc comment. 31
Warning Missing a Javadoc comment. 32
Warning Missing a Javadoc comment. 37
Warning Expected @param tag for 'actual'. 65
Warning First sentence should end with a period. 69
Warning Expected @param tag for 'expected'. 72

org/apache/commons/jelly/tags/junit/AssertFileContainsTag.java

ErrorLine
Error Unused import - java.io.FileNotFoundException. 20
Warning '{' should be on the previous line. 35
Warning First sentence should end with a period. 36
Warning First sentence should end with a period. 39
Info Cyclomatic Complexity is 14 (max allowed is 10). 47
Warning '{' should be on the previous line. 48
Warning '{' should be on the previous line. 50
Warning '{' should be on the previous line. 55
Warning '{' should be on the previous line. 61
Warning '}' should be on the same line. 63
Warning '{' should be on the previous line. 65
Warning '{' should be on the previous line. 67
Warning '{' should be on the previous line. 69
Warning '{' should be on the previous line. 74
Warning '{' should be on the previous line. 76
Warning '}' should be on the same line. 83
Warning '{' should be on the previous line. 85
Warning '}' should be on the same line. 88
Warning '{' should be on the previous line. 90
Warning '{' should be on the previous line. 92
Warning '}' should be on the same line. 95
Warning '{' should be on the previous line. 97
Warning '{' should be on the previous line. 109
Warning Expected @param tag for 'aString'. 117
Warning '{' should be on the previous line. 118

org/apache/commons/jelly/tags/junit/AssertFileExistsTag.java

ErrorLine
Error Unused import - org.apache.commons.jelly.expression.Expression. 23
Warning '{' should be on the previous line. 32
Warning First sentence should end with a period. 33
Warning La ligne contient un caract?Ære tabulation. 33
Warning class def child at indentation level 8 not at correct indentation, 4 34
Warning La ligne contient un caract?Ære tabulation. 34
Warning La ligne contient un caract?Ære tabulation. 36
Warning La ligne contient un caract?Ære tabulation. 37
Warning La ligne contient un caract?Ære tabulation. 38
Warning La ligne contient un caract?Ære tabulation. 39
Warning La ligne contient un caract?Ære tabulation. 40
Warning method def modifier at indentation level 8 not at correct indentation, 4 41
Warning La ligne contient un caract?Ære tabulation. 41
Warning '{' should be on the previous line. 42
Warning '{' should be on the previous line. 45
Warning '{' should be on the previous line. 51
Warning '}' should be on the same line. 53
Warning '{' should be on the previous line. 55
Warning method def rcurly at indentation level 8 not at correct indentation, 4 58
Warning La ligne contient un caract?Ære tabulation. 58
Warning '{' should be on the previous line. 65

org/apache/commons/jelly/tags/junit/AssertFileNotFoundTag.java

ErrorLine
Error Unused import - org.apache.commons.jelly.expression.Expression. 23
Warning '{' should be on the previous line. 32
Warning First sentence should end with a period. 33
Warning '{' should be on the previous line. 42
Warning '{' should be on the previous line. 45
Warning '{' should be on the previous line. 51
Warning '}' should be on the same line. 53
Warning '{' should be on the previous line. 55
Warning '{' should be on the previous line. 65

org/apache/commons/jelly/tags/junit/AssertTag.java

ErrorLine
Error Unused private field 'log'. 39
Warning First sentence should end with a period. 44
Warning Missing a Javadoc comment. 47
Warning Missing a Javadoc comment. 52
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 52
Warning Il y a un espace de trop apr?Æs '('. 54
Warning Il y a un espace de trop avant ')'. 54
Warning Il y a un espace de trop apr?Æs '!'. 57
Warning Il y a un espace de trop apr?Æs '('. 58
Warning Il manque un espace avant '+'. 58
Warning Il y a un espace de trop avant ')'. 58
Warning '}' should be on the same line. 60
Warning Il y a un espace de trop apr?Æs '!'. 64
Warning Il y a un espace de trop apr?Æs '('. 65
Warning Il manque un espace avant '+'. 65
Warning Il y a un espace de trop avant ')'. 65
Warning '}' should be on the same line. 67
Warning Expected @param tag for 'test'. 83
Warning Expected @param tag for 'xpath'. 92

org/apache/commons/jelly/tags/junit/AssertTagSupport.java

ErrorLine
Warning First sentence should end with a period. 29
Error Name 'DEFAULT_MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warning Missing a Javadoc comment. 32
Warning First sentence should end with a period. 38
Warning Expected @param tag for 'message'. 42
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 42
Warning First sentence should end with a period. 46
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 50
Warning Expected @param tag for 'message'. 58
Warning Expected @param tag for 'detail'. 58
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 58
Warning '}' should be on the same line. 61
Warning First sentence should end with a period. 67
Warning Line is longer than 100 characters. 71
Warning Expected @param tag for 'message'. 71
Warning Expected @param tag for 'expected'. 71
Warning Expected @param tag for 'actual'. 71
Warning Expected @param tag for 'expressions'. 71
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 71
Warning Il manque un espace avant '='. 72
Warning Il manque un espace apr?Æs '+'. 74
Warning First sentence should end with a period. 79
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 85
Warning 'if' construct must use '{}'s. 87
Warning First sentence should end with a period. 90
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 95
Warning '{' should be on the previous line. 96
Warning First sentence should end with a period. 100
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 106
Warning 'if' construct must use '{}'s. 108
Warning First sentence should end with a period. 111
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 116
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 129
Warning '{' should be on the previous line. 130
Warning '{' should be on the previous line. 132
Warning '}' should be on the same line. 134
Warning '{' should be on the previous line. 136
Warning Javadoc has empty description section. 141
Warning method def throws at indentation level 4 not at correct indentation, 8 145
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 145
Warning '{' should be on the previous line. 146
Warning Javadoc has empty description section. 150
Warning method def throws at indentation level 4 not at correct indentation, 8 154
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 154
Warning '{' should be on the previous line. 155
Warning Javadoc has empty description section. 158
Warning method def throws at indentation level 4 not at correct indentation, 8 162
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 162
Warning '{' should be on the previous line. 163
Warning Javadoc has empty description section. 167
Warning method def throws at indentation level 4 not at correct indentation, 8 171
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 171
Warning '{' should be on the previous line. 172
Warning Javadoc has empty description section. 175
Warning method def throws at indentation level 4 not at correct indentation, 8 179
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 179
Warning '{' should be on the previous line. 180
Warning Javadoc has empty description section. 183
Warning method def throws at indentation level 4 not at correct indentation, 8 187
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 187
Warning '{' should be on the previous line. 188
Warning Javadoc has empty description section. 191
Warning method def throws at indentation level 4 not at correct indentation, 8 195
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 195
Warning '{' should be on the previous line. 196
Warning Javadoc has empty description section. 199
Warning method def throws at indentation level 4 not at correct indentation, 8 203
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 203
Warning '{' should be on the previous line. 204
Warning Javadoc has empty description section. 207
Warning method def throws at indentation level 4 not at correct indentation, 8 211
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 211
Warning '{' should be on the previous line. 212
Warning Javadoc has empty description section. 215
Warning method def throws at indentation level 4 not at correct indentation, 8 219
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 219
Warning '{' should be on the previous line. 220
Warning Javadoc has empty description section. 223
Warning method def throws at indentation level 4 not at correct indentation, 8 227
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 227
Warning '{' should be on the previous line. 228
Warning Javadoc has empty description section. 231
Warning method def throws at indentation level 4 not at correct indentation, 8 235
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 235
Warning '{' should be on the previous line. 236
Warning Javadoc has empty description section. 239
Warning method def throws at indentation level 4 not at correct indentation, 8 243
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 243
Warning '{' should be on the previous line. 244
Warning Javadoc has empty description section. 247
Warning method def throws at indentation level 4 not at correct indentation, 8 251
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 251
Warning '{' should be on the previous line. 252
Warning Javadoc has empty description section. 255
Warning method def throws at indentation level 4 not at correct indentation, 8 259
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 259
Warning '{' should be on the previous line. 260
Warning Javadoc has empty description section. 263
Warning method def throws at indentation level 4 not at correct indentation, 8 267
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 267
Warning '{' should be on the previous line. 268
Warning Javadoc has empty description section. 271
Warning method def throws at indentation level 4 not at correct indentation, 8 275
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 275
Warning '{' should be on the previous line. 276
Warning First sentence should end with a period. 280
Warning Unused @throws tag for 'JellyAssertionFailedError'. 284
Warning '{' should be on the previous line. 287
Warning Javadoc has empty description section. 290
Warning '{' should be on the previous line. 294
Warning First sentence should end with a period. 298
Warning Unused @throws tag for 'JellyAssertionFailedError'. 302
Warning '{' should be on the previous line. 305
Warning Javadoc has empty description section. 308
Warning '{' should be on the previous line. 312
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 324
Warning '{' should be on the previous line. 325
Warning Javadoc has empty description section. 328
Warning method def throws at indentation level 4 not at correct indentation, 8 332
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 332
Warning '{' should be on the previous line. 334
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 346
Warning '{' should be on the previous line. 347
Warning Javadoc has empty description section. 350
Warning method def throws at indentation level 4 not at correct indentation, 8 354
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 354
Warning '{' should be on the previous line. 356

org/apache/commons/jelly/tags/junit/AssertThrowsTag.java

ErrorLine
Warning Field 'log' is used in only one method. 37
Warning First sentence should end with a period. 50
Info Cyclomatic Complexity is 11 (max allowed is 10). 57
Warning Missing a Javadoc comment. 57
Warning try child at indentation level 13 not at correct indentation, 12 60
Warning '}' should be on the same line. 67
Error Catching 'Throwable' is not allowed. 68
Warning '}' should be on the same line. 81
Warning Expected @param tag for 'expected'. 97
Warning Expected @param tag for 'var'. 104
Warning First sentence should end with a period. 108
Warning Expected @param tag for 'classLoader'. 111
Warning Missing a Javadoc comment. 115
Warning Line is longer than 100 characters. 116
Warning Expected @throws tag for 'ClassNotFoundException'. 132
Warning '}' should be on the same line. 140
Warning '}' should be on the same line. 144
Warning Il y a un espace de trop apr?Æs '('. 146
Warning Il y a un espace de trop avant ')'. 146
Warning Il y a un espace de trop apr?Æs '('. 152

org/apache/commons/jelly/tags/junit/CaseTag.java

ErrorLine
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 40
Error 'name' hides a field. 41
Warning Il y a un espace de trop apr?Æs '('. 42
Warning Il y a un espace de trop avant ')'. 42
Warning Il y a un espace de trop apr?Æs '('. 52
Warning Il y a un espace de trop avant ')'. 52
Warning Il y a un espace de trop apr?Æs '('. 65
Warning Il y a un espace de trop avant ')'. 65
Warning Line is longer than 100 characters. 66
Warning Il y a un espace de trop apr?Æs '('. 66
Warning Il y a un espace de trop avant ')'. 66
Warning Javadoc has empty description section. 74
Warning First sentence should end with a period. 81
Warning Expected @param tag for 'name'. 84
Warning First sentence should end with a period. 91
Warning Expected an @return tag. 94
Warning Il y a un espace de trop apr?Æs '('. 95
Warning Il y a un espace de trop avant ')'. 95
Warning Il y a un espace de trop apr?Æs '('. 96
Warning Il y a un espace de trop avant ')'. 96
Warning Il y a un espace de trop apr?Æs '('. 99
Warning Il y a un espace de trop avant ')'. 99

org/apache/commons/jelly/tags/junit/FailTag.java

ErrorLine
Warning Missing a Javadoc comment. 30
Warning Missing a Javadoc comment. 32
Warning Missing a Javadoc comment. 37
Error 'message' hides a field. 38
Warning Il y a un espace de trop apr?Æs '('. 39
Warning Il y a un espace de trop avant ')'. 39
Warning Il y a un espace de trop apr?Æs '('. 42
Warning Il y a un espace de trop avant ')'. 42
Warning Javadoc has empty description section. 48
Warning Expected @param tag for 'message'. 60

org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java

ErrorLine
Error Duplicate import to line 18 - org.apache.commons.jelly.TagLibrary. 21
Error Unused import - org.jaxen.JaxenException. 30
Warning Field 'log' is used in only one method. 40
Warning Missing a Javadoc comment. 42
Warning Il y a un espace de trop avant ')'. 50
Warning Il y a un espace de trop avant ')'. 51
Warning Il y a un espace de trop avant ')'. 52
Warning Missing a Javadoc comment. 55
Warning Il y a un espace de trop apr?Æs '('. 64
Warning Il y a un espace de trop avant ')'. 64
Warning Il y a un espace de trop apr?Æs '('. 65
Warning Il y a un espace de trop avant ')'. 65
Warning Il y a un espace de trop apr?Æs '('. 69
Warning Il y a un espace de trop avant ')'. 72

org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java

ErrorLine
Warning First sentence should end with a period. 37
Warning First sentence should end with a period. 40
Warning First sentence should end with a period. 43
Warning First sentence should end with a period. 46
Warning First sentence should end with a period. 49
Warning Missing a Javadoc comment. 52
Warning Missing a Javadoc comment. 55
Warning Missing a Javadoc comment. 59
Warning Missing a Javadoc comment. 64
Warning Missing a Javadoc comment. 69
Warning Javadoc has empty description section. 74
Warning First sentence should end with a period. 81
Warning Expected @param tag for 'lineNumber'. 84
Warning Javadoc has empty description section. 88
Warning First sentence should end with a period. 95
Warning Expected @param tag for 'columnNumber'. 98
Warning Javadoc has empty description section. 102
Warning First sentence should end with a period. 109
Warning Expected @param tag for 'fileName'. 112
Warning Javadoc has empty description section. 117
Warning First sentence should end with a period. 124
Warning Expected @param tag for 'elementName'. 127
Warning Missing a Javadoc comment. 132
Warning Line is longer than 100 characters. 133
Warning Missing a Javadoc comment. 136
Warning Missing a Javadoc comment. 141
Warning Missing a Javadoc comment. 151
Warning Missing a Javadoc comment. 161

org/apache/commons/jelly/tags/junit/JellyTestSuite.java

ErrorLine
Warning Utility classes should not have a public or default constructor. 33
Warning Field 'log' is used in only one method. 36
Warning Expected @throws tag for 'Exception'. 53
Warning Il y a un espace de trop apr?Æs '('. 55
Warning Il y a un espace de trop avant ')'. 55
Warning Il y a un espace de trop apr?Æs '('. 61
Warning Il y a un espace de trop avant ')'. 61
Warning First sentence should end with a period. 64
Warning Expected @throws tag for 'Exception'. 70
Warning Il y a un espace de trop apr?Æs '('. 75
Warning Il y a un espace de trop avant ')'. 75
Warning Il y a un espace de trop apr?Æs '('. 76
Warning Il y a un espace de trop avant ')'. 76

org/apache/commons/jelly/tags/junit/RunTag.java

ErrorLine
Warning Field 'log' is used in only one method. 46
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 49
Warning Missing a Javadoc comment. 50
Warning Missing a Javadoc comment. 54
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 54
Error 'test' hides a field. 55
Warning Il y a un espace de trop apr?Æs '('. 56
Warning Il y a un espace de trop avant ')'. 56
Warning Il y a un espace de trop apr?Æs '('. 59
Warning Il y a un espace de trop avant ')'. 59
Warning Il y a un espace de trop apr?Æs '('. 60
Warning Il y a un espace de trop avant ')'. 60
Error 'result' hides a field. 62
Warning Il y a un espace de trop apr?Æs '('. 63
Warning Il y a un espace de trop avant ')'. 63
Error 'listener' hides a field. 66
Warning Il y a un espace de trop apr?Æs '('. 67
Warning Il y a un espace de trop avant ')'. 67
Warning First sentence should end with a period. 93
Warning First sentence should end with a period. 101
Warning First sentence should end with a period. 117
Warning First sentence should end with a period. 130
Warning Expected an @return tag. 134
Warning Expected @param tag for 'output'. 134
Warning First sentence should end with a period. 138
Warning Expected an @return tag. 142
Warning Expected @param tag for 'output'. 142
Warning Il y a un espace de trop apr?Æs '('. 153
Warning Il y a un espace de trop avant ')'. 153
Warning '}' should be on the same line. 157
Warning Il y a un espace de trop apr?Æs '('. 172
Warning Il y a un espace de trop avant ')'. 172
Warning '}' should be on the same line. 176
Warning '}' should be on the same line. 185
Warning '}' should be on the same line. 198
Warning Javadoc has empty description section. 206
Warning Expected @param tag for 't'. 209
Warning First sentence should end with a period. 215
Warning Expected @param tag for 'e'. 218
Warning Il y a un espace de trop apr?Æs '('. 219
Warning Il y a un espace de trop avant ')'. 219

org/apache/commons/jelly/tags/junit/SuiteTag.java

ErrorLine
Warning First sentence should end with a period. 34
Warning First sentence should end with a period. 37
Warning First sentence should end with a period. 40
Warning Missing a Javadoc comment. 43
Warning First sentence should end with a period. 46
Warning Expected @param tag for 'test'. 49
Warning Missing a Javadoc comment. 55
Warning Il y a un espace de trop apr?Æs '('. 59
Warning Il y a un espace de trop avant ')'. 59
Warning Il y a un espace de trop avant ')'. 60
Warning '}' should be on the same line. 61
Warning Il y a un espace de trop apr?Æs '('. 63
Warning Il y a un espace de trop avant ')'. 63
Warning Il y a un espace de trop apr?Æs '('. 68
Warning Il y a un espace de trop avant ')'. 68
Warning Missing a Javadoc comment. 75
Warning First sentence should end with a period. 79
Warning Expected @param tag for 'var'. 82
Warning Javadoc has empty description section. 86
Warning First sentence should end with a period. 93
Warning Expected @param tag for 'name'. 96
Warning First sentence should end with a period. 103
Warning Expected an @return tag. 106
Warning Il y a un espace de trop apr?Æs '('. 107
Warning Il y a un espace de trop avant ')'. 107
Warning '}' should be on the same line. 109