Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
160501

Files

FilesIWE
org/apache/commons/jelly/tags/beanshell/BeanShellExpression.java 0170
org/apache/commons/jelly/tags/beanshell/BeanShellExpressionFactory.java 090
org/apache/commons/jelly/tags/beanshell/BeanShellTagLibrary.java 050
org/apache/commons/jelly/tags/beanshell/JellyInterpreter.java 0161
org/apache/commons/jelly/tags/beanshell/ScriptTag.java 030

org/apache/commons/jelly/tags/beanshell/BeanShellExpression.java

ErrorLine
Warning First sentence should end with a period. 25
Warning Field 'log' is used in only one method. 33
Warning '(' is followed by whitespace. 33
Warning ')' is preceded with whitespace. 33
Warning First sentence should end with a period. 35
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 48
Warning '(' is followed by whitespace. 53
Warning ')' is preceded with whitespace. 53
Warning '(' is followed by whitespace. 54
Warning ')' is preceded with whitespace. 54
Warning '(' is followed by whitespace. 57
Warning ')' is preceded with whitespace. 57
Warning '}' should be on the same line. 58
Warning '(' is followed by whitespace. 60
Warning ')' is preceded with whitespace. 60

org/apache/commons/jelly/tags/beanshell/BeanShellExpressionFactory.java

ErrorLine
Warning Wrong order for 'org.apache.commons.jelly.JellyContext' import. 20
Warning First sentence should end with a period. 25
Warning First sentence should end with a period. 32
Warning Expected an @return tag. 35
Warning Expected @param tag for 'context'. 35
Warning Expected @throws tag for 'EvalError'. 35
Warning Line is longer than 100 characters. 47
Warning Line is longer than 100 characters. 51
Warning Missing a Javadoc comment. 60

org/apache/commons/jelly/tags/beanshell/BeanShellTagLibrary.java

ErrorLine
Warning Missing a Javadoc comment. 29
Warning Field 'expressionFactory' is used in only one method. 29
Warning Missing a Javadoc comment. 31
Warning First sentence should end with a period. 35
Warning Expected an @return tag. 36

org/apache/commons/jelly/tags/beanshell/JellyInterpreter.java

ErrorLine
Warning Wrong order for 'java.util.Iterator' import. 21
Warning First sentence should end with a period. 28
Error Unused private field 'log'. 36
Warning '(' is followed by whitespace. 36
Warning ')' is preceded with whitespace. 36
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 43
Warning Missing a Javadoc comment. 47
Warning '(' is followed by whitespace. 51
Warning ';' is followed by whitespace. 51
Warning '(' is followed by whitespace. 56
Warning ')' is preceded with whitespace. 56
Warning '(' is followed by whitespace. 61
Warning ')' is preceded with whitespace. 61
Warning Expected an @return tag. 86
Warning Expected @param tag for 'name'. 86

org/apache/commons/jelly/tags/beanshell/ScriptTag.java

ErrorLine
Warning Wrong order for 'org.apache.commons.jelly.JellyTagException' import. 20
Warning Missing a Javadoc comment. 33
Warning Missing a Javadoc comment. 38