Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
53001302

Rules

RulesViolationsSeverity
PackageHtml17error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod182error Error
JavadocType15error Error
JavadocVariable56error Error
JavadocStyle19error Error
ConstantName3error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName1error Error
MethodName0error Error
PackageName13error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName1error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/server/applications/geronimo-examples/geronimo-jsp-examples/target/checkstyle-header.txt"
36error Error
AvoidStarImport27error Error
IllegalImport0error Error
RedundantImport2error Error
UnusedImports23error Error
FileLength0error Error
LineLength
  • max: "120"
2error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter5error Error
NoWhitespaceBefore0error Error
OperatorWrap20error Error
ParenPad97error Error
TypecastParenPad0error Error
TabCharacter343error Error
WhitespaceAfter12error Error
WhitespaceAround66error Error
ModifierOrder0error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly5error Error
NeedBraces62error Error
RightCurly5error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
10error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber29error Error
MissingSwitchDefault1error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn1error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier45error Error
ArrayTypeStyle9error Error
FinalParameters113error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
78error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
compressionFilters/CompressionServletResponseWrapper.java0064
jsp2/examples/el/package.html001
util/HTMLFilter.java007
error/package.html001
validators/DebugValidator.java007
colors/ColorGameBean.java0082
filters/SetCharacterEncodingFilter.java0024
sessions/DummyCart.java0052
listeners/SessionListener.java0040
jsp2/examples/simpletag/RepeatSimpleTag.java0017
compressionFilters/CompressionResponseStream.java0048
checkbox/CheckTest.java0012
checkbox/package.html001
jsp2/examples/simpletag/EchoAttributesTag.java0042
examples/ExampleTagBase.java0026
jsp2/examples/simpletag/package.html001
jsp2/examples/simpletag/FindBookSimpleTag.java0018
jsp2/examples/package.html001
dates/JspCalendar.java00116
listeners/package.html001
validators/package.html001
compressionFilters/CompressionFilterTestServlet.java0012
examples/LogTag.java0021
examples/ShowSource.java0032
listeners/ContextListener.java0035
compressionFilters/CompressionFilter.java0032
filters/package.html001
colors/package.html001
examples/FooTag.java0036
jsp2/examples/simpletag/HelloWorldSimpleTag.java007
util/package.html001
filters/ExampleFilter.java0031
cal/Entries.java0033
package.html001
dates/package.html001
jsp2/examples/simpletag/ShuffleSimpleTag.java0065
cal/TableBean.java0044
error/Smart.java0016
servletToJsp.java0017
num/NumberGuessBean.java0023
compressionFilters/package.html001
filters/RequestDumperFilter.java00101
jsp2/examples/el/Functions.java0035
examples/package.html001
jsp2/examples/simpletag/TileSimpleTag.java0025
cal/Entry.java0020
examples/FooTagExtraInfo.java007
jsp2/examples/FooBean.java0012
sessions/package.html001
cal/package.html001
cal/JspCalendar.java00107
num/package.html001
jsp2/examples/BookBean.java0019

Details

compressionFilters/CompressionServletResponseWrapper.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorName 'compressionFilters' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.17
errorUnused import - java.io.OutputStream.20
errorUnused import - java.util.Locale.23
errorUnused import - javax.servlet.ServletRequest.24
errorUnused import - javax.servlet.ServletResponse.25
errorUnused import - javax.servlet.ServletException.26
errorDuplicate import to line 25 - javax.servlet.ServletResponse.28
errorUnused import - javax.servlet.ServletResponse.28
errorUnused import - javax.servlet.ServletResponseWrapper.29
errorParameter response should be final.51
errorExpected @param tag for 'response'.51
errorFirst sentence should end with a period.62
errorVariable 'origResponse' must be private and have accessor methods.66
errorName 'info' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
errorVariable 'stream' must be private and have accessor methods.79
errorVariable 'writer' must be private and have accessor methods.87
errorFirst sentence should end with a period.89
errorVariable 'threshold' must be private and have accessor methods.92
errorFirst sentence should end with a period.94
errorFirst sentence should end with a period.99
errorVariable 'contentType' must be private and have accessor methods.102
errorFirst sentence should end with a period.107
errorParameter contentType should be final.110
errorExpected @param tag for 'contentType'.110
error'+' is not preceded with whitespace.112
error'+' is not followed by whitespace.112
errorFirst sentence should end with a period.119
errorParameter threshold should be final.122
error'threshold' hides a field.122
errorExpected @param tag for 'threshold'.122
errorFirst sentence should end with a period.130
errorParameter debug should be final.133
error'debug' hides a field.133
errorExpected @param tag for 'debug'.133
errorExpected an @return tag.144
error'stream' hides a field.149
error'if' construct must use '{}'s.166
errorMust have at least one statement.169
error'cast' is not followed by whitespace.186
errorUnused @throws tag for 'IllegalStateException'.193
errorExpected an @return tag.197
error'if' construct must use '{}'s.199
error'if' construct must use '{}'s.202
error'+' is not preceded with whitespace.205
error'+' is not followed by whitespace.205
error'+' is not preceded with whitespace.205
error'+' is not followed by whitespace.205
errorUnused @throws tag for 'IllegalStateException'.215
errorExpected an @return tag.219
error'if' construct must use '{}'s.221
error'if' construct must use '{}'s.224
error'+' is not preceded with whitespace.229
error'+' is not followed by whitespace.229
error'+' is not preceded with whitespace.229
error'+' is not followed by whitespace.229
errorLine has trailing spaces.243
errorMissing a Javadoc comment.249
errorParameter length should be final.249
errorExpected an @return tag.257
errorParameter type should be final.257
errorExpected @param tag for 'type'.257
error'if' is not followed by whitespace.268
error'8' is a magic number.271

jsp2/examples/el/package.html

ViolationMessageLine
errorMissing package documentation file.0

util/HTMLFilter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.27
errorExpected an @return tag.37
errorParameter message should be final.37
error'if' construct must use '{}'s.39
errorArray brackets at illegal position.42
error'50' is a magic number.44

error/package.html

ViolationMessageLine
errorMissing package documentation file.0

validators/DebugValidator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorExpected an @return tag.59
errorParameter prefix should be final.59
errorParameter uri should be final.59
errorParameter page should be final.60
error'+' should be on a new line.62
error'if' construct must use '{}'s.69

colors/ColorGameBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorParameter request should be final.31
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.36
error'!' is followed by whitespace.36
errorLine contains a tab character.37
error'||' should be on a new line.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.43
error'!' is followed by whitespace.43
errorLine contains a tab character.44
error'||' should be on a new line.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.50
errorMissing a Javadoc comment.53
errorParameter x should be final.53
errorLine contains a tab character.54
errorMissing a Javadoc comment.57
errorParameter x should be final.57
errorLine contains a tab character.58
errorMissing a Javadoc comment.61
errorParameter x should be final.61
error'if' construct must use '{}'s.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorMissing a Javadoc comment.67
errorLine contains a tab character.68
errorMissing a Javadoc comment.71
errorLine contains a tab character.72
errorMissing a Javadoc comment.75
errorLine contains a tab character.76
errorMissing a Javadoc comment.79
errorLine contains a tab character.80
errorMissing a Javadoc comment.83
errorLine contains a tab character.84
error'||' should be on a new line.84
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
error'if' construct must use '{}'s.87
errorLine contains a tab character.87
errorConditional logic can be removed.87
error'||' should be on a new line.87
errorLine contains a tab character.88
errorLine contains a tab character.89
error'else' construct must use '{}'s.90
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.94
errorMissing a Javadoc comment.97
errorLine contains a tab character.98
errorMissing a Javadoc comment.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorMissing a Javadoc comment.106
errorParameter value should be final.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorMissing a Javadoc comment.110
errorLine contains a tab character.111
errorLine contains a tab character.112

filters/SetCharacterEncodingFilter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - javax.servlet.UnavailableException.28
errorVariable 'encoding' must be private and have accessor methods.70
errorVariable 'filterConfig' must be private and have accessor methods.77
errorVariable 'ignore' must be private and have accessor methods.83
errorUnused @param tag for 'result'.105
errorParameter request should be final.111
errorParameter response should be final.111
errorExpected @param tag for 'response'.111
errorParameter chain should be final.112
errorLine contains a tab character.113
error'encoding' hides a field.117
error'if' construct must use '{}'s.118
errorLine contains a tab character.122
errorParameter filterConfig should be final.133
error'filterConfig' hides a field.133
errorExpected @throws tag for 'ServletException'.133
errorLine contains a tab character.135
error'if' construct must use '{}'s.138
error'if' construct must use '{}'s.140
error'if' construct must use '{}'s.142
error'else' construct must use '{}'s.144
errorExpected an @return tag.165
errorParameter request should be final.165

sessions/DummyCart.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.18
errorUnused import - java.util.Enumeration.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorVariable 'v' must be private and have accessor methods.23
errorMissing a Javadoc comment.24
errorVariable 'submit' must be private and have accessor methods.24
errorMissing a Javadoc comment.25
errorVariable 'item' must be private and have accessor methods.25
errorLine has trailing spaces.26
errorMissing a Javadoc comment.27
errorParameter name should be final.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.31
errorParameter name should be final.31
errorLine contains a tab character.32
errorMissing a Javadoc comment.35
errorParameter name should be final.35
errorLine contains a tab character.36
errorLine has trailing spaces.38
errorMissing a Javadoc comment.39
errorParameter s should be final.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine has trailing spaces.48
errorMissing a Javadoc comment.49
errorParameter request should be final.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
error'if' construct must use '{}'s.52
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine contains a tab character.53
error'if' construct must use '{}'s.55
errorLine contains a tab character.55
errorLine contains a tab character.56
error'if' construct must use '{}'s.57
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorMissing a Javadoc comment.65
errorLine contains a tab character.66
errorLine contains a tab character.67

listeners/SessionListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine contains a tab character.42
errorParameter event should be final.62
errorLine contains a tab character.64
error'+' should be on a new line.64
errorLine contains a tab character.65
errorParameter event should be final.75
errorLine contains a tab character.77
error'+' should be on a new line.77
errorLine contains a tab character.78
errorParameter event should be final.88
errorLine contains a tab character.90
error'+' should be on a new line.90
errorLine contains a tab character.91
errorParameter event should be final.101
errorLine contains a tab character.103
errorLine contains a tab character.104
errorParameter event should be final.114
errorLine contains a tab character.116
errorLine contains a tab character.117
errorParameter event should be final.127
errorLine contains a tab character.129
errorParameter event should be final.139
errorLine contains a tab character.141
errorParameter message should be final.154
error'if' construct must use '{}'s.156
errorLine contains a tab character.156
errorLine contains a tab character.157
error'else' construct must use '{}'s.158
errorLine contains a tab character.158
errorLine contains a tab character.159
errorParameter message should be final.171
errorParameter throwable should be final.171
error'if' construct must use '{}'s.173
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178

jsp2/examples/simpletag/RepeatSimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorUnused import - java.util.HashMap.22
errorLine has trailing spaces.26
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
error'=' is not preceded with whitespace.33
error'=' is not followed by whitespace.33
error'<' is not preceded with whitespace.33
error'<' is not followed by whitespace.33
error'(' is followed by whitespace.34
error')' is preceded with whitespace.34
error')' is preceded with whitespace.34
errorLine contains a tab character.35
errorMissing a Javadoc comment.39
errorParameter num should be final.39
errorLine contains a tab character.40

compressionFilters/CompressionResponseStream.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorName 'compressionFilters' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.17
errorUnused import - java.io.OutputStream.20
errorParameter response should be final.47
errorExpected @throws tag for 'IOException'.47
error'{' is not preceded with whitespace.47
errorVariable 'compressionThreshold' must be private and have accessor methods.64
errorFirst sentence should end with a period.66
errorVariable 'buffer' must be private and have accessor methods.74
errorVariable 'bufferCount' must be private and have accessor methods.79
errorVariable 'gzipstream' must be private and have accessor methods.84
errorVariable 'closed' must be private and have accessor methods.89
errorVariable 'length' must be private and have accessor methods.95
errorVariable 'response' must be private and have accessor methods.100
errorVariable 'output' must be private and have accessor methods.105
errorFirst sentence should end with a period.110
errorParameter debug should be final.113
error'debug' hides a field.113
errorExpected @param tag for 'debug'.113
errorFirst sentence should end with a period.118
errorParameter threshold should be final.121
errorExpected @param tag for 'threshold'.121
error'+' is not preceded with whitespace.125
error'+' is not followed by whitespace.125
errorExpected @throws tag for 'IOException'.133
error'if' construct must use '{}'s.138
errorExpected @throws tag for 'IOException'.167
errorMissing a Javadoc comment.182
errorParameter b should be final.204
error'+' is not preceded with whitespace.207
error'+' is not followed by whitespace.207
error'+' is not preceded with whitespace.207
error'+' is not followed by whitespace.207
error'if' construct must use '{}'s.209
errorParameter b should be final.229
errorArray brackets at illegal position.229
errorParameter b should be final.246
errorArray brackets at illegal position.246
errorParameter off should be final.246
errorParameter len should be final.246
error'if' construct must use '{}'s.257
error'if' construct must use '{}'s.260
errorMissing a Javadoc comment.284
errorParameter b should be final.284
errorArray brackets at illegal position.284
errorParameter off should be final.284
errorParameter len should be final.284
errorExpected an @return tag.312

checkbox/CheckTest.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorVariable 'b' must be private and have accessor methods.21
errorArray brackets at illegal position.21
errorMissing a Javadoc comment.21
error'{' is followed by whitespace.21
errorMissing a Javadoc comment.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.27
errorParameter b should be final.27
error'b' hides a field.27
errorLine contains a tab character.28

checkbox/package.html

ViolationMessageLine
errorMissing package documentation file.0

jsp2/examples/simpletag/EchoAttributesTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorUnused import - java.util.Iterator.25
errorFirst sentence should end with a period.28
errorLine has trailing spaces.29
errorLine has trailing spaces.31
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorLine contains a tab character.39
errorLine contains a tab character.40
error'for' is not followed by whitespace.40
error'(' is followed by whitespace.40
error')' is preceded with whitespace.40
errorLine contains a tab character.41
error'cast' is not followed by whitespace.41
error'(' is followed by whitespace.41
error')' is preceded with whitespace.41
errorLine contains a tab character.42
error'(' is followed by whitespace.42
error')' is preceded with whitespace.42
errorLine contains a tab character.43
error'(' is followed by whitespace.43
error')' is preceded with whitespace.43
errorLine has trailing spaces.47
errorMissing a Javadoc comment.47
error'(' is followed by whitespace.47
errorParameter uri should be final.47
errorParameter localName should be final.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorParameter value should be final.48
error')' is preceded with whitespace.48
errorLine contains a tab character.49
error'{' should be on the previous line.50
errorLine contains a tab character.51
error'(' is followed by whitespace.51
error')' is preceded with whitespace.51
errorLine contains a tab character.52
error'(' is followed by whitespace.52
error')' is preceded with whitespace.52

examples/ExampleTagBase.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.18
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*.19
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.23
errorParameter parent should be final.23
errorMissing a Javadoc comment.27
errorParameter bodyOut should be final.27
error'bodyOut' hides a field.27
errorMissing a Javadoc comment.31
errorParameter pageContext should be final.31
errorMissing a Javadoc comment.35
errorLine has trailing spaces.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorLine has trailing spaces.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorLine has trailing spaces.62
errorMissing a Javadoc comment.63
errorVariable 'bodyOut' must be private and have accessor methods.63
errorMissing a Javadoc comment.64
errorVariable 'pageContext' must be private and have accessor methods.64
errorMissing a Javadoc comment.65
errorVariable 'parent' must be private and have accessor methods.65

jsp2/examples/simpletag/package.html

ViolationMessageLine
errorMissing package documentation file.0

jsp2/examples/simpletag/FindBookSimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorUnused import - java.util.HashMap.22
errorMissing a Javadoc comment.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
error'(' is followed by whitespace.37
error')' is preceded with whitespace.37
error'(' is followed by whitespace.38
error')' is preceded with whitespace.38
errorMissing a Javadoc comment.41
error'(' is followed by whitespace.41
errorParameter var should be final.41
error')' is preceded with whitespace.41
errorLine contains a tab character.42

jsp2/examples/package.html

ViolationMessageLine
errorMissing package documentation file.0

dates/JspCalendar.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.text.DateFormat.18
errorUsing the '.*' form of import should be avoided - java.util.*.19
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorVariable 'calendar' must be private and have accessor methods.22
errorMissing a Javadoc comment.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorLine contains a tab character.35
errorLine contains a tab character.36
error'{' is followed by whitespace.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
error'if' construct must use '{}'s.40
errorLine contains a tab character.40
error'12' is a magic number.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMissing a Javadoc comment.47
errorLine contains a tab character.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
error'if' construct must use '{}'s.52
errorLine contains a tab character.52
error'7' is a magic number.52
errorLine contains a tab character.53
errorLine contains a tab character.55
errorLine has trailing spaces.58
errorMissing a Javadoc comment.59
errorLine contains a tab character.60
errorMissing a Javadoc comment.63
errorLine contains a tab character.64
errorMissing a Javadoc comment.68
errorLine contains a tab character.69
errorMissing a Javadoc comment.72
errorLine contains a tab character.73
errorMissing a Javadoc comment.76
errorLine contains a tab character.77
errorMissing a Javadoc comment.80
errorLine contains a tab character.81
errorMissing a Javadoc comment.84
errorLine contains a tab character.85
errorMissing a Javadoc comment.88
errorLine contains a tab character.89
errorLine has trailing spaces.91
errorMissing a Javadoc comment.92
errorLine contains a tab character.93
errorLine has trailing spaces.95
errorMissing a Javadoc comment.96
errorLine contains a tab character.97
errorMissing a Javadoc comment.101
errorLine contains a tab character.102
errorMissing a Javadoc comment.105
errorParameter args should be final.105
errorArray brackets at illegal position.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorMissing a Javadoc comment.122
errorParameter x should be final.122
errorLine contains a tab character.123
errorMissing a Javadoc comment.127
errorLine contains a tab character.128
errorMissing a Javadoc comment.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine has trailing spaces.134
errorLine contains a tab character.134
errorLine contains a tab character.135
error'10' is a magic number.135
errorMissing a Javadoc comment.138
errorLine contains a tab character.139
error'/' is not preceded with whitespace.139
error'/' is not followed by whitespace.139
error'60' is a magic number.139
error'*' is not preceded with whitespace.139
error'*' is not followed by whitespace.139
error'60' is a magic number.139
error'*' is not preceded with whitespace.139
error'*' is not followed by whitespace.139
error'1000' is a magic number.139
errorMissing a Javadoc comment.143
errorLine contains a tab character.144
error'/' is not preceded with whitespace.144
error'/' is not followed by whitespace.144
error'60' is a magic number.144
error'*' is not preceded with whitespace.144
error'*' is not followed by whitespace.144
error'60' is a magic number.144
error'*' is not preceded with whitespace.144
error'*' is not followed by whitespace.144
error'1000' is a magic number.144
errorLine has trailing spaces.147
errorMissing a Javadoc comment.148
errorLine contains a tab character.149

listeners/package.html

ViolationMessageLine
errorMissing package documentation file.0

validators/package.html

ViolationMessageLine
errorMissing package documentation file.0

compressionFilters/CompressionFilterTestServlet.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'compressionFilters' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.17
errorUnused import - java.io.PrintWriter.20
errorUsing the '.*' form of import should be avoided - javax.servlet.*.22
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.23
errorFirst sentence should end with a period.25
errorMissing a Javadoc comment.33
errorParameter request should be final.33
errorParameter response should be final.33
error'cast' is not followed by whitespace.39
error'cast' is not followed by whitespace.41
error'}' should be on the same line.45

examples/LogTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.19
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*.20
errorLine has trailing spaces.25
errorLine has trailing spaces.27
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorVariable 'toBrowser' must be private and have accessor methods.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorParameter value should be final.32
error'if' construct must use '{}'s.33
error'if' construct must use '{}'s.35
error'else' construct must use '{}'s.37
errorMissing a Javadoc comment.41
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
error'if' construct must use '{}'s.49
errorLine has trailing spaces.58
errorLine has trailing spaces.59
errorLine has trailing spaces.60

examples/ShowSource.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.*.19
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.20
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*.21
errorUsing the '.*' form of import should be avoided - java.io.*.23
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorVariable 'jspFile' must be private and have accessor methods.31
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorParameter jspFile should be final.33
errorMissing a Javadoc comment.37
error'if' construct must use '{}'s.38
errorLine contains a tab character.38
error'(' is followed by whitespace.38
error')' is preceded with whitespace.38
error'||' should be on a new line.38
error'||' should be on a new line.39
errorLine contains a tab character.41
error'if' construct must use '{}'s.46
error'+' is not preceded with whitespace.47
error'+' is not followed by whitespace.47
errorLine contains a tab character.50
error'for' construct must use '{}'s.56
error'for' is not followed by whitespace.56
error'if' construct must use '{}'s.57
error'else' construct must use '{}'s.59
error'+' is not preceded with whitespace.64
error'+' is not followed by whitespace.64
errorLine has trailing spaces.70
errorLine has trailing spaces.71
errorLine has trailing spaces.72

listeners/ContextListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter event should be final.59
errorLine contains a tab character.61
error'+' should be on a new line.61
errorLine contains a tab character.62
errorParameter event should be final.72
errorLine contains a tab character.74
error'+' should be on a new line.74
errorLine contains a tab character.75
errorParameter event should be final.85
errorLine contains a tab character.87
error'+' should be on a new line.87
errorLine contains a tab character.88
errorParameter event should be final.98
errorLine contains a tab character.100
errorLine contains a tab character.101
errorParameter event should be final.111
errorLine contains a tab character.113
errorLine contains a tab character.114
errorParameter message should be final.127
error'if' construct must use '{}'s.129
errorLine contains a tab character.129
errorLine contains a tab character.130
error'else' construct must use '{}'s.131
errorLine contains a tab character.131
errorLine contains a tab character.132
errorParameter message should be final.144
errorParameter throwable should be final.144
error'if' construct must use '{}'s.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151

compressionFilters/CompressionFilter.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorName 'compressionFilters' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
error'{' is not preceded with whitespace.41
errorFirst sentence should end with a period.49
error'128' is a magic number.52
errorFirst sentence should end with a period.55
errorVariable 'compressionThreshold' must be private and have accessor methods.58
errorFirst sentence should end with a period.60
errorParameter filterConfig should be final.71
error'!=' is not preceded with whitespace.76
error'!=' is not followed by whitespace.76
error'!=' is not preceded with whitespace.82
error'!=' is not followed by whitespace.82
errorLine is longer than 120 characters.86
error'(' is followed by whitespace.127
errorParameter request should be final.127
errorExpected @param tag for 'request'.127
errorParameter response should be final.127
errorExpected @param tag for 'response'.127
errorParameter chain should be final.128
errorExpected @param tag for 'chain'.128
error')' is preceded with whitespace.128
errorExpected @throws tag for 'IOException'.128
errorExpected @throws tag for 'ServletException'.128
error'cast' is not followed by whitespace.145
error'cast' is not followed by whitespace.149
error'cast' is not followed by whitespace.159
error'cast' is not followed by whitespace.161
error'cast' is not followed by whitespace.184
errorParameter filterConfig should be final.206
errorFirst sentence should end with a period.210
errorExpected an @return tag.214

filters/package.html

ViolationMessageLine
errorMissing package documentation file.0

colors/package.html

ViolationMessageLine
errorMissing package documentation file.0

examples/FooTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.*.18
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*.19
errorUnused import - java.util.Hashtable.20
errorUnused import - java.io.Writer.21
errorFirst sentence should end with a period.24
errorLine has trailing spaces.31
errorLine has trailing spaces.32
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorArray brackets at illegal position.34
error'3' is a magic number.34
errorMissing a Javadoc comment.35
errorVariable 'i' must be private and have accessor methods.35
errorLine has trailing spaces.36
errorMissing a Javadoc comment.37
errorRedundant 'final' modifier.37
errorParameter index should be final.37
errorParameter value should be final.37
errorLine has trailing spaces.40
errorMissing a Javadoc comment.41
errorParameter value should be final.41
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorParameter value should be final.45
errorMissing a Javadoc comment.49
errorParameter value should be final.49
errorLine has trailing spaces.52
errorFirst sentence should end with a period.53
errorExpected @throws tag for 'JspException'.58
errorLine contains a tab character.60
errorMissing a Javadoc comment.63
errorLine has trailing spaces.67
errorMissing a Javadoc comment.68
error'3' is a magic number.70
error'else' construct must use '{}'s.73

jsp2/examples/simpletag/HelloWorldSimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorFirst sentence should end with a period.24
errorMissing a Javadoc comment.28
errorLine contains a tab character.29
error'(' is followed by whitespace.29
error')' is preceded with whitespace.29

util/package.html

ViolationMessageLine
errorMissing package documentation file.0

filters/ExampleFilter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - javax.servlet.ServletContext.25
errorUnused @param tag for 'result'.86
errorParameter request should be final.92
errorParameter response should be final.92
errorExpected @param tag for 'response'.92
errorParameter chain should be final.93
errorLine contains a tab character.94
errorLine contains a tab character.96
error'if' construct must use '{}'s.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
error'+' should be on a new line.105
errorLine contains a tab character.106
errorParameter filterConfig should be final.116
error'filterConfig' hides a field.116
errorExpected @throws tag for 'ServletException'.116
errorLine contains a tab character.118
errorExpected an @return tag.127
error'if' construct must use '{}'s.129
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134

cal/Entries.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.Enumeration.18
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorLine has trailing spaces.25
errorMissing a Javadoc comment.25
errorName 'time' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.28
errorName 'rows' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
errorLine has trailing spaces.30
errorMissing a Javadoc comment.30
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.41
errorParameter index should be final.41
error'cast' is not followed by whitespace.42
errorMissing a Javadoc comment.45
errorParameter tm should be final.45
error'for' construct must use '{}'s.46
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'if' construct must use '{}'s.47
error'if' is not followed by whitespace.47
errorMissing a Javadoc comment.51
errorParameter request should be final.51
errorParameter tm should be final.51
error'cast' is not followed by whitespace.55

package.html

ViolationMessageLine
errorMissing package documentation file.0

dates/package.html

ViolationMessageLine
errorMissing package documentation file.0

jsp2/examples/simpletag/ShuffleSimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorUnused import - java.util.HashMap.23
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorswitch without "default" clause.36
error'(' is followed by whitespace.36
error'cast' is not followed by whitespace.36
error'6' is a magic number.36
error')' is preceded with whitespace.36
error'(' is followed by whitespace.38
error')' is preceded with whitespace.38
error'(' is followed by whitespace.39
error')' is preceded with whitespace.39
error'(' is followed by whitespace.40
error')' is preceded with whitespace.40
error'(' is followed by whitespace.43
error')' is preceded with whitespace.43
error'(' is followed by whitespace.44
error')' is preceded with whitespace.44
error'(' is followed by whitespace.45
error')' is preceded with whitespace.45
error'(' is followed by whitespace.48
error')' is preceded with whitespace.48
error'(' is followed by whitespace.49
error')' is preceded with whitespace.49
error'(' is followed by whitespace.50
error')' is preceded with whitespace.50
error'3' is a magic number.52
error'(' is followed by whitespace.53
error')' is preceded with whitespace.53
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
error'(' is followed by whitespace.55
error')' is preceded with whitespace.55
error'4' is a magic number.57
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
error'(' is followed by whitespace.60
error')' is preceded with whitespace.60
error'5' is a magic number.62
error'(' is followed by whitespace.63
error')' is preceded with whitespace.63
error'(' is followed by whitespace.64
error')' is preceded with whitespace.64
error'(' is followed by whitespace.65
error')' is preceded with whitespace.65
errorMissing a Javadoc comment.70
error'(' is followed by whitespace.70
errorParameter fragment1 should be final.70
error')' is preceded with whitespace.70
errorLine has trailing spaces.73
errorMissing a Javadoc comment.74
error'(' is followed by whitespace.74
errorParameter fragment2 should be final.74
error')' is preceded with whitespace.74
errorLine has trailing spaces.77
errorMissing a Javadoc comment.78
error'(' is followed by whitespace.78
errorParameter fragment3 should be final.78
error')' is preceded with whitespace.78

cal/TableBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - java.beans.*.18
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.19
errorUsing the '.*' form of import should be avoided - javax.servlet.*.20
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorVariable 'table' must be private and have accessor methods.25
errorMissing a Javadoc comment.26
errorName 'JspCal' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
errorVariable 'JspCal' must be private and have accessor methods.26
errorMissing a Javadoc comment.27
errorVariable 'entries' must be private and have accessor methods.27
errorMissing a Javadoc comment.28
errorVariable 'date' must be private and have accessor methods.28
errorMissing a Javadoc comment.29
errorVariable 'name' must be private and have accessor methods.29
errorMissing a Javadoc comment.30
errorVariable 'email' must be private and have accessor methods.30
errorMissing a Javadoc comment.31
errorVariable 'processError' must be private and have accessor methods.31
errorMissing a Javadoc comment.33
error'10' is a magic number.34
errorMissing a Javadoc comment.39
errorParameter nm should be final.39
errorMissing a Javadoc comment.43
errorLine has trailing spaces.46
errorMissing a Javadoc comment.47
errorParameter mail should be final.47
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
errorParameter request should be final.63
error'if' construct must use '{}'s.67
errorLine has trailing spaces.67
error'if' construct must use '{}'s.68
error'||' should be on a new line.69
errorLine contains a tab character.70
error'if' construct must use '{}'s.77
error'if' construct must use '{}'s.78
error'if' construct must use '{}'s.79
errorLine contains a tab character.88
error'if' construct must use '{}'s.89
errorMissing a Javadoc comment.92

error/Smart.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - java.io.*.20
errorUsing the '.*' form of import should be avoided - java.lang.*.21
errorRedundant import from the java.lang package - java.lang.*.21
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorVariable 'name' must be private and have accessor methods.25
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorMissing a Javadoc comment.31
errorParameter name should be final.31
errorLine contains a tab character.32
errorLine has trailing spaces.33
errorLine contains a tab character.33

servletToJsp.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.*.16
errorUsing the '.*' form of import should be avoided - javax.servlet.http.*.17
errorMissing a Javadoc comment.19
errorName 'servletToJsp' must match pattern '^[A-Z][a-zA-Z0-9]*$'.19
errorMissing a Javadoc comment.21
errorParameter request should be final.21
errorLine contains a tab character.22
errorParameter response should be final.22
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine is longer than 120 characters.27
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30

num/NumberGuessBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - java.util.*.23
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorVariable 'answer' must be private and have accessor methods.27
errorMissing a Javadoc comment.28
errorVariable 'success' must be private and have accessor methods.28
errorMissing a Javadoc comment.29
errorVariable 'hint' must be private and have accessor methods.29
errorMissing a Javadoc comment.30
errorVariable 'numGuesses' must be private and have accessor methods.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorParameter guess should be final.36
error'}' should be on the same line.42
error'}' should be on the same line.49
error'}' should be on the same line.52
error'}' should be on the same line.55
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.73
error'100' is a magic number.74

compressionFilters/package.html

ViolationMessageLine
errorMissing package documentation file.0

filters/RequestDumperFilter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - javax.servlet.ServletContext.31
errorUnused @param tag for 'result'.80
errorParameter request should be final.86
errorParameter response should be final.86
errorExpected @param tag for 'response'.86
errorParameter chain should be final.87
errorLine contains a tab character.88
error'if' construct must use '{}'s.90
errorLine contains a tab character.91
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
error'+' should be on a new line.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
error'if' construct must use '{}'s.107
errorLine contains a tab character.107
errorLine contains a tab character.108
error'else' construct must use '{}'s.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorArray brackets at illegal position.118
errorLine contains a tab character.119
error'if' construct must use '{}'s.120
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorArray brackets at illegal position.139
error'if' construct must use '{}'s.140
errorLine contains a tab character.142
errorLine contains a tab character.143
error'+' should be on a new line.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
error'+' should be on a new line.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.167
errorParameter filterConfig should be final.178
error'filterConfig' hides a field.178
errorExpected @throws tag for 'ServletException'.178
errorLine contains a tab character.180
errorExpected an @return tag.188
error'if' construct must use '{}'s.190
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.195

jsp2/examples/el/Functions.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.el' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.16
errorUsing the '.*' form of import should be avoided - java.util.*.18
errorLine has trailing spaces.22
errorUtility classes should not have a public or default constructor.25
errorMissing a Javadoc comment.26
error'(' is followed by whitespace.26
errorParameter text should be final.26
error')' is preceded with whitespace.26
error'(' is followed by whitespace.27
error')' is preceded with whitespace.27
errorMissing a Javadoc comment.30
error'(' is followed by whitespace.30
errorParameter text should be final.30
error')' is preceded with whitespace.30
errorLine contains a tab character.32
error'for' is not followed by whitespace.33
error'(' is followed by whitespace.33
error')' is preceded with whitespace.33
errorLine contains a tab character.34
error'if' is not followed by whitespace.34
error'(' is followed by whitespace.34
error'(' is followed by whitespace.34
error'(' is followed by whitespace.34
error')' is preceded with whitespace.34
error')' is preceded with whitespace.34
error')' is preceded with whitespace.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorMissing a Javadoc comment.41
error'(' is followed by whitespace.41
errorParameter text should be final.41
error')' is preceded with whitespace.41

examples/package.html

ViolationMessageLine
errorMissing package documentation file.0

jsp2/examples/simpletag/TileSimpleTag.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples.simpletag' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorUnused import - java.util.HashMap.23
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorLine has trailing spaces.33
errorLine contains a tab character.33
error'(' is followed by whitespace.33
errorLine has trailing spaces.34
errorLine contains a tab character.34
error'+' should be on a new line.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
error'+' should be on a new line.35
error')' is preceded with whitespace.36
errorMissing a Javadoc comment.39
error'(' is followed by whitespace.39
errorParameter color should be final.39
error')' is preceded with whitespace.39
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
error'(' is followed by whitespace.43
errorParameter label should be final.43
error')' is preceded with whitespace.43

cal/Entry.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorVariable 'hour' must be private and have accessor methods.21
errorMissing a Javadoc comment.22
errorVariable 'description' must be private and have accessor methods.22
errorMissing a Javadoc comment.23
errorVariable 'color' must be private and have accessor methods.23
errorMissing a Javadoc comment.25
errorParameter hour should be final.25
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
error'if' construct must use '{}'s.36
error'else' construct must use '{}'s.37
errorMissing a Javadoc comment.40
error'if' construct must use '{}'s.41
error'else' construct must use '{}'s.42
errorMissing a Javadoc comment.45
errorParameter descr should be final.45
errorLine has trailing spaces.48

examples/FooTagExtraInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorParameter data should be final.21
errorLine has trailing spaces.22
errorLine has trailing spaces.32

jsp2/examples/FooBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorLine has trailing spaces.22
errorMissing a Javadoc comment.23
errorLine has trailing spaces.26
errorMissing a Javadoc comment.27
errorLine has trailing spaces.30
errorMissing a Javadoc comment.31
errorParameter bar should be final.31
errorLine has trailing spaces.34

sessions/package.html

ViolationMessageLine
errorMissing package documentation file.0

cal/package.html

ViolationMessageLine
errorMissing package documentation file.0

cal/JspCalendar.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.text.DateFormat.19
errorUsing the '.*' form of import should be avoided - java.util.*.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorVariable 'calendar' must be private and have accessor methods.23
errorMissing a Javadoc comment.24
errorVariable 'currentDate' must be private and have accessor methods.24
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorMissing a Javadoc comment.33
errorLine contains a tab character.34
errorLine has trailing spaces.36
errorMissing a Javadoc comment.37
errorLine contains a tab character.38
errorLine contains a tab character.39
error'{' is followed by whitespace.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
error'if' construct must use '{}'s.43
errorLine contains a tab character.43
error'12' is a magic number.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.50
errorLine contains a tab character.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine contains a tab character.53
error'if' construct must use '{}'s.55
errorLine contains a tab character.55
error'7' is a magic number.55
errorLine contains a tab character.56
errorLine contains a tab character.58
errorLine has trailing spaces.61
errorMissing a Javadoc comment.62
errorLine contains a tab character.63
errorMissing a Javadoc comment.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorMissing a Javadoc comment.70
errorLine contains a tab character.72
errorLine contains a tab character.73
errorMissing a Javadoc comment.77
errorLine contains a tab character.79
errorMissing a Javadoc comment.82
errorLine contains a tab character.84
errorMissing a Javadoc comment.87
errorLine contains a tab character.88
errorMissing a Javadoc comment.91
errorLine contains a tab character.92
errorMissing a Javadoc comment.95
errorLine contains a tab character.96
errorMissing a Javadoc comment.99
errorLine contains a tab character.100
errorMissing a Javadoc comment.103
errorLine contains a tab character.104
errorMissing a Javadoc comment.107
errorLine contains a tab character.108
errorLine has trailing spaces.110
errorMissing a Javadoc comment.111
errorLine contains a tab character.112
errorLine has trailing spaces.114
errorMissing a Javadoc comment.115
errorLine contains a tab character.116
errorMissing a Javadoc comment.120
errorLine contains a tab character.121
errorLine has trailing spaces.124
errorMissing a Javadoc comment.125
errorLine contains a tab character.126
errorMissing a Javadoc comment.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
error'10' is a magic number.133
errorMissing a Javadoc comment.136
errorLine contains a tab character.137
error'/' is not preceded with whitespace.137
error'/' is not followed by whitespace.137
error'60' is a magic number.137
error'*' is not preceded with whitespace.137
error'*' is not followed by whitespace.137
error'60' is a magic number.137
error'*' is not preceded with whitespace.137
error'*' is not followed by whitespace.137
error'1000' is a magic number.137
errorMissing a Javadoc comment.141
errorLine contains a tab character.142
error'/' is not preceded with whitespace.142
error'/' is not followed by whitespace.142
error'60' is a magic number.142
error'*' is not preceded with whitespace.142
error'*' is not followed by whitespace.142
error'60' is a magic number.142
error'*' is not preceded with whitespace.142
error'*' is not followed by whitespace.142
error'1000' is a magic number.142
errorLine has trailing spaces.145
errorMissing a Javadoc comment.146
errorLine contains a tab character.147

num/package.html

ViolationMessageLine
errorMissing package documentation file.0

jsp2/examples/BookBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'jsp2.examples' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorLine has trailing spaces.24
errorMissing a Javadoc comment.25
error'(' is followed by whitespace.25
errorParameter title should be final.25
errorParameter author should be final.25
errorParameter isbn should be final.25
error')' is preceded with whitespace.25
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorLine has trailing spaces.38
errorMissing a Javadoc comment.39
errorLine has trailing spaces.42