Checkstyle Results

The following document contains the results of Checkstyle 10.14.0 with struts_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
64 0 0 1706

Files

File  I  W  E
org/apache/struts/tiles/ActionController.java 0 0 18
org/apache/struts/tiles/AttributeDefinition.java 0 0 6
org/apache/struts/tiles/ComponentContext.java 0 0 20
org/apache/struts/tiles/ComponentDefinition.java 0 0 53
org/apache/struts/tiles/ComponentDefinitionsFactory.java 0 0 8
org/apache/struts/tiles/Controller.java 0 0 7
org/apache/struts/tiles/ControllerSupport.java 0 0 18
org/apache/struts/tiles/DefinitionAttribute.java 0 0 3
org/apache/struts/tiles/DefinitionNameAttribute.java 0 0 7
org/apache/struts/tiles/DefinitionsFactory.java 0 0 9
org/apache/struts/tiles/DefinitionsFactoryConfig.java 0 0 16
org/apache/struts/tiles/DefinitionsFactoryException.java 0 0 10
org/apache/struts/tiles/DefinitionsUtil.java 0 0 35
org/apache/struts/tiles/DirectStringAttribute.java 0 0 3
org/apache/struts/tiles/FactoryNotFoundException.java 0 0 9
org/apache/struts/tiles/NoSuchDefinitionException.java 0 0 7
org/apache/struts/tiles/PathAttribute.java 0 0 3
org/apache/struts/tiles/RedeployableActionServlet.java 0 0 5
org/apache/struts/tiles/TilesException.java 0 0 12
org/apache/struts/tiles/TilesPlugin.java 0 0 23
org/apache/struts/tiles/TilesRequestProcessor.java 0 0 37
org/apache/struts/tiles/TilesUtil.java 0 0 39
org/apache/struts/tiles/TilesUtilImpl.java 0 0 39
org/apache/struts/tiles/TilesUtilStrutsImpl.java 0 0 3
org/apache/struts/tiles/TilesUtilStrutsModulesImpl.java 0 0 23
org/apache/struts/tiles/UntypedAttribute.java 0 0 11
org/apache/struts/tiles/UrlController.java 0 0 20
org/apache/struts/tiles/actions/DefinitionDispatcherAction.java 0 0 13
org/apache/struts/tiles/actions/ReloadDefinitionsAction.java 0 0 8
org/apache/struts/tiles/actions/TilesAction.java 0 0 14
org/apache/struts/tiles/actions/ViewDefinitionsAction.java 0 0 12
org/apache/struts/tiles/beans/MenuItem.java 0 0 18
org/apache/struts/tiles/beans/SimpleMenuItem.java 0 0 18
org/apache/struts/tiles/commands/TilesPreProcessor.java 0 0 25
org/apache/struts/tiles/definition/ComponentDefinitionsFactoryWrapper.java 0 0 17
org/apache/struts/tiles/definition/ReloadableDefinitionsFactory.java 0 0 23
org/apache/struts/tiles/package-info.java 0 0 13
org/apache/struts/tiles/taglib/AddTag.java 0 0 24
org/apache/struts/tiles/taglib/AddTagParent.java 0 0 2
org/apache/struts/tiles/taglib/AttributeToScopeTag.java 0 0 51
org/apache/struts/tiles/taglib/ComponentConstants.java 0 0 17
org/apache/struts/tiles/taglib/DefinitionTag.java 0 0 18
org/apache/struts/tiles/taglib/DefinitionTagSupport.java 0 0 11
org/apache/struts/tiles/taglib/GetAttributeTag.java 0 0 57
org/apache/struts/tiles/taglib/GetTag.java 0 0 1
org/apache/struts/tiles/taglib/ImportAttributeTag.java 0 0 69
org/apache/struts/tiles/taglib/InitDefinitionsTag.java 0 0 31
org/apache/struts/tiles/taglib/InsertTag.java 0 0 129
org/apache/struts/tiles/taglib/PutListTag.java 0 0 21
org/apache/struts/tiles/taglib/PutListTagParent.java 0 0 2
org/apache/struts/tiles/taglib/PutTag.java 0 0 40
org/apache/struts/tiles/taglib/PutTagParent.java 0 0 3
org/apache/struts/tiles/taglib/UseAttributeTag.java 0 0 70
org/apache/struts/tiles/taglib/UseAttributeTei.java 0 0 14
org/apache/struts/tiles/taglib/package-info.java 0 0 2
org/apache/struts/tiles/taglib/util/TagUtils.java 0 0 45
org/apache/struts/tiles/xmlDefinition/DefinitionsFactory.java 0 0 23
org/apache/struts/tiles/xmlDefinition/FactorySet.java 0 0 65
org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java 0 0 34
org/apache/struts/tiles/xmlDefinition/XmlAttribute.java 0 0 14
org/apache/struts/tiles/xmlDefinition/XmlDefinition.java 0 0 114
org/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet.java 0 0 52
org/apache/struts/tiles/xmlDefinition/XmlListAttribute.java 0 0 33
org/apache/struts/tiles/xmlDefinition/XmlParser.java 0 0 159

Rules

Category Rule Violations Severity
blocks LeftCurly 138  Error
NeedBraces 37  Error
RightCurly 15  Error
coding MagicNumber 1  Error
SimplifyBooleanExpression 3  Error
design DesignForExtension 1  Error
HideUtilityClassConstructor 2  Error
InterfaceIsType 1  Error
VisibilityModifier
  • protectedAllowed: "true"
1  Error
header RegexpHeader
  • header
    1: /
    2: *
    3: s*
    4: 
    5: *
    6: s*
    7: $Id.*
    8: $
    9: 
    10: *
    11: s*
    12: 
    13: *
    14: s*Copyright
    15: d{4}(-
    16: d{4}|,
    17: d{4})* The Apache Software Fou
    18: datio
    19: .
    20: 
    21: *
    22: s*
    23: 
    24: *
    25: s*Lice
    26: sed u
    27: der the Apache Lice
    28: se, Versio
    29:  2
    30: .0
    31: (the .Lice
    32: se.
    33: );
    34: 
    35: *
    36: s*you may
    37: ot use this file except i
    38:  complia
    39: ce with the Lice
    40: se
    41: .
    42: 
    43: *
    44: s*You may obtai
    45:  a copy of the Lice
    46: se at
    47: 
    48: *
    49: s*
    50: 
    51: *
    52: s*http://www
    53: .apache
    54: .org/lice
    55: ses/LICENSE
    56: -2
    57: .0
    58: 
    59: *
    60: s*
    61: 
    62: *
    63: s*U
    64: less required by applicable law or agreed to i
    65:  writi
    66: g, software
    67: 
    68: *
    69: s*distributed u
    70: der the Lice
    71: se is distributed o
    72:  a
    73:  .AS IS. BASIS,
    74: 
    75: *
    76: s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied
    77: .
    78: 
    79: *
    80: s*See the Lice
    81: se for the specific la
    82: guage gover
    83: i
    84: g permissio
    85: s a
    86: d
    87: 
    88: *
    89: s*limitatio
    90: s u
    91: der the Lice
    92: se
    93: .
    94: 
    95: */
    96: s*
64  Error
javadoc InvalidJavadocPosition 2  Error
JavadocMethod
  • validateThrows: "true"
296  Error
JavadocPackage
  • allowLegacy: "true"
6  Error
JavadocStyle 19  Error
JavadocVariable 18  Error
MissingJavadocMethod 3  Error
misc ArrayTypeStyle 2  Error
FinalParameters 466  Error
NewlineAtEndOfFile 24  Error
modifier ModifierOrder 19  Error
RedundantModifier 34  Error
naming ConstantName 2  Error
LocalVariableName 20  Error
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
31  Error
whitespace MethodParamPad 12  Error
NoWhitespaceBefore 3  Error
OperatorWrap 6  Error
ParenPad 311  Error
WhitespaceAfter 72  Error
WhitespaceAround 97  Error

Details

org/apache/struts/tiles/ActionController.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter action should be final. 50
 Error misc FinalParameters Parameter tileContext should be final. 68
 Error misc FinalParameters Parameter request should be final. 69
 Error misc FinalParameters Parameter response should be final. 70
 Error misc FinalParameters Parameter servletContext should be final. 71
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 72
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 72
 Error sizes LineLength Line is longer than 120 characters (found 211). 83
 Error misc FinalParameters Parameter tileContext should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'tileContext'. 86
 Error misc FinalParameters Parameter request should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'request'. 87
 Error misc FinalParameters Parameter response should be final. 88
 Error javadoc JavadocMethod Expected @param tag for 'response'. 88
 Error misc FinalParameters Parameter servletContext should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 89
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 90

org/apache/struts/tiles/AttributeDefinition.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Error javadoc JavadocMethod @return tag should be present and have description. 37
 Error modifier RedundantModifier Redundant 'public' modifier. 37
 Error modifier RedundantModifier Redundant 'public' modifier. 42
 Error javadoc JavadocMethod Expected @param tag for 'role'. 42

org/apache/struts/tiles/ComponentContext.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter attributes should be final. 58
 Error misc FinalParameters Parameter newAttributes should be final. 71
 Error misc FinalParameters Parameter defaultAttributes should be final. 87
 Error misc FinalParameters Parameter name should be final. 109
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Error misc FinalParameters Parameter name should be final. 134
 Error misc FinalParameters Parameter value should be final. 134
 Error misc FinalParameters Parameter beanName should be final. 149
 Error misc FinalParameters Parameter pageContext should be final. 149
 Error misc FinalParameters Parameter beanName should be final. 167
 Error misc FinalParameters Parameter scope should be final. 168
 Error misc FinalParameters Parameter pageContext should be final. 169
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 171
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 184
 Error misc FinalParameters Parameter request should be final. 184
 Error blocks RightCurly '}' at column 9 should be alone on a line. 187
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 196
 Error misc FinalParameters Parameter context should be final. 197
 Error misc FinalParameters Parameter request should be final. 198

org/apache/struts/tiles/ComponentDefinition.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 45
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error misc FinalParameters Parameter definition should be final. 111
 Error javadoc JavadocMethod Expected @param tag for 'definition'. 111
 Error misc FinalParameters Parameter definition should be final. 135
 Error javadoc JavadocMethod Expected @param tag for 'definition'. 135
 Error misc FinalParameters Parameter name should be final. 143
 Error javadoc JavadocMethod Expected @param tag for 'name'. 143
 Error misc FinalParameters Parameter path should be final. 143
 Error javadoc JavadocMethod Expected @param tag for 'path'. 143
 Error misc FinalParameters Parameter attributes should be final. 143
 Error javadoc JavadocMethod Expected @param tag for 'attributes'. 143
 Error misc FinalParameters Parameter aName should be final. 163
 Error misc FinalParameters Parameter page should be final. 181
 Error misc FinalParameters Parameter aPath should be final. 199
 Error misc FinalParameters Parameter template should be final. 218
 Error misc FinalParameters Parameter role should be final. 235
 Error misc FinalParameters Parameter key should be final. 254
 Error javadoc JavadocMethod Expected @param tag for 'key'. 254
 Error javadoc JavadocStyle First sentence should end with a period. 258
 Error misc FinalParameters Parameter key should be final. 264
 Error misc FinalParameters Parameter value should be final. 264
 Error misc FinalParameters Parameter name should be final. 274
 Error misc FinalParameters Parameter content should be final. 274
 Error sizes LineLength Line is longer than 120 characters (found 152). 283
 Error misc FinalParameters Parameter name should be final. 285
 Error misc FinalParameters Parameter content should be final. 285
 Error misc FinalParameters Parameter direct should be final. 285
 Error sizes LineLength Line is longer than 120 characters (found 152). 294
 Error misc FinalParameters Parameter name should be final. 297
 Error misc FinalParameters Parameter content should be final. 297
 Error misc FinalParameters Parameter direct should be final. 297
 Error misc FinalParameters Parameter role should be final. 297
 Error coding SimplifyBooleanExpression Expression can be simplified. 298
 Error misc FinalParameters Parameter name should be final. 314
 Error misc FinalParameters Parameter content should be final. 314
 Error misc FinalParameters Parameter type should be final. 314
 Error misc FinalParameters Parameter role should be final. 314
 Error javadoc JavadocMethod @return tag should be present and have description. 348
 Error javadoc JavadocMethod @return tag should be present and have description. 370
 Error misc FinalParameters Parameter controllerType should be final. 379
 Error misc FinalParameters Parameter controller should be final. 390
 Error misc FinalParameters Parameter controller should be final. 402
 Error javadoc JavadocMethod @return tag should be present and have description. 412
 Error misc FinalParameters Parameter url should be final. 422
 Error misc FinalParameters Parameter controller should be final. 466
 Error javadoc JavadocMethod Expected @param tag for 'controller'. 466
 Error misc FinalParameters Parameter name should be final. 484
 Error misc FinalParameters Parameter controllerType should be final. 484
 Error misc FinalParameters Parameter classname should be final. 520

org/apache/struts/tiles/ComponentDefinitionsFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 41
 Error javadoc JavadocMethod @return tag should be present and have description. 52
 Error sizes LineLength Line is longer than 120 characters (found 173). 52
 Error modifier RedundantModifier Redundant 'public' modifier. 52
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 Error sizes LineLength Line is longer than 120 characters (found 125). 63
 Error modifier RedundantModifier Redundant 'public' modifier. 63

org/apache/struts/tiles/Controller.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier RedundantModifier Redundant 'public' modifier. 51
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 56
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 56
 Error modifier RedundantModifier Redundant 'public' modifier. 67
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 72

org/apache/struts/tiles/ControllerSupport.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter tileContext should be final. 52
 Error misc FinalParameters Parameter request should be final. 53
 Error misc FinalParameters Parameter response should be final. 54
 Error misc FinalParameters Parameter servletContext should be final. 55
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 56
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 56
 Error sizes LineLength Line is longer than 120 characters (found 211). 60
 Error misc FinalParameters Parameter tileContext should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'tileContext'. 63
 Error misc FinalParameters Parameter request should be final. 64
 Error javadoc JavadocMethod Expected @param tag for 'request'. 64
 Error misc FinalParameters Parameter response should be final. 65
 Error javadoc JavadocMethod Expected @param tag for 'response'. 65
 Error misc FinalParameters Parameter servletContext should be final. 66
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 66
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 67

org/apache/struts/tiles/DefinitionAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error misc FinalParameters Parameter value should be final. 31

org/apache/struts/tiles/DefinitionNameAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter value should be final. 34
 Error javadoc JavadocMethod Expected @param tag for 'value'. 34
 Error misc FinalParameters Parameter value should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'value'. 41
 Error misc FinalParameters Parameter role should be final. 41
 Error javadoc JavadocMethod Expected @param tag for 'role'. 41

org/apache/struts/tiles/DefinitionsFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 47
 Error javadoc JavadocMethod @return tag should be present and have description. 58
 Error modifier RedundantModifier Redundant 'public' modifier. 58
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error modifier RedundantModifier Redundant 'public' modifier. 70
 Error modifier RedundantModifier Redundant 'public' modifier. 77
 Error modifier RedundantModifier Redundant 'public' modifier. 89
 Error modifier RedundantModifier Redundant 'public' modifier. 96

org/apache/struts/tiles/DefinitionsFactoryConfig.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter initParameters should be final. 127
 Error misc FinalParameters Parameter moduleAware should be final. 144
 Error misc FinalParameters Parameter aFactoryClassname should be final. 160
 Error javadoc JavadocStyle Unclosed HTML tag found: <code> when in validating mode. 166
 Error misc FinalParameters Parameter aParserValidate should be final. 176
 Error misc FinalParameters Parameter aDefinitionConfigFiles should be final. 192
 Error misc FinalParameters Parameter name should be final. 201
 Error misc FinalParameters Parameter value should be final. 201
 Error misc FinalParameters Parameter name should be final. 210
 Error misc FinalParameters Parameter properties should be final. 261
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 275
 Error misc FinalParameters Parameter properties should be final. 275
 Error javadoc JavadocMethod @return tag should be present and have description. 303
 Error misc FinalParameters Parameter factoryName should be final. 310

org/apache/struts/tiles/DefinitionsFactoryException.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 37
 Error misc FinalParameters Parameter message should be final. 45
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 46
 Error misc FinalParameters Parameter e should be final. 56
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 57
 Error misc FinalParameters Parameter message should be final. 68
 Error misc FinalParameters Parameter e should be final. 68
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 69

org/apache/struts/tiles/DefinitionsUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error design VisibilityModifier Variable 'userDebugLevel' must be private and have accessor methods. 48
 Error misc FinalParameters Parameter servletContext should be final. 95
 Error misc FinalParameters Parameter properties should be final. 96
 Error misc FinalParameters Parameter classname should be final. 97
 Error blocks NeedBraces 'if' construct must use '{}'s. 113
 Error misc FinalParameters Parameter servletContext should be final. 128
 Error misc FinalParameters Parameter properties should be final. 129
 Error sizes LineLength Line is longer than 120 characters (found 128). 140
 Error misc FinalParameters Parameter servletContext should be final. 148
 Error misc FinalParameters Parameter servletConfig should be final. 149
 Error sizes LineLength Line is longer than 120 characters (found 128). 167
 Error misc FinalParameters Parameter servletContext should be final. 177
 Error misc FinalParameters Parameter servletConfig should be final. 178
 Error misc FinalParameters Parameter checkIfExist should be final. 179
 Error blocks NeedBraces 'if' construct must use '{}'s. 185
 Error misc FinalParameters Parameter servletContext should be final. 199
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 199
 Error misc FinalParameters Parameter request should be final. 207
 Error javadoc JavadocMethod Expected @param tag for 'request'. 207
 Error misc FinalParameters Parameter request should be final. 216
 Error javadoc JavadocMethod Expected @param tag for 'request'. 216
 Error misc FinalParameters Parameter definition should be final. 217
 Error javadoc JavadocMethod Expected @param tag for 'definition'. 217
 Error misc FinalParameters Parameter request should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'request'. 227
 Error misc FinalParameters Parameter definition should be final. 228
 Error javadoc JavadocMethod Expected @param tag for 'definition'. 228
 Error misc FinalParameters Parameter factoryConfig should be final. 245
 Error misc FinalParameters Parameter servletConfig should be final. 246
 Error javadoc JavadocMethod @return tag should be present and have description. 261
 Error misc FinalParameters Parameter servletConfig should be final. 261
 Error misc FinalParameters Parameter config should be final. 295
 Error javadoc JavadocMethod Expected @param tag for 'config'. 295

org/apache/struts/tiles/DirectStringAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error misc FinalParameters Parameter value should be final. 31

org/apache/struts/tiles/FactoryNotFoundException.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 29
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 36
 Error whitespace ParenPad '(' is followed by whitespace. 43
 Error misc FinalParameters Parameter msg should be final. 43
 Error whitespace ParenPad ')' is preceded with whitespace. 43
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 44
 Error misc FinalParameters Parameter msg should be final. 54
 Error misc FinalParameters Parameter e should be final. 54

org/apache/struts/tiles/NoSuchDefinitionException.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 29
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 36
 Error whitespace ParenPad '(' is followed by whitespace. 43
 Error misc FinalParameters Parameter msg should be final. 43
 Error whitespace ParenPad ')' is preceded with whitespace. 43
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 44

org/apache/struts/tiles/PathAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error misc FinalParameters Parameter value should be final. 31

org/apache/struts/tiles/RedeployableActionServlet.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design DesignForExtension Class 'RedeployableActionServlet' looks like designed for extension (can be subclassed), but the method 'getRequestProcessor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RedeployableActionServlet' final or making the method 'getRequestProcessor' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error misc FinalParameters Parameter config should be final. 60
 Error whitespace OperatorWrap '+' should be on a new line. 68

org/apache/struts/tiles/TilesException.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 38
 Error misc FinalParameters Parameter message should be final. 46
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 47
 Error misc FinalParameters Parameter e should be final. 57
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 58
 Error misc FinalParameters Parameter message should be final. 69
 Error misc FinalParameters Parameter e should be final. 69
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 70
 Error whitespace MethodParamPad '(' is preceded with whitespace. 80
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 81

org/apache/struts/tiles/TilesPlugin.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 99
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 99
 Error misc FinalParameters Parameter moduleAware should be final. 117
 Error misc FinalParameters Parameter servlet should be final. 133
 Error misc FinalParameters Parameter moduleConfig should be final. 133
 Error whitespace OperatorWrap '+' should be on a new line. 162
 Error misc FinalParameters Parameter servletContext should be final. 212
 Error misc FinalParameters Parameter moduleConfig should be final. 213
 Error misc FinalParameters Parameter factoryConfig should be final. 214
 Error javadoc JavadocMethod Expected @throws tag for 'UnavailableException'. 224
 Error whitespace OperatorWrap '+' should be on a new line. 227
 Error javadoc JavadocMethod @return tag should be present and have description. 268
 Error misc FinalParameters Parameter servlet should be final. 270
 Error misc FinalParameters Parameter config should be final. 271
 Error javadoc JavadocMethod @return tag should be present and have description. 323
 Error misc FinalParameters Parameter servlet should be final. 324
 Error misc FinalParameters Parameter config should be final. 325
 Error misc FinalParameters Parameter config should be final. 341
 Error misc FinalParameters Parameter tilesUtilImplClassname should be final. 391
 Error misc FinalParameters Parameter plugInConfigObject should be final. 408

org/apache/struts/tiles/TilesRequestProcessor.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 66
 Error misc FinalParameters Parameter servlet should be final. 76
 Error misc FinalParameters Parameter moduleConfig should be final. 76
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 87
 Error misc FinalParameters Parameter definitionName should be final. 131
 Error misc FinalParameters Parameter contextRelative should be final. 132
 Error misc FinalParameters Parameter request should be final. 133
 Error misc FinalParameters Parameter response should be final. 134
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 135
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 135
 Error misc FinalParameters Parameter definitionName should be final. 156
 Error misc FinalParameters Parameter request should be final. 157
 Error misc FinalParameters Parameter response should be final. 158
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 159
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 159
 Error whitespace NoWhitespaceBefore ',' is preceded with whitespace. 264
 Error misc FinalParameters Parameter uri should be final. 284
 Error misc FinalParameters Parameter request should be final. 285
 Error misc FinalParameters Parameter response should be final. 286
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 287
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 287
 Error misc FinalParameters Parameter request should be final. 312
 Error misc FinalParameters Parameter response should be final. 313
 Error misc FinalParameters Parameter forward should be final. 314
 Error misc FinalParameters Parameter uri should be final. 352
 Error misc FinalParameters Parameter request should be final. 353
 Error misc FinalParameters Parameter response should be final. 354
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 355
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 355
 Error misc FinalParameters Parameter uri should be final. 376
 Error misc FinalParameters Parameter request should be final. 377
 Error misc FinalParameters Parameter response should be final. 378
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 379
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 379
 Error javadoc JavadocMethod @return tag should be present and have description. 391

org/apache/struts/tiles/TilesUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 44
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 53
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 63
 Error misc FinalParameters Parameter tilesUtil should be final. 63
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Error misc FinalParameters Parameter uri should be final. 93
 Error misc FinalParameters Parameter request should be final. 94
 Error misc FinalParameters Parameter response should be final. 95
 Error misc FinalParameters Parameter servletContext should be final. 96
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 97
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 97
 Error misc FinalParameters Parameter uri should be final. 113
 Error misc FinalParameters Parameter request should be final. 114
 Error misc FinalParameters Parameter response should be final. 115
 Error misc FinalParameters Parameter servletContext should be final. 116
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 117
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 117
 Error misc FinalParameters Parameter uri should be final. 130
 Error misc FinalParameters Parameter pageContext should be final. 130
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 131
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 131
 Error misc FinalParameters Parameter uri should be final. 144
 Error misc FinalParameters Parameter pageContext should be final. 144
 Error misc FinalParameters Parameter flush should be final. 144
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 145
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 145
 Error misc FinalParameters Parameter request should be final. 154
 Error javadoc JavadocMethod Expected @param tag for 'request'. 154
 Error misc FinalParameters Parameter servletContext should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 155
 Error misc FinalParameters Parameter servletContext should be final. 173
 Error misc FinalParameters Parameter factoryConfig should be final. 174
 Error javadoc JavadocMethod @return tag should be present and have description. 190
 Error misc FinalParameters Parameter definitionName should be final. 191
 Error misc FinalParameters Parameter request should be final. 192
 Error misc FinalParameters Parameter servletContext should be final. 193

org/apache/struts/tiles/TilesUtilImpl.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 53
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 65
 Error whitespace OperatorWrap '+' should be on a new line. 75
 Error misc FinalParameters Parameter uri should be final. 89
 Error misc FinalParameters Parameter request should be final. 90
 Error misc FinalParameters Parameter response should be final. 91
 Error javadoc JavadocMethod Expected @param tag for 'response'. 91
 Error misc FinalParameters Parameter servletContext should be final. 92
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 93
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 93
 Error misc FinalParameters Parameter uri should be final. 109
 Error misc FinalParameters Parameter request should be final. 110
 Error misc FinalParameters Parameter response should be final. 111
 Error misc FinalParameters Parameter servletContext should be final. 112
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 113
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 113
 Error misc FinalParameters Parameter uri should be final. 127
 Error misc FinalParameters Parameter pageContext should be final. 127
 Error misc FinalParameters Parameter flush should be final. 127
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 128
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 128
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 139
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 140
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 141
 Error misc FinalParameters Parameter request should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'request'. 155
 Error misc FinalParameters Parameter servletContext should be final. 156
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 156
 Error misc FinalParameters Parameter servletContext should be final. 176
 Error misc FinalParameters Parameter factoryConfig should be final. 177
 Error misc FinalParameters Parameter classname should be final. 202
 Error misc FinalParameters Parameter factory should be final. 246
 Error misc FinalParameters Parameter servletContext should be final. 247

org/apache/struts/tiles/TilesUtilStrutsImpl.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter servletContext should be final. 44
 Error misc FinalParameters Parameter moduleConfig should be final. 45

org/apache/struts/tiles/TilesUtilStrutsModulesImpl.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter uri should be final. 62
 Error misc FinalParameters Parameter request should be final. 63
 Error misc FinalParameters Parameter response should be final. 64
 Error misc FinalParameters Parameter servletContext should be final. 65
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 66
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 66
 Error misc FinalParameters Parameter uri should be final. 81
 Error misc FinalParameters Parameter request should be final. 82
 Error misc FinalParameters Parameter response should be final. 83
 Error misc FinalParameters Parameter servletContext should be final. 84
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 85
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 85
 Error misc FinalParameters Parameter request should be final. 97
 Error misc FinalParameters Parameter servletContext should be final. 98
 Error misc FinalParameters Parameter servletContext should be final. 112
 Error misc FinalParameters Parameter moduleConfig should be final. 113
 Error misc FinalParameters Parameter factory should be final. 126
 Error misc FinalParameters Parameter servletContext should be final. 127
 Error misc FinalParameters Parameter request should be final. 140
 Error misc FinalParameters Parameter servletContext should be final. 141
 Error misc FinalParameters Parameter request should be final. 159
 Error misc FinalParameters Parameter servletContext should be final. 160

org/apache/struts/tiles/UntypedAttribute.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error misc FinalParameters Parameter value should be final. 41
 Error misc FinalParameters Parameter value should be final. 50
 Error misc FinalParameters Parameter role should be final. 50
 Error javadoc JavadocMethod @return tag should be present and have description. 58
 Error misc FinalParameters Parameter role should be final. 66
 Error javadoc JavadocMethod @return tag should be present and have description. 73
 Error misc FinalParameters Parameter value should be final. 81
 Error javadoc JavadocMethod @return tag should be present and have description. 88

org/apache/struts/tiles/UrlController.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter url should be final. 47
 Error misc FinalParameters Parameter tileContext should be final. 65
 Error misc FinalParameters Parameter request should be final. 66
 Error misc FinalParameters Parameter response should be final. 67
 Error misc FinalParameters Parameter servletContext should be final. 68
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 69
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 69
 Error sizes LineLength Line is longer than 120 characters (found 211). 81
 Error misc FinalParameters Parameter tileContext should be final. 84
 Error javadoc JavadocMethod Expected @param tag for 'tileContext'. 84
 Error misc FinalParameters Parameter request should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'request'. 85
 Error misc FinalParameters Parameter response should be final. 86
 Error javadoc JavadocMethod Expected @param tag for 'response'. 86
 Error misc FinalParameters Parameter servletContext should be final. 87
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 87
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 88
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 92

org/apache/struts/tiles/actions/DefinitionDispatcherAction.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 77
 Error javadoc JavadocMethod @return tag should be present and have description. 94
 Error misc FinalParameters Parameter mapping should be final. 96
 Error misc FinalParameters Parameter form should be final. 97
 Error misc FinalParameters Parameter request should be final. 98
 Error misc FinalParameters Parameter response should be final. 99
 Error misc FinalParameters Parameter response should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'response'. 155
 Error misc FinalParameters Parameter msg should be final. 155
 Error javadoc JavadocMethod Expected @param tag for 'msg'. 155
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 156

org/apache/struts/tiles/actions/ReloadDefinitionsAction.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 67
 Error misc FinalParameters Parameter mapping should be final. 67
 Error misc FinalParameters Parameter form should be final. 68
 Error misc FinalParameters Parameter request should be final. 69
 Error misc FinalParameters Parameter response should be final. 70
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 72

org/apache/struts/tiles/actions/TilesAction.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 61
 Error misc FinalParameters Parameter mapping should be final. 62
 Error misc FinalParameters Parameter form should be final. 63
 Error misc FinalParameters Parameter request should be final. 64
 Error misc FinalParameters Parameter response should be final. 65
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 71
 Error javadoc JavadocMethod @return tag should be present and have description. 97
 Error misc FinalParameters Parameter context should be final. 98
 Error misc FinalParameters Parameter mapping should be final. 99
 Error misc FinalParameters Parameter form should be final. 100
 Error misc FinalParameters Parameter request should be final. 101
 Error misc FinalParameters Parameter response should be final. 102

org/apache/struts/tiles/actions/ViewDefinitionsAction.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 64
 Error misc FinalParameters Parameter mapping should be final. 64
 Error misc FinalParameters Parameter form should be final. 65
 Error misc FinalParameters Parameter request should be final. 66
 Error misc FinalParameters Parameter response should be final. 67
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 76
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77

org/apache/struts/tiles/beans/MenuItem.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier RedundantModifier Redundant 'public' modifier. 35
 Error javadoc JavadocMethod Expected @param tag for 'value'. 35
 Error javadoc JavadocMethod @return tag should be present and have description. 40
 Error modifier RedundantModifier Redundant 'public' modifier. 40
 Error modifier RedundantModifier Redundant 'public' modifier. 45
 Error javadoc JavadocMethod Expected @param tag for 'link'. 45
 Error javadoc JavadocMethod @return tag should be present and have description. 50
 Error modifier RedundantModifier Redundant 'public' modifier. 50
 Error modifier RedundantModifier Redundant 'public' modifier. 55
 Error javadoc JavadocMethod Expected @param tag for 'link'. 55
 Error javadoc JavadocMethod @return tag should be present and have description. 60
 Error modifier RedundantModifier Redundant 'public' modifier. 60
 Error modifier RedundantModifier Redundant 'public' modifier. 65
 Error javadoc JavadocMethod Expected @param tag for 'link'. 65
 Error javadoc JavadocMethod @return tag should be present and have description. 70
 Error modifier RedundantModifier Redundant 'public' modifier. 70

org/apache/struts/tiles/beans/SimpleMenuItem.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error misc FinalParameters Parameter value should be final. 51
 Error javadoc JavadocMethod Expected @param tag for 'value'. 51
 Error javadoc JavadocMethod @return tag should be present and have description. 58
 Error misc FinalParameters Parameter link should be final. 65
 Error javadoc JavadocMethod Expected @param tag for 'link'. 65
 Error javadoc JavadocMethod @return tag should be present and have description. 72
 Error misc FinalParameters Parameter icon should be final. 79
 Error javadoc JavadocMethod Expected @param tag for 'icon'. 79
 Error javadoc JavadocMethod @return tag should be present and have description. 86
 Error misc FinalParameters Parameter tooltip should be final. 93
 Error javadoc JavadocMethod Expected @param tag for 'tooltip'. 93
 Error javadoc JavadocMethod @return tag should be present and have description. 100
 Error javadoc JavadocMethod @return tag should be present and have description. 107

org/apache/struts/tiles/commands/TilesPreProcessor.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 60
 Error misc FinalParameters Parameter sacontext should be final. 94
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 94
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 99
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 107
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 111
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 117
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 119
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 140
 Error whitespace ParenPad '(' is followed by whitespace. 214
 Error whitespace ParenPad ')' is preceded with whitespace. 214
 Error misc FinalParameters Parameter context should be final. 228
 Error misc FinalParameters Parameter uri should be final. 229
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 230
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 230
 Error misc FinalParameters Parameter context should be final. 246
 Error misc FinalParameters Parameter uri should be final. 247
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 248
 Error javadoc JavadocMethod Expected @throws tag for 'ServletException'. 248
 Error misc FinalParameters Parameter context should be final. 268
 Error misc FinalParameters Parameter uri should be final. 268

org/apache/struts/tiles/definition/ComponentDefinitionsFactoryWrapper.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error misc FinalParameters Parameter factory should be final. 64
 Error misc FinalParameters Parameter name should be final. 86
 Error misc FinalParameters Parameter request should be final. 87
 Error misc FinalParameters Parameter servletContext should be final. 88
 Error javadoc JavadocMethod Expected @throws tag for 'NoSuchDefinitionException'. 89
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 89
 Error misc FinalParameters Parameter config should be final. 99
 Error misc FinalParameters Parameter servletContext should be final. 99
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 100
 Error misc FinalParameters Parameter config should be final. 126
 Error misc FinalParameters Parameter servletContext should be final. 127
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 128
 Error misc FinalParameters Parameter classname should be final. 164
 Error misc FinalParameters Parameter config should be final. 210

org/apache/struts/tiles/definition/ReloadableDefinitionsFactory.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter servletContext should be final. 76
 Error misc FinalParameters Parameter servletConfig should be final. 77
 Error misc FinalParameters Parameter servletContext should be final. 92
 Error misc FinalParameters Parameter properties should be final. 93
 Error misc FinalParameters Parameter servletContext should be final. 112
 Error misc FinalParameters Parameter properties should be final. 113
 Error misc FinalParameters Parameter classname should be final. 114
 Error misc FinalParameters Parameter servletContext should be final. 162
 Error misc FinalParameters Parameter properties should be final. 163
 Error javadoc JavadocMethod @return tag should be present and have description. 180
 Error misc FinalParameters Parameter servletContext should be final. 181
 Error misc FinalParameters Parameter properties should be final. 182
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 183
 Error javadoc JavadocMethod @return tag should be present and have description. 204
 Error misc FinalParameters Parameter definitionName should be final. 205
 Error misc FinalParameters Parameter request should be final. 206
 Error misc FinalParameters Parameter servletContext should be final. 207
 Error misc FinalParameters Parameter servletContext should be final. 223
 Error misc FinalParameters Parameter servletContext should be final. 250
 Error misc FinalParameters Parameter properties should be final. 250
 Error misc FinalParameters Parameter config should be final. 275
 Error javadoc JavadocMethod Expected @param tag for 'config'. 275

org/apache/struts/tiles/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error sizes LineLength Line is longer than 120 characters (found 312). 34
 Error sizes LineLength Line is longer than 120 characters (found 455). 44
 Error sizes LineLength Line is longer than 120 characters (found 121). 55
 Error sizes LineLength Line is longer than 120 characters (found 154). 56
 Error sizes LineLength Line is longer than 120 characters (found 236). 73
 Error sizes LineLength Line is longer than 120 characters (found 134). 89
 Error sizes LineLength Line is longer than 120 characters (found 127). 90
 Error sizes LineLength Line is longer than 120 characters (found 142). 122
 Error sizes LineLength Line is longer than 120 characters (found 132). 209
 Error sizes LineLength Line is longer than 120 characters (found 167). 235
 Error sizes LineLength Line is longer than 120 characters (found 164). 261

org/apache/struts/tiles/taglib/AddTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 46
 Error whitespace ParenPad '(' is followed by whitespace. 49
 Error whitespace ParenPad ')' is preceded with whitespace. 49
 Error javadoc JavadocMethod @return tag should be present and have description. 56
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 58
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 59
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 60
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 60
 Error whitespace ParenPad '(' is followed by whitespace. 60
 Error whitespace ParenPad ')' is preceded with whitespace. 60
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 61
 Error whitespace ParenPad '(' is followed by whitespace. 62
 Error whitespace ParenPad ')' is preceded with whitespace. 62
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 65
 Error whitespace WhitespaceAfter 'catch' is not followed by whitespace. 66
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 66
 Error whitespace ParenPad '(' is followed by whitespace. 66
 Error whitespace ParenPad ')' is preceded with whitespace. 66
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 67
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace NoWhitespaceBefore ',' is preceded with whitespace. 68

org/apache/struts/tiles/taglib/AddTagParent.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 36

org/apache/struts/tiles/taglib/AttributeToScopeTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 69
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 70
 Error misc FinalParameters Parameter property should be final. 80
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 81
 Error misc FinalParameters Parameter scope should be final. 90
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 91
 Error javadoc JavadocMethod @return tag should be present and have description. 103
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 104
 Error blocks NeedBraces 'if' construct must use '{}'s. 105
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 105
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 105
 Error whitespace ParenPad '(' is followed by whitespace. 105
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 105
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 105
 Error whitespace ParenPad ')' is preceded with whitespace. 105
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error sizes LineLength Line is longer than 120 characters (found 153). 108
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 108
 Error whitespace ParenPad '(' is followed by whitespace. 108
 Error blocks NeedBraces 'if' construct must use '{}'s. 110
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 110
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 110
 Error whitespace ParenPad '(' is followed by whitespace. 110
 Error whitespace ParenPad ')' is preceded with whitespace. 110
 Error sizes LineLength Line is longer than 120 characters (found 134). 111
 Error whitespace MethodParamPad '(' is preceded with whitespace. 111
 Error whitespace ParenPad '(' is followed by whitespace. 111
 Error whitespace ParenPad ')' is preceded with whitespace. 111
 Error blocks NeedBraces 'if' construct must use '{}'s. 114
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 114
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 114
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad ')' is preceded with whitespace. 114
 Error sizes LineLength Line is longer than 120 characters (found 153). 115
 Error whitespace MethodParamPad '(' is preceded with whitespace. 115
 Error whitespace ParenPad '(' is followed by whitespace. 115
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 115
 Error whitespace ParenPad ')' is preceded with whitespace. 115
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 117
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 117
 Error whitespace ParenPad '(' is followed by whitespace. 117
 Error whitespace ParenPad ')' is preceded with whitespace. 117
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 118
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 121
 Error blocks NeedBraces 'else' construct must use '{}'s. 122
 Error javadoc JavadocMethod @return tag should be present and have description. 137
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 138

org/apache/struts/tiles/taglib/ComponentConstants.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error design InterfaceIsType interfaces should describe a type and hence have methods. 29
 Error modifier RedundantModifier Redundant 'public' modifier. 32
 Error modifier RedundantModifier Redundant 'static' modifier. 32
 Error modifier RedundantModifier Redundant 'final' modifier. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error modifier RedundantModifier Redundant 'public' modifier. 34
 Error modifier RedundantModifier Redundant 'static' modifier. 34
 Error modifier RedundantModifier Redundant 'final' modifier. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error modifier RedundantModifier Redundant 'public' modifier. 35
 Error modifier RedundantModifier Redundant 'static' modifier. 35
 Error modifier RedundantModifier Redundant 'final' modifier. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error modifier RedundantModifier Redundant 'public' modifier. 36
 Error modifier RedundantModifier Redundant 'static' modifier. 36
 Error modifier RedundantModifier Redundant 'final' modifier. 36

org/apache/struts/tiles/taglib/DefinitionTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocStyle First sentence should end with a period. 60
 Error misc FinalParameters Parameter name should be final. 90
 Error javadoc JavadocMethod Expected @param tag for 'name'. 90
 Error misc FinalParameters Parameter content should be final. 90
 Error javadoc JavadocMethod Expected @param tag for 'content'. 90
 Error misc FinalParameters Parameter nestedTag should be final. 101
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 101
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 101
 Error misc FinalParameters Parameter nestedTag should be final. 129
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 129
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 129
 Error sizes LineLength Line is longer than 120 characters (found 143). 143
 Error misc FinalParameters Parameter id should be final. 162
 Error misc FinalParameters Parameter aScope should be final. 178
 Error misc FinalParameters Parameter definitionName should be final. 186
 Error javadoc JavadocMethod @return tag should be present and have description. 202
 Error javadoc JavadocMethod @return tag should be present and have description. 230

org/apache/struts/tiles/taglib/DefinitionTagSupport.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error misc FinalParameters Parameter controllerType should be final. 89
 Error misc FinalParameters Parameter controller should be final. 100
 Error misc FinalParameters Parameter controller should be final. 111
 Error misc FinalParameters Parameter controller should be final. 123
 Error misc FinalParameters Parameter controller should be final. 136
 Error misc FinalParameters Parameter role should be final. 155
 Error misc FinalParameters Parameter page should be final. 164
 Error misc FinalParameters Parameter template should be final. 193

org/apache/struts/tiles/taglib/GetAttributeTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error misc FinalParameters Parameter attribute should be final. 73
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 82
 Error misc FinalParameters Parameter value should be final. 91
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 92
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 102
 Error misc FinalParameters Parameter ignore should be final. 111
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 112
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 122
 Error misc FinalParameters Parameter role should be final. 130
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 139
 Error javadoc JavadocMethod @return tag should be present and have description. 147
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 150
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 150
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is preceded with whitespace. 150
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 151
 Error sizes LineLength Line is longer than 120 characters (found 144). 156
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 156
 Error whitespace ParenPad '(' is followed by whitespace. 156
 Error blocks NeedBraces 'if' construct must use '{}'s. 158
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 158
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 158
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad ')' is preceded with whitespace. 158
 Error whitespace MethodParamPad '(' is preceded with whitespace. 159
 Error whitespace ParenPad '(' is followed by whitespace. 159
 Error whitespace ParenPad ')' is preceded with whitespace. 159
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 162
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 162
 Error whitespace ParenPad '(' is followed by whitespace. 162
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 163
 Error blocks NeedBraces 'if' construct must use '{}'s. 164
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 164
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 164
 Error coding SimplifyBooleanExpression Expression can be simplified. 164
 Error whitespace ParenPad ')' is preceded with whitespace. 164
 Error sizes LineLength Line is longer than 120 characters (found 131). 165
 Error whitespace MethodParamPad '(' is preceded with whitespace. 165
 Error whitespace ParenPad '(' is followed by whitespace. 165
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 165
 Error whitespace ParenPad ')' is preceded with whitespace. 165
 Error blocks NeedBraces 'else' construct must use '{}'s. 166
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 172
 Error whitespace ParenPad '(' is followed by whitespace. 173
 Error whitespace ParenPad ')' is preceded with whitespace. 173
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 174
 Error whitespace WhitespaceAfter 'catch' is not followed by whitespace. 175
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 175
 Error whitespace ParenPad '(' is followed by whitespace. 175
 Error whitespace ParenPad ')' is preceded with whitespace. 175
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 176
 Error whitespace MethodParamPad '(' is preceded with whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 178

org/apache/struts/tiles/taglib/GetTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

org/apache/struts/tiles/taglib/ImportAttributeTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 85
 Error misc FinalParameters Parameter name should be final. 94
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 95
 Error misc FinalParameters Parameter scope should be final. 103
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 104
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 113
 Error misc FinalParameters Parameter ignore should be final. 123
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 124
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 135
 Error javadoc JavadocMethod @return tag should be present and have description. 147
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 148
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 151
 Error blocks NeedBraces 'if' construct must use '{}'s. 153
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 153
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 153
 Error whitespace ParenPad '(' is followed by whitespace. 153
 Error whitespace ParenPad ')' is preceded with whitespace. 153
 Error whitespace MethodParamPad '(' is preceded with whitespace. 154
 Error whitespace ParenPad '(' is followed by whitespace. 154
 Error whitespace ParenPad ')' is preceded with whitespace. 155
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad ')' is preceded with whitespace. 158
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 161
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 161
 Error whitespace ParenPad '(' is followed by whitespace. 161
 Error whitespace ParenPad ')' is preceded with whitespace. 161
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 162
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 165
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 165
 Error whitespace ParenPad '(' is followed by whitespace. 165
 Error whitespace ParenPad ')' is preceded with whitespace. 165
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 166
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 167
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 167
 Error blocks LeftCurly '{' at column 11 should be on the previous line. 168
 Error whitespace MethodParamPad '(' is preceded with whitespace. 169
 Error whitespace ParenPad '(' is followed by whitespace. 169
 Error whitespace OperatorWrap '+' should be on a new line. 169
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 169
 Error whitespace ParenPad ')' is preceded with whitespace. 170
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 172
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 174
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 177
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 179
 Error whitespace WhitespaceAfter 'while' is not followed by whitespace. 181
 Error whitespace WhitespaceAround 'while' is not followed by whitespace. 181
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 182
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error blocks NeedBraces 'if' construct must use '{}'s. 185
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 185
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 185
 Error whitespace MethodParamPad '(' is preceded with whitespace. 186
 Error whitespace ParenPad '(' is followed by whitespace. 186
 Error whitespace ParenPad ')' is preceded with whitespace. 187
 Error blocks NeedBraces 'else' construct must use '{}'s. 188
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 194
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 194
 Error whitespace ParenPad '(' is followed by whitespace. 194
 Error whitespace ParenPad ')' is preceded with whitespace. 194
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 195
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 195
 Error whitespace MethodParamPad '(' is preceded with whitespace. 196
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 197
 Error javadoc JavadocMethod @return tag should be present and have description. 213
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 214

org/apache/struts/tiles/taglib/InitDefinitionsTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter name should be final. 63
 Error javadoc JavadocMethod Expected @param tag for 'name'. 63
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error misc FinalParameters Parameter classname should be final. 70
 Error javadoc JavadocMethod Expected @param tag for 'classname'. 70
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error javadoc JavadocMethod @return tag should be present and have description. 77
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 77
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 78
 Error blocks NeedBraces 'if' construct must use '{}'s. 82
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 82
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is preceded with whitespace. 82
 Error whitespace ParenPad '(' is followed by whitespace. 86
 Error whitespace ParenPad ')' is preceded with whitespace. 86
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 93
 Error whitespace WhitespaceAfter 'catch' is not followed by whitespace. 94
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 94
 Error whitespace ParenPad '(' is followed by whitespace. 94
 Error whitespace ParenPad ')' is preceded with whitespace. 94
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 95
 Error whitespace ParenPad '(' is followed by whitespace. 97
 Error whitespace ParenPad ')' is preceded with whitespace. 97
 Error javadoc JavadocMethod @return tag should be present and have description. 105
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 105

org/apache/struts/tiles/taglib/InsertTag.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 74
 Error misc FinalParameters Parameter pc should be final. 181
 Error javadoc JavadocMethod Expected @param tag for 'pc'. 181
 Error javadoc JavadocMethod @return tag should be present and have description. 189
 Error misc FinalParameters Parameter value should be final. 196
 Error javadoc JavadocMethod Expected @param tag for 'value'. 196
 Error javadoc JavadocMethod @return tag should be present and have description. 203
 Error misc FinalParameters Parameter name should be final. 210
 Error javadoc JavadocMethod Expected @param tag for 'name'. 210
 Error misc FinalParameters Parameter name should be final. 217
 Error javadoc JavadocMethod Expected @param tag for 'name'. 217
 Error javadoc JavadocMethod @return tag should be present and have description. 224
 Error misc FinalParameters Parameter value should be final. 231
 Error javadoc JavadocMethod Expected @param tag for 'value'. 231
 Error misc FinalParameters Parameter value should be final. 238
 Error javadoc JavadocMethod Expected @param tag for 'value'. 238
 Error javadoc JavadocMethod @return tag should be present and have description. 245
 Error misc FinalParameters Parameter value should be final. 252
 Error javadoc JavadocMethod Expected @param tag for 'value'. 252
 Error javadoc JavadocMethod @return tag should be present and have description. 259
 Error misc FinalParameters Parameter value should be final. 266
 Error javadoc JavadocMethod Expected @param tag for 'value'. 266
 Error javadoc JavadocMethod @return tag should be present and have description. 273
 Error misc FinalParameters Parameter flush should be final. 280
 Error javadoc JavadocMethod Expected @param tag for 'flush'. 280
 Error javadoc JavadocMethod @return tag should be present and have description. 287
 Error misc FinalParameters Parameter ignore should be final. 294
 Error javadoc JavadocMethod Expected @param tag for 'ignore'. 294
 Error javadoc JavadocMethod @return tag should be present and have description. 301
 Error misc FinalParameters Parameter name should be final. 311
 Error javadoc JavadocMethod Expected @param tag for 'name'. 311
 Error misc FinalParameters Parameter value should be final. 311
 Error javadoc JavadocMethod Expected @param tag for 'value'. 311
 Error misc FinalParameters Parameter nestedTag should be final. 321
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 321
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 321
 Error misc FinalParameters Parameter nestedTag should be final. 340
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 340
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 340
 Error sizes LineLength Line is longer than 120 characters (found 150). 352
 Error misc FinalParameters Parameter nestedTag should be final. 363
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 363
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 363
 Error javadoc JavadocMethod @return tag should be present and have description. 379
 Error javadoc JavadocMethod @return tag should be present and have description. 396
 Error javadoc JavadocMethod @return tag should be present and have description. 421
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 421
 Error javadoc JavadocMethod @return tag should be present and have description. 455
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 455
 Error javadoc JavadocMethod @return tag should be present and have description. 470
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 470
 Error sizes LineLength Line is longer than 120 characters (found 184). 485
 Error javadoc JavadocMethod @return tag should be present and have description. 497
 Error misc FinalParameters Parameter value should be final. 497
 Error javadoc JavadocMethod Expected @param tag for 'value'. 497
 Error misc FinalParameters Parameter name should be final. 525
 Error javadoc JavadocMethod Expected @param tag for 'name'. 525
 Error javadoc JavadocMethod @return tag should be present and have description. 539
 Error misc FinalParameters Parameter url should be final. 539
 Error javadoc JavadocMethod Expected @param tag for 'url'. 539
 Error misc FinalParameters Parameter name should be final. 553
 Error misc FinalParameters Parameter definition should be final. 601
 Error misc FinalParameters Parameter beanName should be final. 651
 Error misc FinalParameters Parameter beanProperty should be final. 652
 Error misc FinalParameters Parameter beanScope should be final. 653
 Error misc FinalParameters Parameter name should be final. 686
 Error misc FinalParameters Parameter name should be final. 705
 Error misc FinalParameters Parameter value should be final. 732
 Error misc FinalParameters Parameter page should be final. 759
 Error misc FinalParameters Parameter flush should be final. 759
 Error javadoc JavadocMethod @return tag should be present and have description. 774
 Error modifier RedundantModifier Redundant 'public' modifier. 774
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 774
 Error javadoc JavadocMethod @return tag should be present and have description. 778
 Error modifier RedundantModifier Redundant 'public' modifier. 778
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 778
 Error modifier RedundantModifier Redundant 'public' modifier. 782
 Error javadoc JavadocMethod Expected @param tag for 'name'. 782
 Error javadoc JavadocMethod Expected @param tag for 'value'. 782
 Error javadoc JavadocVariable Missing a Javadoc comment. 794
 Error javadoc JavadocVariable Missing a Javadoc comment. 795
 Error javadoc JavadocVariable Missing a Javadoc comment. 796
 Error javadoc JavadocVariable Missing a Javadoc comment. 797
 Error javadoc JavadocVariable Missing a Javadoc comment. 798
 Error misc FinalParameters Parameter attributes should be final. 805
 Error javadoc JavadocMethod Expected @param tag for 'attributes'. 805
 Error misc FinalParameters Parameter page should be final. 806
 Error javadoc JavadocMethod Expected @param tag for 'page'. 806
 Error misc FinalParameters Parameter role should be final. 807
 Error javadoc JavadocMethod Expected @param tag for 'role'. 807
 Error misc FinalParameters Parameter controller should be final. 808
 Error javadoc JavadocMethod Expected @param tag for 'controller'. 808
 Error misc FinalParameters Parameter page should be final. 820
 Error javadoc JavadocMethod Expected @param tag for 'page'. 820
 Error misc FinalParameters Parameter role should be final. 820
 Error javadoc JavadocMethod Expected @param tag for 'role'. 820
 Error misc FinalParameters Parameter controller should be final. 820
 Error javadoc JavadocMethod Expected @param tag for 'controller'. 820
 Error javadoc JavadocMethod @return tag should be present and have description. 830
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 830
 Error misc FinalParameters Parameter name should be final. 848
 Error javadoc JavadocMethod Expected @param tag for 'name'. 848
 Error misc FinalParameters Parameter value should be final. 848
 Error javadoc JavadocMethod Expected @param tag for 'value'. 848
 Error javadoc JavadocMethod @return tag should be present and have description. 855
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 855
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 911
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 924
 Error misc FinalParameters Parameter ex should be final. 949
 Error misc FinalParameters Parameter msg should be final. 949
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 950
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 971
 Error javadoc JavadocMethod @return tag should be present and have description. 982
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 982
 Error misc FinalParameters Parameter request should be final. 983
 Error misc FinalParameters Parameter role should be final. 984
 Error javadoc JavadocStyle First sentence should end with a period. 1003
 Error misc FinalParameters Parameter value should be final. 1009
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1009
 Error javadoc JavadocMethod @return tag should be present and have description. 1016
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 1016
 Error misc FinalParameters Parameter name should be final. 1024
 Error javadoc JavadocMethod Expected @param tag for 'name'. 1024
 Error misc FinalParameters Parameter value should be final. 1024
 Error javadoc JavadocMethod Expected @param tag for 'value'. 1024
 Error javadoc JavadocMethod @return tag should be present and have description. 1030
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 1030

org/apache/struts/tiles/taglib/PutListTag.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter name should be final. 82
 Error javadoc JavadocMethod Expected @param tag for 'name'. 82
 Error javadoc JavadocMethod @return tag should be present and have description. 89
 Error misc FinalParameters Parameter role should be final. 97
 Error javadoc JavadocMethod @return tag should be present and have description. 104
 Error javadoc JavadocMethod @return tag should be present and have description. 111
 Error misc FinalParameters Parameter value should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'value'. 118
 Error misc FinalParameters Parameter nestedTag should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 133
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 133
 Error misc FinalParameters Parameter nestedTag should be final. 156
 Error javadoc JavadocMethod Expected @param tag for 'nestedTag'. 156
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 156
 Error javadoc JavadocMethod @return tag should be present and have description. 180
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 180
 Error javadoc JavadocMethod @return tag should be present and have description. 187
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 187
 Error javadoc JavadocMethod @return tag should be present and have description. 199

org/apache/struts/tiles/taglib/PutListTagParent.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 35

org/apache/struts/tiles/taglib/PutTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter value should be final. 158
 Error javadoc JavadocMethod Expected @param tag for 'value'. 158
 Error javadoc JavadocMethod @return tag should be present and have description. 165
 Error misc FinalParameters Parameter value should be final. 173
 Error javadoc JavadocMethod Expected @param tag for 'value'. 173
 Error javadoc JavadocMethod @return tag should be present and have description. 181
 Error misc FinalParameters Parameter value should be final. 188
 Error javadoc JavadocMethod Expected @param tag for 'value'. 188
 Error misc FinalParameters Parameter value should be final. 196
 Error javadoc JavadocMethod Expected @param tag for 'value'. 196
 Error misc FinalParameters Parameter value should be final. 204
 Error javadoc JavadocMethod Expected @param tag for 'value'. 204
 Error javadoc JavadocMethod @return tag should be present and have description. 212
 Error misc FinalParameters Parameter value should be final. 219
 Error javadoc JavadocMethod Expected @param tag for 'value'. 219
 Error misc FinalParameters Parameter isDirect should be final. 227
 Error javadoc JavadocMethod Expected @param tag for 'isDirect'. 227
 Error misc FinalParameters Parameter value should be final. 234
 Error javadoc JavadocMethod Expected @param tag for 'value'. 234
 Error javadoc JavadocMethod @return tag should be present and have description. 241
 Error misc FinalParameters Parameter value should be final. 248
 Error javadoc JavadocMethod Expected @param tag for 'value'. 248
 Error javadoc JavadocMethod @return tag should be present and have description. 255
 Error misc FinalParameters Parameter value should be final. 262
 Error javadoc JavadocMethod Expected @param tag for 'value'. 262
 Error javadoc JavadocMethod @return tag should be present and have description. 269
 Error misc FinalParameters Parameter value should be final. 276
 Error javadoc JavadocMethod Expected @param tag for 'value'. 276
 Error javadoc JavadocMethod @return tag should be present and have description. 283
 Error misc FinalParameters Parameter role should be final. 291
 Error javadoc JavadocStyle First sentence should end with a period. 295
 Error coding SimplifyBooleanExpression Expression can be simplified. 346
 Error javadoc JavadocMethod @return tag should be present and have description. 432
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 432
 Error javadoc JavadocStyle First sentence should end with a period. 446
 Error javadoc JavadocMethod @return tag should be present and have description. 451
 Error javadoc JavadocMethod @return tag should be present and have description. 463
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 463
 Error javadoc JavadocMethod @return tag should be present and have description. 487

org/apache/struts/tiles/taglib/PutTagParent.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error whitespace ParenPad ')' is preceded with whitespace. 35
 Error javadoc JavadocMethod Expected @throws tag for 'JspException'. 35

org/apache/struts/tiles/taglib/UseAttributeTag.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 96
 Error misc FinalParameters Parameter name should be final. 108
 Error misc FinalParameters Parameter value should be final. 117
 Error javadoc JavadocMethod Expected @param tag for 'value'. 117
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 117
 Error javadoc JavadocMethod @return tag should be present and have description. 124
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 125
 Error misc FinalParameters Parameter scope should be final. 134
 Error javadoc JavadocMethod @return tag should be present and have description. 141
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 142
 Error misc FinalParameters Parameter ignore should be final. 149
 Error javadoc JavadocMethod Expected @param tag for 'ignore'. 149
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 150
 Error javadoc JavadocMethod @return tag should be present and have description. 157
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 158
 Error javadoc JavadocMethod @return tag should be present and have description. 170
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 173
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Error blocks NeedBraces 'if' construct must use '{}'s. 174
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 174
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 174
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 174
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 175
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 175
 Error sizes LineLength Line is longer than 120 characters (found 144). 177
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error blocks NeedBraces 'if' construct must use '{}'s. 178
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 178
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error whitespace MethodParamPad '(' is preceded with whitespace. 179
 Error whitespace ParenPad '(' is followed by whitespace. 179
 Error whitespace ParenPad ')' is preceded with whitespace. 179
 Error blocks NeedBraces 'if' construct must use '{}'s. 183
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 183
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 183
 Error whitespace ParenPad '(' is followed by whitespace. 183
 Error whitespace ParenPad ')' is preceded with whitespace. 183
 Error blocks NeedBraces 'if' construct must use '{}'s. 184
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 184
 Error sizes LineLength Line is longer than 120 characters (found 136). 185
 Error whitespace MethodParamPad '(' is preceded with whitespace. 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error blocks NeedBraces 'else' construct must use '{}'s. 186
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 189
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 189
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 190
 Error whitespace ParenPad '(' is followed by whitespace. 191
 Error whitespace ParenPad ')' is preceded with whitespace. 191
 Error blocks NeedBraces 'if' construct must use '{}'s. 192
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 192
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 192
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 192
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 192
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 194
 Error blocks NeedBraces 'else' construct must use '{}'s. 195
 Error javadoc JavadocMethod @return tag should be present and have description. 210
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 211

org/apache/struts/tiles/taglib/UseAttributeTei.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error javadoc JavadocMethod @return tag should be present and have description. 42
 Error misc FinalParameters Parameter data should be final. 42
 Error javadoc JavadocMethod Expected @param tag for 'data'. 42
 Error blocks NeedBraces 'if' construct must use '{}'s. 45
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 45
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 45
 Error whitespace ParenPad '(' is followed by whitespace. 45
 Error whitespace ParenPad ')' is preceded with whitespace. 45
 Error blocks NeedBraces 'if' construct must use '{}'s. 48
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 48
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 48
 Error whitespace ParenPad '(' is followed by whitespace. 48
 Error whitespace ParenPad ')' is preceded with whitespace. 48

org/apache/struts/tiles/taglib/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

org/apache/struts/tiles/taglib/util/TagUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error naming ConstantName Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error naming ConstantName Name 'scopes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
 Error javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 59
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error misc FinalParameters Parameter scopeName should be final. 78
 Error misc FinalParameters Parameter defaultValue should be final. 78
 Error misc FinalParameters Parameter scopeName should be final. 104
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 109
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 109
 Error misc FinalParameters Parameter beanName should be final. 127
 Error misc FinalParameters Parameter scopeName should be final. 127
 Error misc FinalParameters Parameter pageContext should be final. 127
 Error misc FinalParameters Parameter beanName should be final. 148
 Error misc FinalParameters Parameter pageContext should be final. 148
 Error misc FinalParameters Parameter beanName should be final. 170
 Error misc FinalParameters Parameter scope should be final. 170
 Error misc FinalParameters Parameter pageContext should be final. 170
 Error javadoc JavadocMethod @return tag should be present and have description. 195
 Error misc FinalParameters Parameter beanName should be final. 196
 Error misc FinalParameters Parameter beanProperty should be final. 197
 Error misc FinalParameters Parameter beanScope should be final. 198
 Error misc FinalParameters Parameter pageContext should be final. 199
 Error misc FinalParameters Parameter pageContext should be final. 260
 Error misc FinalParameters Parameter name should be final. 261
 Error misc FinalParameters Parameter value should be final. 262
 Error misc FinalParameters Parameter scope should be final. 263
 Error blocks NeedBraces 'if' construct must use '{}'s. 266
 Error blocks NeedBraces 'if' construct must use '{}'s. 268
 Error blocks NeedBraces 'if' construct must use '{}'s. 270
 Error blocks NeedBraces 'if' construct must use '{}'s. 272
 Error blocks NeedBraces 'if' construct must use '{}'s. 274
 Error misc FinalParameters Parameter pageContext should be final. 290
 Error misc FinalParameters Parameter name should be final. 290
 Error misc FinalParameters Parameter beanValue should be final. 290
 Error misc FinalParameters Parameter pageContext should be final. 301
 Error misc FinalParameters Parameter exception should be final. 301
 Error javadoc JavadocMethod @return tag should be present and have description. 311
 Error misc FinalParameters Parameter name should be final. 311
 Error misc FinalParameters Parameter pageContext should be final. 311
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 324
 Error blocks NeedBraces 'if' construct must use '{}'s. 329

org/apache/struts/tiles/xmlDefinition/DefinitionsFactory.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 39
 Error javadoc JavadocMethod @return tag should be present and have description. 56
 Error misc FinalParameters Parameter name should be final. 56
 Error misc FinalParameters Parameter request should be final. 56
 Error misc FinalParameters Parameter servletContext should be final. 56
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 58
 Error misc FinalParameters Parameter definition should be final. 66
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 67
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error misc FinalParameters Parameter xmlDefinitions should be final. 77
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 79
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 86
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 86
 Error whitespace ParenPad '(' is followed by whitespace. 86
 Error whitespace ParenPad ')' is preceded with whitespace. 86
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 87
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad ')' is preceded with whitespace. 88
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 96

org/apache/struts/tiles/xmlDefinition/FactorySet.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error sizes LineLength Line is longer than 120 characters (found 121). 56
 Error modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 56
 Error modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 62
 Error javadoc JavadocMethod @return tag should be present and have description. 74
 Error misc FinalParameters Parameter key should be final. 74
 Error misc FinalParameters Parameter request should be final. 74
 Error misc FinalParameters Parameter servletContext should be final. 74
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 76
 Error blocks NeedBraces 'if' construct must use '{}'s. 77
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 77
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error whitespace ParenPad '(' is followed by whitespace. 80
 Error whitespace ParenPad ')' is preceded with whitespace. 80
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 81
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 81
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 82
 Error whitespace WhitespaceAfter 'synchronized' is not followed by whitespace. 86
 Error whitespace WhitespaceAround 'synchronized' is not followed by whitespace. 86
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 87
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad ')' is preceded with whitespace. 88
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 89
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 89
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 90
 Error whitespace ParenPad '(' is followed by whitespace. 91
 Error whitespace ParenPad '(' is followed by whitespace. 92
 Error whitespace ParenPad ')' is preceded with whitespace. 92
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 96
 Error javadoc JavadocMethod @return tag should be present and have description. 108
 Error misc FinalParameters Parameter name should be final. 108
 Error misc FinalParameters Parameter request should be final. 108
 Error misc FinalParameters Parameter servletContext should be final. 108
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 110
 Error blocks NeedBraces 'if' construct must use '{}'s. 111
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 111
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 111
 Error whitespace ParenPad '(' is followed by whitespace. 111
 Error whitespace ParenPad ')' is preceded with whitespace. 111
 Error javadoc JavadocMethod Expected @throws tag for 'FactoryNotFoundException'. 112
 Error whitespace ParenPad '(' is followed by whitespace. 112
 Error whitespace ParenPad ')' is preceded with whitespace. 112
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad '(' is followed by whitespace. 115
 Error whitespace ParenPad '(' is followed by whitespace. 116
 Error whitespace ParenPad ')' is preceded with whitespace. 116
 Error javadoc JavadocMethod @return tag should be present and have description. 129
 Error modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 129
 Error modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 137
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 138
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 144
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 153
 Error whitespace ParenPad '(' is followed by whitespace. 154
 Error whitespace ParenPad ')' is preceded with whitespace. 154
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 156
 Error whitespace ParenPad '(' is followed by whitespace. 157
 Error whitespace ParenPad ')' is preceded with whitespace. 157

org/apache/struts/tiles/xmlDefinition/I18nFactorySet.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 68
 Error misc ArrayTypeStyle Array brackets at illegal position. 92
 Error misc FinalParameters Parameter servletContext should be final. 152
 Error misc FinalParameters Parameter properties should be final. 152
 Error javadoc JavadocMethod Expected @throws tag for 'DefinitionsFactoryException'. 153
 Error misc FinalParameters Parameter servletContext should be final. 168
 Error misc FinalParameters Parameter properties should be final. 168
 Error javadoc JavadocMethod Expected @throws tag for 'FactoryNotFoundException'. 199
 Error misc FinalParameters Parameter servletContext should be final. 227
 Error misc FinalParameters Parameter proposedFilename should be final. 228
 Error javadoc JavadocMethod Expected @throws tag for 'FileNotFoundException'. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 240
 Error misc FinalParameters Parameter servletContext should be final. 278
 Error misc FinalParameters Parameter name should be final. 304
 Error misc FinalParameters Parameter request should be final. 305
 Error misc FinalParameters Parameter servletContext should be final. 306
 Error misc FinalParameters Parameter key should be final. 333
 Error misc FinalParameters Parameter request should be final. 334
 Error misc FinalParameters Parameter servletContext should be final. 335
 Error javadoc JavadocMethod @return tag should be present and have description. 399
 Error misc FinalParameters Parameter locale should be final. 399
 Error coding MagicNumber '3' is a magic number. 401
 Error misc FinalParameters Parameter servletContext should be final. 445
 Error javadoc JavadocMethod Expected @param tag for 'servletContext'. 445
 Error misc FinalParameters Parameter postfix should be final. 446
 Error misc FinalParameters Parameter xmlDefinitions should be final. 447
 Error misc FinalParameters Parameter servletContext should be final. 476
 Error misc FinalParameters Parameter filename should be final. 477
 Error misc FinalParameters Parameter xmlDefinitions should be final. 478
 Error misc FinalParameters Parameter name should be final. 558
 Error misc FinalParameters Parameter postfix should be final. 558

org/apache/struts/tiles/xmlDefinition/XmlAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error misc FinalParameters Parameter name should be final. 77
 Error javadoc JavadocMethod Expected @param tag for 'name'. 77
 Error misc FinalParameters Parameter value should be final. 77
 Error javadoc JavadocMethod Expected @param tag for 'value'. 77
 Error misc FinalParameters Parameter role should be final. 96
 Error misc FinalParameters Parameter aName should be final. 114
 Error misc FinalParameters Parameter aName should be final. 132
 Error misc FinalParameters Parameter aValue should be final. 156
 Error misc FinalParameters Parameter aValue should be final. 166
 Error misc FinalParameters Parameter body should be final. 175
 Error misc FinalParameters Parameter value should be final. 188
 Error misc FinalParameters Parameter value should be final. 197
 Error javadoc JavadocMethod @return tag should be present and have description. 204

org/apache/struts/tiles/xmlDefinition/XmlDefinition.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 33
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 44
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 57
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error misc FinalParameters Parameter attribute should be final. 68
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 69
 Error whitespace ParenPad '(' is followed by whitespace. 70
 Error whitespace ParenPad ')' is preceded with whitespace. 70
 Error misc FinalParameters Parameter name should be final. 78
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 79
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 89
 Error javadoc JavadocMethod @return tag should be present and have description. 97
 Error whitespace ParenPad '(' is followed by whitespace. 97
 Error whitespace ParenPad ')' is preceded with whitespace. 97
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 98
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 99
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is followed by whitespace. 106
 Error misc FinalParameters Parameter isVisited should be final. 106
 Error javadoc JavadocMethod Expected @param tag for 'isVisited'. 106
 Error whitespace ParenPad ')' is preceded with whitespace. 106
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 107
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error misc FinalParameters Parameter definitionsSet should be final. 118
 Error javadoc JavadocMethod Expected @param tag for 'definitionsSet'. 118
 Error whitespace ParenPad ')' is preceded with whitespace. 118
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 120
 Error blocks NeedBraces 'if' construct must use '{}'s. 122
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 122
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 122
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error whitespace ParenPad ')' is preceded with whitespace. 122
 Error whitespace ParenPad '(' is followed by whitespace. 129
 Error whitespace ParenPad ')' is preceded with whitespace. 129
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 133
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 133
 Error whitespace ParenPad '(' is followed by whitespace. 133
 Error whitespace ParenPad ')' is preceded with whitespace. 133
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 134
 Error whitespace OperatorWrap '+' should be on a new line. 137
 Error whitespace ParenPad '(' is followed by whitespace. 139
 Error whitespace ParenPad ')' is preceded with whitespace. 139
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error whitespace ParenPad '(' is followed by whitespace. 144
 Error whitespace ParenPad ')' is preceded with whitespace. 144
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 147
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 148
 Error blocks NeedBraces 'if' construct must use '{}'s. 149
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 149
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 149
 Error whitespace ParenPad '(' is followed by whitespace. 149
 Error whitespace ParenPad ')' is preceded with whitespace. 149
 Error whitespace ParenPad '(' is followed by whitespace. 150
 Error whitespace ParenPad ')' is preceded with whitespace. 150
 Error blocks NeedBraces 'if' construct must use '{}'s. 153
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 153
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 153
 Error whitespace ParenPad '(' is followed by whitespace. 153
 Error whitespace ParenPad ')' is preceded with whitespace. 153
 Error whitespace ParenPad '(' is followed by whitespace. 154
 Error whitespace ParenPad ')' is preceded with whitespace. 154
 Error blocks NeedBraces 'if' construct must use '{}'s. 155
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 155
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 155
 Error whitespace ParenPad '(' is followed by whitespace. 155
 Error whitespace ParenPad ')' is preceded with whitespace. 155
 Error whitespace ParenPad '(' is followed by whitespace. 156
 Error whitespace ParenPad ')' is preceded with whitespace. 156
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 157
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 157
 Error whitespace ParenPad '(' is followed by whitespace. 157
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 157
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 157
 Error whitespace ParenPad ')' is preceded with whitespace. 157
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 158
 Error whitespace ParenPad '(' is followed by whitespace. 159
 Error whitespace ParenPad '(' is followed by whitespace. 160
 Error whitespace ParenPad '(' is followed by whitespace. 172
 Error misc FinalParameters Parameter child should be final. 172
 Error whitespace ParenPad ')' is preceded with whitespace. 172
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 173
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 174
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 174
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 175
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 178
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 179
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 182
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 182
 Error whitespace ParenPad '(' is followed by whitespace. 182
 Error whitespace ParenPad ')' is preceded with whitespace. 182
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 183
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 186
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 186
 Error whitespace ParenPad '(' is followed by whitespace. 186
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 186
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 186
 Error whitespace ParenPad ')' is preceded with whitespace. 186
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 187
 Error whitespace ParenPad '(' is followed by whitespace. 192

org/apache/struts/tiles/xmlDefinition/XmlDefinitionsSet.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 33
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 41
 Error misc FinalParameters Parameter definition should be final. 49
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 50
 Error whitespace ParenPad '(' is followed by whitespace. 51
 Error whitespace ParenPad ')' is preceded with whitespace. 51
 Error javadoc JavadocMethod @return tag should be present and have description. 58
 Error misc FinalParameters Parameter name should be final. 58
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 59
 Error whitespace ParenPad '(' is followed by whitespace. 60
 Error whitespace ParenPad ')' is preceded with whitespace. 60
 Error javadoc JavadocMethod @return tag should be present and have description. 66
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 67
 Error javadoc JavadocMethod Expected @throws tag for 'NoSuchDefinitionException'. 74
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 75
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 77
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 77
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 78
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad ')' is preceded with whitespace. 79
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error misc FinalParameters Parameter child should be final. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Error blocks NeedBraces 'if' construct must use '{}'s. 91
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 91
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 91
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 91
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 91
 Error whitespace WhitespaceAfter 'for' is not followed by whitespace. 93
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 93
 Error whitespace ParenPad '(' is followed by whitespace. 93
 Error whitespace ParenPad ')' is preceded with whitespace. 93
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 94
 Error whitespace ParenPad ')' is preceded with whitespace. 95
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 96
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 96
 Error whitespace ParenPad '(' is followed by whitespace. 96
 Error whitespace ParenPad ')' is preceded with whitespace. 96
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 97
 Error whitespace ParenPad '(' is followed by whitespace. 98
 Error whitespace ParenPad ')' is preceded with whitespace. 98
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 99
 Error blocks NeedBraces 'else' construct must use '{}'s. 100
 Error whitespace ParenPad '(' is followed by whitespace. 101
 Error whitespace ParenPad ')' is preceded with whitespace. 101
 Error javadoc JavadocMethod @return tag should be present and have description. 107
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 108
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 109

org/apache/struts/tiles/xmlDefinition/XmlListAttribute.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 36
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 47
 Error whitespace ParenPad '(' is followed by whitespace. 57
 Error misc FinalParameters Parameter name should be final. 57
 Error misc FinalParameters Parameter value should be final. 57
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 58
 Error whitespace ParenPad '(' is followed by whitespace. 59
 Error whitespace ParenPad ')' is preceded with whitespace. 59
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error misc FinalParameters Parameter element should be final. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 69
 Error whitespace ParenPad '(' is followed by whitespace. 70
 Error whitespace ParenPad ')' is preceded with whitespace. 70
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error misc FinalParameters Parameter value should be final. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 78
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 82
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 82
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 83
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 84
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 86
 Error blocks NeedBraces 'else' construct must use '{}'s. 87
 Error whitespace ParenPad '(' is followed by whitespace. 88
 Error whitespace ParenPad ')' is preceded with whitespace. 88
 Error whitespace ParenPad '(' is followed by whitespace. 95
 Error misc FinalParameters Parameter value should be final. 95
 Error whitespace ParenPad ')' is preceded with whitespace. 95
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 96
 Error whitespace ParenPad '(' is followed by whitespace. 97
 Error whitespace ParenPad ')' is preceded with whitespace. 97

org/apache/struts/tiles/xmlDefinition/XmlParser.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Error misc ArrayTypeStyle Array brackets at illegal position. 51
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 65
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 72
 Error blocks LeftCurly '{' at column 11 should be on the previous line. 74
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad ')' is preceded with whitespace. 79
 Error whitespace ParenPad '(' is followed by whitespace. 85
 Error misc FinalParameters Parameter validating should be final. 85
 Error javadoc JavadocMethod Expected @param tag for 'validating'. 85
 Error whitespace ParenPad ')' is preceded with whitespace. 85
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 86
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad '(' is followed by whitespace. 96
 Error misc FinalParameters Parameter digester should be final. 96
 Error whitespace ParenPad ')' is preceded with whitespace. 96
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 97
 Error naming LocalVariableName Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Error naming LocalVariableName Name 'DEFINITION_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
 Error naming LocalVariableName Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
 Error naming LocalVariableName Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Error naming LocalVariableName Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Error whitespace ParenPad '(' is followed by whitespace. 112
 Error whitespace ParenPad ')' is preceded with whitespace. 112
 Error whitespace ParenPad '(' is followed by whitespace. 113
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad '(' is followed by whitespace. 116
 Error whitespace ParenPad '(' is followed by whitespace. 117
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 121
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error whitespace ParenPad '(' is followed by whitespace. 123
 Error whitespace ParenPad '(' is followed by whitespace. 127
 Error whitespace ParenPad '(' is followed by whitespace. 128
 Error whitespace ParenPad '(' is followed by whitespace. 129
 Error whitespace ParenPad '(' is followed by whitespace. 130
 Error whitespace ParenPad '(' is followed by whitespace. 138
 Error misc FinalParameters Parameter digester should be final. 138
 Error whitespace ParenPad ')' is preceded with whitespace. 138
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 139
 Error naming LocalVariableName Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 141
 Error naming LocalVariableName Name 'DEFINITION_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Error naming LocalVariableName Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 145
 Error naming LocalVariableName Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
 Error naming LocalVariableName Name 'DEF_LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 151
 Error naming LocalVariableName Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
 Error whitespace ParenPad '(' is followed by whitespace. 157
 Error whitespace ParenPad ')' is preceded with whitespace. 157
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad '(' is followed by whitespace. 159
 Error whitespace ParenPad '(' is followed by whitespace. 165
 Error whitespace ParenPad '(' is followed by whitespace. 166
 Error whitespace ParenPad '(' is followed by whitespace. 167
 Error whitespace ParenPad '(' is followed by whitespace. 168
 Error whitespace ParenPad '(' is followed by whitespace. 171
 Error whitespace ParenPad '(' is followed by whitespace. 172
 Error whitespace ParenPad '(' is followed by whitespace. 173
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad '(' is followed by whitespace. 179
 Error whitespace ParenPad '(' is followed by whitespace. 180
 Error naming LocalVariableName Name 'NESTED_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 184
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad '(' is followed by whitespace. 186
 Error whitespace ParenPad '(' is followed by whitespace. 187
 Error naming LocalVariableName Name 'ADD_WILDCARD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 194
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad '(' is followed by whitespace. 197
 Error whitespace ParenPad '(' is followed by whitespace. 198
 Error naming LocalVariableName Name 'BEAN_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 201
 Error whitespace ParenPad '(' is followed by whitespace. 203
 Error whitespace ParenPad '(' is followed by whitespace. 204
 Error whitespace ParenPad '(' is followed by whitespace. 205
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 208
 Error whitespace ParenPad '(' is followed by whitespace. 217
 Error misc FinalParameters Parameter digester should be final. 217
 Error whitespace ParenPad ')' is preceded with whitespace. 217
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 218
 Error naming LocalVariableName Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 220
 Error naming LocalVariableName Name 'INSTANCE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 221
 Error naming LocalVariableName Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 224
 Error naming LocalVariableName Name 'PUTATTRIBUTE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 225
 Error naming LocalVariableName Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 228
 Error naming LocalVariableName Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 231
 Error whitespace ParenPad '(' is followed by whitespace. 234
 Error whitespace ParenPad ')' is preceded with whitespace. 234
 Error whitespace ParenPad '(' is followed by whitespace. 235
 Error whitespace ParenPad '(' is followed by whitespace. 236
 Error whitespace ParenPad '(' is followed by whitespace. 238
 Error whitespace ParenPad '(' is followed by whitespace. 239
 Error whitespace ParenPad '(' is followed by whitespace. 240
 Error whitespace ParenPad '(' is followed by whitespace. 242
 Error whitespace ParenPad '(' is followed by whitespace. 243
 Error whitespace ParenPad '(' is followed by whitespace. 244
 Error whitespace ParenPad '(' is followed by whitespace. 246
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad '(' is followed by whitespace. 248
 Error whitespace ParenPad '(' is followed by whitespace. 252
 Error whitespace ParenPad '(' is followed by whitespace. 253
 Error whitespace ParenPad '(' is followed by whitespace. 254
 Error whitespace ParenPad '(' is followed by whitespace. 261
 Error misc FinalParameters Parameter digester should be final. 261
 Error whitespace ParenPad ')' is preceded with whitespace. 261
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 262
 Error whitespace ParenPad '(' is followed by whitespace. 263
 Error whitespace ParenPad ')' is preceded with whitespace. 263
 Error whitespace ParenPad '(' is followed by whitespace. 264
 Error whitespace ParenPad ')' is preceded with whitespace. 264
 Error whitespace ParenPad '(' is followed by whitespace. 265
 Error whitespace ParenPad ')' is preceded with whitespace. 265
 Error whitespace ParenPad '(' is followed by whitespace. 275
 Error misc FinalParameters Parameter in should be final. 275
 Error misc FinalParameters Parameter definitions should be final. 275
 Error whitespace ParenPad ')' is preceded with whitespace. 275
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 276
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 278
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 285
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 287
 Error misc FinalParameters Parameter args should be final. 297
 Error javadoc JavadocMethod Expected @param tag for 'args'. 297
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 298
 Error whitespace WhitespaceAfter 'if' is not followed by whitespace. 306
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 306
 Error whitespace ParenPad '(' is followed by whitespace. 306
 Error whitespace ParenPad ')' is preceded with whitespace. 306
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 307
 Error whitespace ParenPad '(' is followed by whitespace. 311
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 311
 Error whitespace ParenPad ')' is preceded with whitespace. 311
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 317
 Error whitespace ParenPad '(' is followed by whitespace. 319
 Error whitespace ParenPad ')' is preceded with whitespace. 319
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 322
 Error whitespace WhitespaceAfter 'catch' is not followed by whitespace. 323
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 323
 Error whitespace ParenPad '(' is followed by whitespace. 323
 Error whitespace ParenPad ')' is preceded with whitespace. 323
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 324
 Error whitespace ParenPad '(' is followed by whitespace. 325
 Error whitespace ParenPad ')' is preceded with whitespace. 325
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 329
 Error whitespace ParenPad '(' is followed by whitespace. 333
 Error whitespace ParenPad ')' is preceded with whitespace. 333
 Error whitespace ParenPad '(' is followed by whitespace. 334
 Error whitespace ParenPad '(' is followed by whitespace. 337
 Error whitespace ParenPad ')' is preceded with whitespace. 337
 Error whitespace ParenPad '(' is followed by whitespace. 338
 Error whitespace ParenPad ')' is preceded with whitespace. 338
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 339
 Error whitespace WhitespaceAfter 'catch' is not followed by whitespace. 340
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 340
 Error whitespace ParenPad '(' is followed by whitespace. 340
 Error whitespace ParenPad ')' is preceded with whitespace. 340
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 341
 Error whitespace ParenPad '(' is followed by whitespace. 342
 Error whitespace ParenPad ')' is preceded with whitespace. 342