Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
161400

Files

FilesIWE
org/apache/commons/jelly/tags/xmlunit/ActualTag.java 030
org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java 1150
org/apache/commons/jelly/tags/xmlunit/ExpectedTag.java 030
org/apache/commons/jelly/tags/xmlunit/XMLUnitTagLibrary.java 020
org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java 0170

org/apache/commons/jelly/tags/xmlunit/ActualTag.java

ErrorLine
Warning Missing a Javadoc comment. 24
Warning Missing a Javadoc comment. 26
Warning Missing a Javadoc comment. 35

org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java

ErrorLine
Warning 'javax.xml.parsers.ParserConfigurationException' should be separated from previous imports. 20
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 37
Warning Field 'actualDocument' is used in only one method. 37
Warning Missing a Javadoc comment. 39
Warning Missing a Javadoc comment. 40
Warning Field 'expectedDocument' is used in only one method. 40
Info Cyclomatic Complexity is 15 (max allowed is 10). 50
Warning Missing a Javadoc comment. 50
Warning '}' should be on the same line. 82
Warning '}' should be on the same line. 85
Warning '}' should be on the same line. 88
Warning Expected @param tag for 'actual'. 104
Warning Expected @param tag for 'expected'. 112
Warning Expected @param tag for 'ignoreWhitespace'. 121
Warning Missing a Javadoc comment. 125

org/apache/commons/jelly/tags/xmlunit/ExpectedTag.java

ErrorLine
Warning Missing a Javadoc comment. 24
Warning Missing a Javadoc comment. 26
Warning Missing a Javadoc comment. 35

org/apache/commons/jelly/tags/xmlunit/XMLUnitTagLibrary.java

ErrorLine
Warning Missing a Javadoc comment. 21
Warning Missing a Javadoc comment. 23

org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java

ErrorLine
Warning Missing a Javadoc comment. 32
Warning First sentence should end with a period. 34
Warning Javadoc has empty description section. 37
Warning First sentence should end with a period. 45
Warning Expected @param tag for 'saxReader'. 46
Warning First sentence should end with a period. 50
Warning Expected an @return tag. 53
Warning First sentence should end with a period. 55
Warning Expected an @return tag. 58
Warning Expected @throws tag for 'JellyTagException'. 58
Warning '}' should be on the same line. 65
Warning First sentence should end with a period. 72
Warning Expected an @return tag. 75
Warning Expected @param tag for 'source'. 75
Warning Expected @throws tag for 'JellyTagException'. 75
Warning Line is longer than 100 characters. 91
Warning '}' should be on the same line. 97