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 Il y a un espace de trop apr?Ęs '('. 33
Warning Il y a un espace de trop avant ')'. 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 Il y a un espace de trop apr?Ęs '('. 53
Warning Il y a un espace de trop avant ')'. 53
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 avant ')'. 57
Warning '}' should be on the same line. 58
Warning Il y a un espace de trop apr?Ęs '('. 60
Warning Il y a un espace de trop avant ')'. 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 Il y a un espace de trop apr?Ęs '('. 36
Warning Il y a un espace de trop avant ')'. 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 Il y a un espace de trop apr?Ęs '('. 51
Warning Il y a un espace de trop apr?Ęs ';'. 51
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 '('. 61
Warning Il y a un espace de trop avant ')'. 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