Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
130270

Files

FilesIWE
org/apache/commons/jelly/tags/regexp/ContainsTag.java 010
org/apache/commons/jelly/tags/regexp/MatchTag.java 010
org/apache/commons/jelly/tags/regexp/MatchTag.java 010
org/apache/commons/jelly/tags/regexp/RegexpTag.java 0200
org/apache/commons/jelly/tags/regexp/RegexpTagLibrary.java 010
org/apache/commons/jelly/tags/regexp/RegexpTagLibrary.java 020
org/apache/commons/jelly/tags/regexp/package.html 010

org/apache/commons/jelly/tags/regexp/ContainsTag.java

ErrorLine
Warning Missing a Javadoc comment. 26

org/apache/commons/jelly/tags/regexp/MatchTag.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/regexp/MatchTag.java

ErrorLine
Warning Missing a Javadoc comment. 25

org/apache/commons/jelly/tags/regexp/RegexpTag.java

ErrorLine
Warning Missing a Javadoc comment. 34
Warning Field 'patternMatcher' is used in only one method. 34
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 37
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 40
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 52
Warning Missing a Javadoc comment. 57
Warning Missing a Javadoc comment. 62
Warning Expected @param tag for 'scope'. 73
Warning Missing a Javadoc comment. 77
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 77
Warning 'if' construct must use '{}'s. 79
Warning 'if' construct must use '{}'s. 82
Warning 'if' construct must use '{}'s. 85
Warning Avoid inline conditionals. 90
Warning Missing a Javadoc comment. 101

org/apache/commons/jelly/tags/regexp/RegexpTagLibrary.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/regexp/RegexpTagLibrary.java

ErrorLine
Warning Missing a Javadoc comment. 27
Warning '{' should be on the previous line. 28

org/apache/commons/jelly/tags/regexp/package.html

ErrorLine
Warning Missing package documentation file.0