Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1321265

Files

FilesIWE
org/apache/commons/jelly/tags/bean/BeanPropertyTag.java 1340
org/apache/commons/jelly/tags/bean/BeanTag.java 1413
org/apache/commons/jelly/tags/bean/BeanTagLibrary.java 0290
org/apache/commons/jelly/tags/bean/BeandefTag.java 0222

org/apache/commons/jelly/tags/bean/BeanPropertyTag.java

ErrorLine
Warning First sentence should end with a period. 39
Warning Field 'EMPTY_ARGS' is used in only one method. 40
Warning First sentence should end with a period. 42
Warning Field 'EMPTY_ARG_TYPES' is used in only one method. 43
Warning First sentence should end with a period. 45
Warning Missing a Javadoc comment. 49
Warning ',' is not followed by whitespace. 54
Warning First sentence should end with a period. 59
Warning Expected an @return tag. 62
Warning Line is longer than 100 characters. 62
Warning Expected @param tag for 'theClass'. 62
Warning Expected @param tag for 'attributes'. 62
Warning Expected @param tag for 'output'. 62
Warning Expected @throws tag for 'JellyTagException'. 62
Warning '}' should be on the same line. 71
Warning Line is longer than 100 characters. 73
Warning '(' is followed by whitespace. 73
Warning ')' is preceded with whitespace. 73
Warning '}' should be on the same line. 75
Warning 'if' construct must use '{}'s. 78
Warning 'if' is not followed by whitespace. 78
Warning 'if' construct must use '{}'s. 80
Warning 'if' is not followed by whitespace. 80
Warning Line is longer than 100 characters. 81
Warning '+' is not preceded with whitespace. 81
Warning '+' is not followed by whitespace. 81
Warning ';' is preceded with whitespace. 83
Warning Line is longer than 100 characters. 86
Warning Expected @param tag for 'parentClass'. 96
Warning 'if' is not followed by whitespace. 100
Warning 'if' construct must use '{}'s. 102
Info Boolean expression complexity is 5 (max allowed is 3). 102
Warning First sentence should end with a period. 114
Warning Expected an @return tag. 117
Warning Expected @param tag for 'theClass'. 117

org/apache/commons/jelly/tags/bean/BeanTag.java

ErrorLine
Warning Field 'log' is used in only one method. 45
Warning Missing a Javadoc comment. 47
Error Variable access definition in wrong order. 47
Warning First sentence should end with a period. 49
Warning First sentence should end with a period. 52
Error Variable access definition in wrong order. 53
Warning Variable 'addMethodName' must be private and have accessor methods. 53
Warning First sentence should end with a period. 55
Warning Missing a Javadoc comment. 59
Warning Missing a Javadoc comment. 63
Warning Missing a Javadoc comment. 67
Warning ',' is not followed by whitespace. 74
Warning Javadoc has empty description section. 79
Info Cyclomatic Complexity is 24 (max allowed is 10). 90
Warning Expected @param tag for 'var'. 90
Warning Expected @param tag for 'bean'. 90
Warning Expected @throws tag for 'JellyTagException'. 90
Warning '}' should be on the same line. 112
Warning '{' is followed by whitespace. 117
Warning '}' should be on the same line. 120
Warning Line is longer than 100 characters. 122
Warning '(' is followed by whitespace. 122
Warning ')' is preceded with whitespace. 122
Warning '}' should be on the same line. 124
Warning method call child at indentation level 34 not at correct indentation, 36 127
Warning try child at indentation level 34 not at correct indentation, 36 127
Warning '}' should be on the same line. 135
Warning '}' should be on the same line. 139
Warning '}' should be on the same line. 143
Error Unused local variable 'args'. 151
Warning '{' is followed by whitespace. 151
Warning '}' should be on the same line. 154
Warning Line is longer than 100 characters. 156
Warning '(' is followed by whitespace. 156
Warning ')' is preceded with whitespace. 156
Warning '}' should be on the same line. 158
Warning '(' is followed by whitespace. 162
Warning ')' is preceded with whitespace. 162
Warning First sentence should end with a period. 168
Warning Expected an @return tag. 171
Warning Expected @param tag for 'beanClass'. 171
Warning Expected @param tag for 'valueClass'. 171
Warning '{' is followed by whitespace. 175
Warning Javadoc has empty description section. 182
Warning Expected @throws tag for 'JellyTagException'. 185

org/apache/commons/jelly/tags/bean/BeanTagLibrary.java

ErrorLine
Warning First sentence should end with a period. 38
Warning First sentence should end with a period. 41
Warning Missing a Javadoc comment. 44
Warning method def modifier at indentation level 16 not at correct indentation, 12 48
Warning method def rcurly at indentation level 16 not at correct indentation, 12 50
Warning object def rcurly at indentation level 12 not at correct indentation, 8 51
Warning First sentence should end with a period. 55
Warning Expected @param tag for 'name'. 58
Warning Expected @param tag for 'type'. 58
Warning First sentence should end with a period. 62
Warning Expected @param tag for 'name'. 65
Warning Expected @param tag for 'type'. 65
Warning Expected @param tag for 'method'. 65
Warning '}' should be on the same line. 69
Warning First sentence should end with a period. 75
Warning Expected @param tag for 'name'. 78
Warning Expected @param tag for 'type'. 78
Warning Expected @param tag for 'methodName'. 78
Warning Missing a Javadoc comment. 87
Warning '(' is followed by whitespace. 98
Warning ')' is preceded with whitespace. 98
Warning First sentence should end with a period. 104
Warning Expected an @return tag. 107
Warning Line is longer than 100 characters. 107
Warning Expected @param tag for 'name'. 107
Warning Expected @param tag for 'attributes'. 107
Warning Expected @throws tag for 'JellyException'. 107
Warning Missing a Javadoc comment. 116
Warning Missing a Javadoc comment. 128

org/apache/commons/jelly/tags/bean/BeandefTag.java

ErrorLine
Warning Field 'log' is used in only one method. 43
Warning First sentence should end with a period. 45
Error Unused private field 'EMPTY_MAP'. 46
Warning Missing a Javadoc comment. 48
Error Variable access definition in wrong order. 48
Warning First sentence should end with a period. 50
Warning First sentence should end with a period. 53
Warning First sentence should end with a period. 56
Warning First sentence should end with a period. 59
Warning First sentence should end with a period. 62
Warning Missing a Javadoc comment. 65
Warning Missing a Javadoc comment. 71
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 71
Warning Line is longer than 100 characters. 83
Warning '(' is followed by whitespace. 85
Warning ')' is preceded with whitespace. 85
Warning First sentence should end with a period. 102
Warning Expected @param tag for 'name'. 105
Warning First sentence should end with a period. 109
Warning Expected @param tag for 'className'. 112
Warning Expected @param tag for 'classLoader'. 121
Warning Javadoc has empty description section. 125
Warning Javadoc has empty description section. 133
Warning Missing a Javadoc comment. 150