Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
160546

Files

FilesIWE
org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java 030
org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java 010
org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java 071
org/apache/commons/jelly/tags/jmx/OperationTag.java 010
org/apache/commons/jelly/tags/jmx/OperationTag.java 0201
org/apache/commons/jelly/tags/jmx/RegisterTag.java 0161
org/apache/commons/jelly/tags/jmx/ServerTag.java 063

org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java

ErrorLine
Warning Il y a un espace de trop apr?Ęs '('. 37
Warning Il y a un espace de trop avant ')'. 37
Warning Missing a Javadoc comment. 40

org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java

ErrorLine
Warning First sentence should end with a period. 24
Warning Missing a Javadoc comment. 32
Warning Field 'instance' is used in only one method. 32
Error Name 'instance' must match pattern '^(log)|[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 40
Warning '}' should be on the same line. 44
Warning '}' should be on the same line. 48

org/apache/commons/jelly/tags/jmx/OperationTag.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/jmx/OperationTag.java

ErrorLine
Error Unused private field 'log'. 41
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 46
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 54
Warning Missing a Javadoc comment. 63
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 63
Warning Line is longer than 100 characters. 77
Warning '}' should be on the same line. 78
Warning '}' should be on the same line. 81
Warning '}' should be on the same line. 84
Warning Javadoc has empty description section. 96
Warning Javadoc has empty description section. 103
Warning Javadoc has empty description section. 110
Warning Expected an @return tag. 149
Warning '}' should be on the same line. 154
Warning Il y a un espace de trop apr?Ęs '{'. 156
Warning '}' should be on the same line. 158
Warning '}' should be on the same line. 161

org/apache/commons/jelly/tags/jmx/RegisterTag.java

ErrorLine
Error Unused private field 'log'. 42
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 47
Warning Missing a Javadoc comment. 53
Warning '}' should be on the same line. 56
Warning Missing a Javadoc comment. 64
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 64
Warning Javadoc has empty description section. 83
Warning Javadoc has empty description section. 98
Warning First sentence should end with a period. 118
Warning Line is longer than 100 characters. 121
Warning Expected @param tag for 'server'. 121
Warning Expected @param tag for 'bean'. 121
Warning Expected @throws tag for 'InstanceAlreadyExistsException'. 121
Warning Expected @throws tag for 'MBeanRegistrationException'. 121
Warning Expected @throws tag for 'NotCompliantMBeanException'. 121

org/apache/commons/jelly/tags/jmx/ServerTag.java

ErrorLine
Error Unused private field 'log'. 39
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 48
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 48
Error 'server' hides a field. 51
Error Unused local variable 'server'. 51
Warning Javadoc has empty description section. 60
Warning First sentence should end with a period. 82