Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
41 6 34 1

Checkstyle error summary

Error Count
Avoid System.out.println(), use log.debug() 1

Checkstyle warning summary

Error Count
Expected @throws tag for 'IOException'. 13
Expected @throws tag for 'TransformerException'. 11
Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 5
Expected @throws tag for 'TransformerConfigurationException'. 4
Expected an @return tag. 4
Assignment of parameter 'doc' is not allowed. 3
Declaring variables, return values or parameters of type 'ArrayList' is not allowed. 3
Declaring variables, return values or parameters of type 'HashMap' is not allowed. 3
Expected @param tag for 'outDir'. 3
Expected @param tag for 'shortName'. 3
Expected @throws tag for 'GeneratorException'. 3
Expected @throws tag for 'ParserConfigurationException'. 3
Expected @param tag for 'doc'. 2
Expected @param tag for 'tagName'. 2
'docTitle' hides a field. 1
'if' construct must use '{}'s. 1
'quiet' hides a field. 1
'windowTitle' hides a field. 1
Expected @param tag for 'functionName'. 1
Expected @param tag for 'message'. 1
Expected @param tag for 'parent'. 1
Expected @param tag for 'path'. 1
Expected @param tag for 'resource'. 1
Expected @param tag for 'source'. 1
Expected @param tag for 'stylesheet'. 1
Expected @param tag for 'tagdir'. 1
Expected @throws tag for 'SAXException'. 1
Line is longer than 120 characters. 1
Throws count is 6 (max allowed is 5). 1
Type Javadoc comment is missing an @version tag. 1
Unused @param tag for 'resource,'. 1
Unused @param tag for 'tld'. 1
Unused @param tag for 'war'. 1
Variable 'xsltDirectory' explicitly initialized to 'null' (default value for its type). 1

Checkstyle info summary

Error Count
First sentence should end with a period. 14
Catching 'Throwable' is not allowed. 3
Catching 'Exception' is not allowed. 1
Executable statement count is 33 (max allowed is 30). 1
Executable statement count is 34 (max allowed is 30). 1
Static variable definition in wrong order. 1