Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
34817311

Files

FilesIWE
org/apache/commons/jelly/tags/fmt/BundleTag.java 2261
org/apache/commons/jelly/tags/fmt/Config.java 082
org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java 010
org/apache/commons/jelly/tags/fmt/FormatDateTag.java 2391
org/apache/commons/jelly/tags/fmt/LocalizationContext.java 040
org/apache/commons/jelly/tags/fmt/MessageTag.java 2211
org/apache/commons/jelly/tags/fmt/ParamTag.java 040
org/apache/commons/jelly/tags/fmt/SetBundleTag.java 0121
org/apache/commons/jelly/tags/fmt/SetLocaleTag.java 2350
org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java 0131
org/apache/commons/jelly/tags/fmt/TimeZoneTag.java 094
org/apache/commons/jelly/tags/fmt/package.html 010

org/apache/commons/jelly/tags/fmt/BundleTag.java

ErrorLine
Warning Wrong order for 'java.util.Enumeration' import. 23
Error Unused import - java.util.Enumeration. 23
Warning Missing a Javadoc comment. 43
Warning Field 'EMPTY_LOCALE' is used in only one method. 43
Warning Missing a Javadoc comment. 49
Warning Missing a Javadoc comment. 50
Warning First sentence should end with a period. 51
Warning Field 'ebasename' is used in only one method. 52
Warning First sentence should end with a period. 53
Warning Missing a Javadoc comment. 60
Warning Missing a Javadoc comment. 66
Warning Missing a Javadoc comment. 72
Warning Missing a Javadoc comment. 76
Warning Expected @param tag for 'output'. 88
Warning Expected @throws tag for 'JellyTagException'. 88
Warning Expected an @return tag. 118
Warning Unused @param tag for 'pageContext'. 151
Info Cyclomatic Complexity is 19 (max allowed is 10). 159
Info NPath Complexity is 1¨?008 (max allowed is 200). 159
Warning Expected @param tag for 'jc'. 159
Warning Avoid nested blocks. 170
Warning Avoid nested blocks. 186
Warning method call child at indentation level 16 not at correct indentation, 20 204
Warning Must have at least one statement. 208
Warning Must have at least one statement. 215
Warning Missing a Javadoc comment. 245
Warning method call child at indentation level 12 not at correct indentation, 16 250
Warning if child at indentation level 16 not at correct indentation, 20 257
Warning Must have at least one statement. 276

org/apache/commons/jelly/tags/fmt/Config.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2002,2004 The Apache Software Foundation.'. 2
Error Unused import - org.apache.commons.jelly.JellyContext. 19
Warning First sentence should end with a period. 33
Warning assign at indentation level 4 not at correct indentation, 8 38
Warning First sentence should end with a period. 40
Warning assign at indentation level 4 not at correct indentation, 8 44
Warning First sentence should end with a period. 46
Warning assign at indentation level 4 not at correct indentation, 8 50
Warning First sentence should end with a period. 52
Warning assign at indentation level 4 not at correct indentation, 8 56

org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java

ErrorLine
Warning First sentence should end with a period. 32

org/apache/commons/jelly/tags/fmt/FormatDateTag.java

ErrorLine
Error Unused import - org.apache.commons.jelly.Tag. 20
Warning Wrong order for 'java.text.DateFormat' import. 26
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 43
Warning Field 'SHORT' is used in only one method. 43
Warning Missing a Javadoc comment. 44
Warning Field 'MEDIUM' is used in only one method. 44
Warning Missing a Javadoc comment. 45
Warning Field 'LONG' is used in only one method. 45
Warning Missing a Javadoc comment. 46
Warning Field 'FULL' is used in only one method. 46
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 49
Warning Field 'TIME' is used in only one method. 49
Warning Missing a Javadoc comment. 50
Warning Field 'DATETIME' is used in only one method. 50
Warning First sentence should end with a period. 76
Warning First sentence should end with a period. 78
Warning First sentence should end with a period. 80
Warning First sentence should end with a period. 83
Info Cyclomatic Complexity is 34 (max allowed is 10). 91
Info NPath Complexity is 150¨?528 (max allowed is 200). 91
Warning Expected @param tag for 'output'. 91
Warning Expected @throws tag for 'JellyTagException'. 91
Warning Il y a un espace de trop avant ')'. 95
Warning '}' should be on the same line. 111
Warning if child at indentation level 12 not at correct indentation, 16 165
Warning '}' should be on the same line. 191
Warning '}' should be on the same line. 195
Warning Il manque un espace apr?Æs ','. 201
Warning Unused @param tag for 'dataStyle'. 223
Warning Expected @param tag for 'dateStyle'. 226
Warning Missing a Javadoc comment. 273
Warning method call child at indentation level 12 not at correct indentation, 16 278
Warning method call child at indentation level 12 not at correct indentation, 16 279
Warning method call child at indentation level 12 not at correct indentation, 16 282
Warning method call child at indentation level 12 not at correct indentation, 16 283
Warning method call child at indentation level 12 not at correct indentation, 16 286
Warning method call child at indentation level 12 not at correct indentation, 16 287
Warning method call child at indentation level 12 not at correct indentation, 16 288
Warning Missing a Javadoc comment. 307
Warning method def throws at indentation level 4 not at correct indentation, 8 308

org/apache/commons/jelly/tags/fmt/LocalizationContext.java

ErrorLine
Warning Missing a Javadoc comment. 41
Warning 'private' modifier out of order with the JLS suggestions. 41
Warning Missing a Javadoc comment. 44
Warning 'private' modifier out of order with the JLS suggestions. 44

org/apache/commons/jelly/tags/fmt/MessageTag.java

ErrorLine
Warning Wrong order for 'java.text.MessageFormat' import. 26
Warning Missing a Javadoc comment. 42
Warning Field 'UNDEFINED_KEY' is used in only one method. 42
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 47
Warning Field 'locCtxt' is used in only one method. 47
Warning Missing a Javadoc comment. 49
Warning Missing a Javadoc comment. 51
Warning Missing a Javadoc comment. 53
Warning First sentence should end with a period. 55
Warning Expected @param tag for 'arg'. 63
Info Cyclomatic Complexity is 28 (max allowed is 10). 67
Warning Missing a Javadoc comment. 67
Info NPath Complexity is 4¨?320 (max allowed is 200). 67
Warning '}' should be on the same line. 74
Warning Must have at least one statement. 111
Error 'bundle' hides a field. 120
Warning '}' should be on the same line. 148
Warning Line is longer than 100 characters. 150
Warning Il y a un espace de trop apr?Æs '('. 150
Warning Il y a un espace de trop avant ')'. 150
Warning '}' should be on the same line. 152
Warning '}' should be on the same line. 156

org/apache/commons/jelly/tags/fmt/ParamTag.java

ErrorLine
Warning First sentence should end with a period. 37
Warning Expected @param tag for 'output'. 45
Warning Expected @throws tag for 'JellyTagException'. 45
Warning '}' should be on the same line. 58

org/apache/commons/jelly/tags/fmt/SetBundleTag.java

ErrorLine
Warning Wrong order for 'java.util.Locale' import. 22
Error Unused import - java.util.Locale. 22
Warning Missing a Javadoc comment. 33
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 37
Warning First sentence should end with a period. 39
Warning Expected @param tag for 'output'. 47
Warning Expected @throws tag for 'JellyTagException'. 47
Warning Avoid inline conditionals. 56
Warning '}' should be on the same line. 60
Warning Missing a Javadoc comment. 66
Warning Missing a Javadoc comment. 70
Warning Missing a Javadoc comment. 74

org/apache/commons/jelly/tags/fmt/SetLocaleTag.java

ErrorLine
Warning Wrong order for 'java.util.Locale' import. 24
Warning Missing a Javadoc comment. 36
Warning Field 'HYPHEN' is used in only one method. 36
Warning Missing a Javadoc comment. 37
Warning Field 'UNDERSCORE' is used in only one method. 37
Warning Missing a Javadoc comment. 39
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 43
Warning First sentence should end with a period. 45
Warning Expected @param tag for 'output'. 53
Warning Expected @throws tag for 'JellyTagException'. 53
Warning '}' should be on the same line. 79
Warning Missing a Javadoc comment. 86
Warning Missing a Javadoc comment. 90
Warning Missing a Javadoc comment. 94
Warning Expected an @return tag. 104
Warning Expected @param tag for 'locale'. 104
Warning Unused @throws tag for 'IllegalArgumentException'. 123
Info Cyclomatic Complexity is 12 (max allowed is 10). 126
Warning if child at indentation level 8 not at correct indentation, 12 134
Warning Il manque un espace avant '+'. 136
Warning Il manque un espace apr?Æs '+'. 136
Warning 'if' construct must use '{}'s. 144
Warning 'else' construct must use '{}'s. 146
Warning 'if' construct must use '{}'s. 149
Warning 'else' construct must use '{}'s. 151
Info Cyclomatic Complexity is 12 (max allowed is 10). 208
Warning Missing a Javadoc comment. 208
Warning Must have at least one statement. 224
Warning Must have at least one statement. 234
Warning Must have at least one statement. 259
Warning Missing a Javadoc comment. 282
Warning Il manque un espace avant '='. 285
Warning Il manque un espace apr?Æs '='. 285
Warning Il manque un espace avant '<'. 285
Warning Il manque un espace apr?Æs '<'. 285
Warning if child at indentation level 16 not at correct indentation, 20 292

org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java

ErrorLine
Error Unused import - org.apache.commons.jelly.Tag. 20
Warning Wrong order for 'java.util.TimeZone' import. 23
Warning Missing a Javadoc comment. 34
Warning Missing a Javadoc comment. 36
Warning Field 'var' is used in only one method. 36
Warning Missing a Javadoc comment. 38
Warning First sentence should end with a period. 40
Warning Expected @param tag for 'output'. 48
Warning Expected @throws tag for 'JellyTagException'. 48
Warning '}' should be on the same line. 59
Warning '}' should be on the same line. 72
Warning Missing a Javadoc comment. 78
Warning Missing a Javadoc comment. 82
Warning Missing a Javadoc comment. 86

org/apache/commons/jelly/tags/fmt/TimeZoneTag.java

ErrorLine
Warning Wrong order for 'java.util.Enumeration' import. 24
Error Unused import - java.util.Enumeration. 24
Error Unused import - java.util.Locale. 25
Error Unused import - java.util.ResourceBundle. 26
Error Unused import - java.util.MissingResourceException. 27
Warning Missing a Javadoc comment. 41
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 48
Warning Missing a Javadoc comment. 54
Warning Expected @param tag for 'output'. 66
Warning Expected @throws tag for 'JellyTagException'. 66
Warning '}' should be on the same line. 74
Warning Missing a Javadoc comment. 111

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

ErrorLine
Warning Missing package documentation file.0