Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
159 0 0 53

Files

Files I W E
org/apache/commons/jexl/ExpressionFactory.java 0 0 1
org/apache/commons/jexl/parser/ParseException.java 0 0 16
org/apache/commons/jexl/resolver/package.html 0 0 1
org/apache/commons/jexl/util/introspection/ClassMap.java 0 0 30
org/apache/commons/jexl/util/introspection/MethodMap.java 0 0 3
org/apache/commons/jexl/util/introspection/package.html 0 0 1
org/apache/commons/jexl/util/package.html 0 0 1

org/apache/commons/jexl/ExpressionFactory.java

Error Line
Error Comment matches to-do format 'TODO:'. 139

org/apache/commons/jexl/parser/ParseException.java

Error Line
Error Expected @param tag for 'currentTokenVal'. 42
Error Expected @param tag for 'expectedTokenSequencesVal'. 42
Error Expected @param tag for 'tokenImageVal'. 42
Error Missing a Javadoc comment. 64
Error Variable 'currentToken' must be private and have accessor methods. 80
Error Variable 'expectedTokenSequences' must be private and have accessor methods. 87
Error Variable 'tokenImage' must be private and have accessor methods. 94
Error Expected an @return tag. 105
Error 'if' construct must use '{}'s. 126
Error Expected an @return tag. 155
Error Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
Error Expected @param tag for 'str'. 155
Error '0x20' is a magic number. 187
Error '0x7e' is a magic number. 187
Error '16' is a magic number. 188
Error '4' is a magic number. 189

org/apache/commons/jexl/resolver/package.html

Error Line
Error Missing package documentation file. 0

org/apache/commons/jexl/util/introspection/ClassMap.java

Error Line
Error Unable to get class information for MethodMap.AmbiguousException. 96
Error Expected an @return tag. 174
Error Expected @param tag for 'method'. 174
Error 'if' construct must use '{}'s. 187
Error 'if' construct must use '{}'s. 189
Error 'if' construct must use '{}'s. 191
Error 'if' construct must use '{}'s. 193
Error 'if' construct must use '{}'s. 195
Error 'if' construct must use '{}'s. 197
Error 'if' construct must use '{}'s. 199
Error 'if' construct must use '{}'s. 201
Error Missing a Javadoc comment. 211
Error Expected an @return tag. 233
Error Expected @param tag for 'clazz'. 233
Error Must have at least one statement. 301
Error Unused @param tag for 'class'. 389
Error Expected an @return tag. 393
Error Expected @param tag for 'clazz'. 393
Error Missing a Javadoc comment. 446
Error Variable 'method' must be private and have accessor methods. 446
Error Missing a Javadoc comment. 448
Error Variable 'name' must be private and have accessor methods. 448
Error Missing a Javadoc comment. 450
Error Variable 'parameterTypes' must be private and have accessor methods. 450
Error Missing a Javadoc comment. 452
Error Variable 'upcast' must be private and have accessor methods. 452
Error Missing a Javadoc comment. 454
Error 'method' hides a field. 454
Error Missing a Javadoc comment. 461
Error 'clazz' hides a field. 461

org/apache/commons/jexl/util/introspection/MethodMap.java

Error Line
Error Unable to get class information for AmbiguousException. 101
Error Unable to get class information for AmbiguousException. 140
Error switch without "default" clause. 167

org/apache/commons/jexl/util/introspection/package.html

Error Line
Error Missing package documentation file. 0

org/apache/commons/jexl/util/package.html

Error Line
Error Missing package documentation file. 0