Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
15 21 82 1

Files

Files I W E
com/sun/tlddoc/TLDDocGenerator.java 18 77 1
net/sf/maventaglib/TaglibConvertPlugin.java 0 1 0
net/sf/maventaglib/TaglibPlugin.java 0 1 0
net/sf/maventaglib/TaglibTaglibdocPlugin.java 0 1 0
net/sf/maventaglib/TaglibTagreferencePlugin.java 0 1 0
net/sf/maventaglib/TaglibValidatePlugin.java 0 1 0
net/sf/maventaglib/checker/TldChecker.java 3 0 0

com/sun/tlddoc/TLDDocGenerator.java

Error Line
Warning Type Javadoc comment is missing an @version tag. 84
Warning Declaring variables, return values or parameters of type 'ArrayList' is not allowed. 90
Warning Variable 'xsltDirectory' explicitly initialized to 'null' (default value for its type). 95
Info First sentence should end with a period. 97
Info First sentence should end with a period. 100
Info First sentence should end with a period. 106
Info First sentence should end with a period. 109
Info First sentence should end with a period. 112
Info Static variable definition in wrong order. 113
Info First sentence should end with a period. 115
Info First sentence should end with a period. 136
Warning Expected @throws tag for 'IOException'. 189
Warning Expected @throws tag for 'IOException'. 232
Warning Expected @throws tag for 'IOException'. 305
Warning Unused @param tag for 'war'. 354
Warning Expected @param tag for 'path'. 356
Warning Unused @param tag for 'tld'. 381
Warning Expected @param tag for 'tagdir'. 383
Info First sentence should end with a period. 407
Info First sentence should end with a period. 425
Warning 'quiet' hides a field. 429
Warning Expected @throws tag for 'GeneratorException'. 441
Warning Expected @throws tag for 'TransformerException'. 441
Warning Expected @throws tag for 'IOException'. 479
Info Executable statement count is 34 (max allowed is 30). 488
Warning Throws count is 6 (max allowed is 5). 488
Warning Expected @throws tag for 'IOException'. 488
Warning Expected @throws tag for 'SAXException'. 488
Warning Expected @throws tag for 'ParserConfigurationException'. 488
Warning Expected @throws tag for 'TransformerConfigurationException'. 489
Warning Expected @throws tag for 'TransformerException'. 489
Warning Expected @throws tag for 'GeneratorException'. 489
Warning 'windowTitle' hides a field. 516
Warning 'docTitle' hides a field. 520
Warning Line is longer than 120 characters. 581
Warning Expected an @return tag. 586
Warning Expected @param tag for 'source'. 586
Warning Expected @throws tag for 'TransformerConfigurationException'. 586
Info Catching 'Exception' is not allowed. 595
Info First sentence should end with a period. 608
Warning Expected an @return tag. 611
Warning Expected @param tag for 'doc'. 611
Warning Expected @throws tag for 'TransformerConfigurationException'. 611
Warning Expected @throws tag for 'ParserConfigurationException'. 611
Warning Expected @throws tag for 'TransformerException'. 612
Warning Assignment of parameter 'doc' is not allowed. 621
Warning Assignment of parameter 'doc' is not allowed. 630
Warning Assignment of parameter 'doc' is not allowed. 635
Info First sentence should end with a period. 641
Warning Expected an @return tag. 644
Warning Expected @param tag for 'doc'. 644
Warning Expected @param tag for 'stylesheet'. 644
Warning Expected @throws tag for 'TransformerConfigurationException'. 644
Warning Expected @throws tag for 'ParserConfigurationException'. 645
Warning Expected @throws tag for 'TransformerException'. 645
Info First sentence should end with a period. 672
Warning Declaring variables, return values or parameters of type 'ArrayList' is not allowed. 709
Warning Expected @throws tag for 'IOException'. 985
Warning Expected @throws tag for 'TransformerException'. 985
Info First sentence should end with a period. 997
Info Executable statement count is 33 (max allowed is 30). 1000
Warning Expected @throws tag for 'IOException'. 1000
Warning Expected @throws tag for 'GeneratorException'. 1000
Warning Expected @throws tag for 'TransformerException'. 1000
Warning Declaring variables, return values or parameters of type 'ArrayList' is not allowed. 1002
Warning 'if' construct must use '{}'s. 1019
Warning Expected @param tag for 'outDir'. 1064
Warning Expected @param tag for 'shortName'. 1064
Warning Expected @throws tag for 'IOException'. 1064
Warning Expected @throws tag for 'TransformerException'. 1064
Warning Declaring variables, return values or parameters of type 'HashMap' is not allowed. 1066
Warning Expected @param tag for 'outDir'. 1077
Warning Expected @param tag for 'shortName'. 1077
Warning Expected @param tag for 'tagName'. 1077
Warning Expected @throws tag for 'IOException'. 1077
Warning Expected @throws tag for 'TransformerException'. 1078
Warning Declaring variables, return values or parameters of type 'HashMap' is not allowed. 1080
Warning Expected @param tag for 'outDir'. 1091
Warning Expected @param tag for 'shortName'. 1091
Warning Expected @param tag for 'functionName'. 1091
Warning Expected @throws tag for 'IOException'. 1091
Warning Expected @throws tag for 'TransformerException'. 1092
Warning Declaring variables, return values or parameters of type 'HashMap' is not allowed. 1094
Warning Expected an @return tag. 1105
Warning Expected @param tag for 'parent'. 1105
Warning Expected @param tag for 'tagName'. 1105
Warning Expected @throws tag for 'IOException'. 1127
Warning Expected @throws tag for 'TransformerException'. 1127
Warning Expected @throws tag for 'IOException'. 1138
Warning Expected @throws tag for 'TransformerException'. 1138
Warning Expected @throws tag for 'IOException'. 1165
Info First sentence should end with a period. 1179
Warning Expected @param tag for 'message'. 1182
Error Avoid System.out.println(), use log.debug() 1186
Warning Unused @param tag for 'resource,'. 1194
Warning Expected @param tag for 'resource'. 1197

net/sf/maventaglib/TaglibConvertPlugin.java

Error Line
Warning Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 24

net/sf/maventaglib/TaglibPlugin.java

Error Line
Warning Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 54

net/sf/maventaglib/TaglibTaglibdocPlugin.java

Error Line
Warning Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 28

net/sf/maventaglib/TaglibTagreferencePlugin.java

Error Line
Warning Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 24

net/sf/maventaglib/TaglibValidatePlugin.java

Error Line
Warning Type Javadoc tag @version must match pattern '(^\$A_Zevision\:)*(\(\$A-Zuthor: )*(\$\))$'. 35

net/sf/maventaglib/checker/TldChecker.java

Error Line
Info Catching 'Throwable' is not allowed. 124
Info Catching 'Throwable' is not allowed. 183
Info Catching 'Throwable' is not allowed. 226