Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3412119

Files

FilesIWE
org/apache/commons/jelly/tags/junit/AssertEqualsTag.java 060
org/apache/commons/jelly/tags/junit/AssertTag.java 0181
org/apache/commons/jelly/tags/junit/AssertTagSupport.java 0200
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/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 '(' is followed by whitespace. 54
Warning ')' is preceded with whitespace. 54
Warning '!' is followed by whitespace. 57
Warning '(' is followed by whitespace. 58
Warning '+' is not preceded with whitespace. 58
Warning ')' is preceded with whitespace. 58
Warning '}' should be on the same line. 60
Warning '!' is followed by whitespace. 64
Warning '(' is followed by whitespace. 65
Warning '+' is not preceded with whitespace. 65
Warning ')' is preceded with whitespace. 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 Missing a Javadoc comment. 29
Warning First sentence should end with a period. 35
Warning Expected @param tag for 'message'. 38
Warning Expected @throws tag for 'JellyAssertionFailedError'. 38
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 38
Warning Expected @param tag for 'message'. 45
Warning Expected @param tag for 'detail'. 45
Warning Expected @throws tag for 'JellyAssertionFailedError'. 45
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 45
Warning '}' should be on the same line. 48
Warning First sentence should end with a period. 54
Warning Line is longer than 100 characters. 57
Warning Expected @param tag for 'message'. 57
Warning Expected @param tag for 'expected'. 57
Warning Expected @param tag for 'actual'. 57
Warning Expected @param tag for 'expressions'. 57
Warning Expected @throws tag for 'JellyAssertionFailedError'. 57
Warning Redundant throws: 'JellyAssertionFailedError' is unchecked exception. 57
Warning '=' is not preceded with whitespace. 58
Warning '+' is not followed by whitespace. 60

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 '(' is followed by whitespace. 146
Warning ')' is preceded with whitespace. 146
Warning '(' is followed by whitespace. 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 '(' is followed by whitespace. 42
Warning ')' is preceded with whitespace. 42
Warning '(' is followed by whitespace. 52
Warning ')' is preceded with whitespace. 52
Warning '(' is followed by whitespace. 65
Warning ')' is preceded with whitespace. 65
Warning Line is longer than 100 characters. 66
Warning '(' is followed by whitespace. 66
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 95
Warning ')' is preceded with whitespace. 95
Warning '(' is followed by whitespace. 96
Warning ')' is preceded with whitespace. 96
Warning '(' is followed by whitespace. 99
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 39
Warning ')' is preceded with whitespace. 39
Warning '(' is followed by whitespace. 42
Warning ')' is preceded with whitespace. 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 ')' is preceded with whitespace. 47
Warning ')' is preceded with whitespace. 48
Warning ')' is preceded with whitespace. 49
Warning Missing a Javadoc comment. 52
Warning '(' is followed by whitespace. 61
Warning ')' is preceded with whitespace. 61
Warning '(' is followed by whitespace. 62
Warning ')' is preceded with whitespace. 62
Warning '(' is followed by whitespace. 66
Warning ')' is preceded with whitespace. 69

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 '(' is followed by whitespace. 55
Warning ')' is preceded with whitespace. 55
Warning '(' is followed by whitespace. 61
Warning ')' is preceded with whitespace. 61
Warning First sentence should end with a period. 64
Warning Expected @throws tag for 'Exception'. 70
Warning '(' is followed by whitespace. 75
Warning ')' is preceded with whitespace. 75
Warning '(' is followed by whitespace. 76
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 56
Warning ')' is preceded with whitespace. 56
Warning '(' is followed by whitespace. 59
Warning ')' is preceded with whitespace. 59
Warning '(' is followed by whitespace. 60
Warning ')' is preceded with whitespace. 60
Error 'result' hides a field. 62
Warning '(' is followed by whitespace. 63
Warning ')' is preceded with whitespace. 63
Error 'listener' hides a field. 66
Warning '(' is followed by whitespace. 67
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 153
Warning ')' is preceded with whitespace. 153
Warning '}' should be on the same line. 157
Warning '(' is followed by whitespace. 172
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 219
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 59
Warning ')' is preceded with whitespace. 59
Warning ')' is preceded with whitespace. 60
Warning '}' should be on the same line. 61
Warning '(' is followed by whitespace. 63
Warning ')' is preceded with whitespace. 63
Warning '(' is followed by whitespace. 68
Warning ')' is preceded with whitespace. 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 '(' is followed by whitespace. 107
Warning ')' is preceded with whitespace. 107
Warning '}' should be on the same line. 109