Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
34 60 1224 0

Rules

Rules Violations Severity
JavadocMethod 296 error Error
JavadocType 9 error Error
JavadocVariable 19 info Info
JavadocStyle 9 error Error
ConstantName 3 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
Header
  • headerFile : "D:\Perso\jwebunit\target\checkout\jwebunit-commons-tests\target\checkstyle-header.txt"
0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 8 error Error
FileLength 0 error Error
LineLength
  • max : "120"
  • ignorePattern : "^/\**$"
13 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 139 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 7 error Error
ParenPad 8 error Error
TypecastParenPad 0 error Error
TabCharacter 584 error Error
WhitespaceAfter 46 error Error
WhitespaceAround 49 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 1 error Error
LeftCurly 14 error Error
NeedBraces 0 error Error
RightCurly 0 error Error
AvoidInlineConditionals 2 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 7 info Info
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 34 info Info
MissingSwitchDefault 0 error Error
RedundantThrows 1 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
DesignForExtension 0  Ignore
FinalClass 0 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
TodoComment 0 error Error
UpperEll 0 error Error
AbstractClassName 2 error Error
ImportOrder 10 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
DeclarationOrder 5 error Error
IllegalCatch 6 error Error
JUnitTestCase 1 error Error
PackageHtml 3 error Error
NewlineAtEndOfFile 7 error Error
Translation 0 error Error

Files

Files info warning error
net/sourceforge/jwebunit/tests/ImageTest.java 0 12 0
net/sourceforge/jwebunit/tests/FormAssertionsTest.java 0 42 0
net/sourceforge/jwebunit/tests/util/ParamsServlet.java 1 5 0
net/sourceforge/jwebunit/tests/FormSubmissionTest.java 0 46 0
net/sourceforge/jwebunit/tests/ResourceBundleAssertionsTest.java 3 59 0
net/sourceforge/jwebunit/tests/TableAssertionsTest.java 2 166 0
net/sourceforge/jwebunit/tests/SelectOptionsTest.java 0 211 0
net/sourceforge/jwebunit/tests/ExpectedTableAssertionsHtmlTest.java 15 7 0
net/sourceforge/jwebunit/tests/JavaScriptEventsTest.java 0 26 0
net/sourceforge/jwebunit/tests/FormAssertionsWithLabelTest.java 0 7 0
net/sourceforge/jwebunit/tests/ButtonAssertionsTest.java 0 5 0
net/sourceforge/jwebunit/tests/JWebUnitAPITestCase.java 4 18 0
net/sourceforge/jwebunit/tests/util/reflect/MethodInvoker.java 12 7 0
net/sourceforge/jwebunit/tests/util/reflect/package.html 0 1 0
net/sourceforge/jwebunit/tests/ExpectedTableAssertionsXHtmlTest.java 15 97 0
net/sourceforge/jwebunit/tests/util/JettySetup.java 0 77 0
net/sourceforge/jwebunit/tests/util/RedirectServlet.java 1 2 0
net/sourceforge/jwebunit/tests/package.html 0 1 0
net/sourceforge/jwebunit/tests/NavigationTest.java 0 105 0
net/sourceforge/jwebunit/tests/util/CookiesServlet.java 1 46 0
net/sourceforge/jwebunit/tests/WebAssertionsTest.java 0 115 0
net/sourceforge/jwebunit/tests/JUnitPerfTest.java 2 3 0
net/sourceforge/jwebunit/tests/FramesAndWindowsTest.java 0 35 0
net/sourceforge/jwebunit/tests/NonHtmlContentTest.java 0 7 0
net/sourceforge/jwebunit/tests/util/HtmlHelper.java 3 16 0
net/sourceforge/jwebunit/tests/TestContextTest.java 1 10 0
net/sourceforge/jwebunit/tests/util/package.html 0 1 0
net/sourceforge/jwebunit/tests/WebCookieTest.java 0 28 0
net/sourceforge/jwebunit/tests/XPathTest.java 0 8 0
net/sourceforge/jwebunit/tests/JavaScriptTest.java 0 23 0
net/sourceforge/jwebunit/tests/CharsetTest.java 0 8 0
net/sourceforge/jwebunit/tests/HtmlParsingTest.java 0 8 0
net/sourceforge/jwebunit/tests/HelloWorldTest.java 0 19 0
net/sourceforge/jwebunit/tests/RedirectionTest.java 0 3 0

Details

net/sourceforge/jwebunit/tests/ImageTest.java

Violation Message Line
warning Wrong order for 'javax.imageio.ImageIO' import. 11
warning Wrong order for 'java.awt.Image' import. 12
warning Missing a Javadoc comment. 22
warning Missing a Javadoc comment. 27
warning Missing a Javadoc comment. 33
warning Missing a Javadoc comment. 45
warning Missing a Javadoc comment. 49
warning Missing a Javadoc comment. 53
warning Missing a Javadoc comment. 57
warning Missing a Javadoc comment. 61
warning Missing a Javadoc comment. 70
warning Missing a Javadoc comment. 76

net/sourceforge/jwebunit/tests/FormAssertionsTest.java

Violation Message Line
warning Wrong order for 'junit.framework.Test' import. 8
warning Missing a Javadoc comment. 11
warning Line contains a tab character. 12
warning Missing a Javadoc comment. 13
warning Missing a Javadoc comment. 18
warning Missing a Javadoc comment. 23
warning Missing a Javadoc comment. 30
warning Missing a Javadoc comment. 38
warning Missing a Javadoc comment. 43
warning Missing a Javadoc comment. 51
warning Missing a Javadoc comment. 58
warning Line is longer than 120 characters. 60
warning Line is longer than 120 characters. 67
warning Line is longer than 120 characters. 72
warning Missing a Javadoc comment. 75
warning Missing a Javadoc comment. 81
warning Missing a Javadoc comment. 88
warning Missing a Javadoc comment. 94
warning Missing a Javadoc comment. 101
warning Missing a Javadoc comment. 106
warning Missing a Javadoc comment. 111
warning Missing a Javadoc comment. 118
warning Missing a Javadoc comment. 123
warning Missing a Javadoc comment. 128
warning Missing a Javadoc comment. 135
warning Missing a Javadoc comment. 142
warning Missing a Javadoc comment. 149
warning Missing a Javadoc comment. 154
warning Missing a Javadoc comment. 161
warning Line contains a tab character. 165
warning Missing a Javadoc comment. 168
warning Missing a Javadoc comment. 175
warning Missing a Javadoc comment. 182
warning Line is longer than 120 characters. 186
warning Missing a Javadoc comment. 189
warning Line is longer than 120 characters. 193
warning Missing a Javadoc comment. 196
warning Missing a Javadoc comment. 203
warning Missing a Javadoc comment. 210
warning Missing a Javadoc comment. 215
warning Missing a Javadoc comment. 220
warning Missing a Javadoc comment. 225

net/sourceforge/jwebunit/tests/util/ParamsServlet.java

Violation Message Line
warning Missing a Javadoc comment. 23
info Missing a Javadoc comment. 25
warning Missing a Javadoc comment. 27
warning Missing a Javadoc comment. 32
warning Avoid inline conditionals. 93
warning Avoid inline conditionals. 95

net/sourceforge/jwebunit/tests/FormSubmissionTest.java

Violation Message Line
warning Wrong order for 'junit.framework.AssertionFailedError' import. 13
warning Missing a Javadoc comment. 27
warning Missing a Javadoc comment. 32
warning Missing a Javadoc comment. 37
warning Missing a Javadoc comment. 49
warning Missing a Javadoc comment. 61
warning Missing a Javadoc comment. 84
warning Missing a Javadoc comment. 93
warning Missing a Javadoc comment. 102
warning Missing a Javadoc comment. 113
warning Missing a Javadoc comment. 122
warning Missing a Javadoc comment. 131
warning Missing a Javadoc comment. 142
warning Line contains a tab character. 143
warning Line contains a tab character. 144
warning Line contains a tab character. 145
warning Line contains a tab character. 146
warning Line contains a tab character. 147
warning Line contains a tab character. 148
warning Line contains a tab character. 149
warning Line contains a tab character. 150
warning Line contains a tab character. 151
warning Line contains a tab character. 152
warning Line contains a tab character. 153
warning Line contains a tab character. 154
warning Line contains a tab character. 155
warning Missing a Javadoc comment. 158
warning Missing a Javadoc comment. 165
warning Missing a Javadoc comment. 172
warning Missing a Javadoc comment. 181
warning Missing a Javadoc comment. 191
warning Missing a Javadoc comment. 200
warning Missing a Javadoc comment. 218
warning Missing a Javadoc comment. 223
warning Missing a Javadoc comment. 233
warning Catching 'RuntimeException' is not allowed. 238
warning Missing a Javadoc comment. 244
warning Missing a Javadoc comment. 251
warning Missing a Javadoc comment. 259
warning Missing a Javadoc comment. 268
warning Missing a Javadoc comment. 275
warning Missing a Javadoc comment. 283
warning Missing a Javadoc comment. 290
warning Missing a Javadoc comment. 294
warning First sentence should end with a period. 303
warning Missing a Javadoc comment. 314

net/sourceforge/jwebunit/tests/ResourceBundleAssertionsTest.java

Violation Message Line
warning Wrong order for 'junit.framework.Test' import. 11
warning First sentence should end with a period. 14
info Missing a Javadoc comment. 20
warning Name 'resourceBundleName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
info Missing a Javadoc comment. 22
warning Name 'pageTitle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
info Missing a Javadoc comment. 24
warning Name 'text' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
warning Missing a Javadoc comment. 26
warning Missing a Javadoc comment. 31
warning Missing a Javadoc comment. 38
warning Missing a Javadoc comment. 42
warning '{' is followed by whitespace. 43
warning First sentence should end with a period. 46
warning '{' is followed by whitespace. 55
warning First sentence should end with a period. 58
warning '{' is followed by whitespace. 69
warning Missing a Javadoc comment. 72
warning Missing a Javadoc comment. 76
warning '{' is followed by whitespace. 78
warning '{' is followed by whitespace. 79
warning '{' is followed by whitespace. 79
warning '{' is followed by whitespace. 80
warning Missing a Javadoc comment. 83
warning Missing a Javadoc comment. 87
warning '{' is followed by whitespace. 89
warning '{' is followed by whitespace. 89
warning '{' is followed by whitespace. 90
warning Missing a Javadoc comment. 93
warning Missing a Javadoc comment. 97
warning Missing a Javadoc comment. 101
warning '{' is followed by whitespace. 102
warning '{' is followed by whitespace. 103
warning '{' is followed by whitespace. 103
warning '{' is followed by whitespace. 104
warning Missing a Javadoc comment. 107
warning '{' is followed by whitespace. 108
warning '{' is followed by whitespace. 109
warning Missing a Javadoc comment. 112
warning '{' is followed by whitespace. 113
warning '{' is followed by whitespace. 114
warning '{' is followed by whitespace. 114
warning '{' is followed by whitespace. 115
warning Missing a Javadoc comment. 118
warning '{' is followed by whitespace. 119
warning '{' is followed by whitespace. 120
warning Missing a Javadoc comment. 123
warning '{' is followed by whitespace. 124
warning '{' is followed by whitespace. 125
warning '{' is followed by whitespace. 125
warning '{' is followed by whitespace. 126
warning Missing a Javadoc comment. 129
warning '{' is followed by whitespace. 134
warning '{' is followed by whitespace. 135
warning '{' is followed by whitespace. 135
warning '{' is followed by whitespace. 136
warning '{' is followed by whitespace. 136
warning '{' is followed by whitespace. 137
warning '{' is followed by whitespace. 138
warning '{' is followed by whitespace. 138
warning '{' is followed by whitespace. 138
warning File does not end with a newline. 0

net/sourceforge/jwebunit/tests/TableAssertionsTest.java

Violation Message Line
warning Missing a Javadoc comment. 11
warning Line contains a tab character. 13
warning Missing a Javadoc comment. 13
warning Line contains a tab character. 14
warning Line contains a tab character. 15
warning Line contains a tab character. 16
warning Line contains a tab character. 18
warning Missing a Javadoc comment. 18
warning Line contains a tab character. 19
warning Line contains a tab character. 20
warning Line contains a tab character. 21
warning Line contains a tab character. 22
warning Line contains a tab character. 24
warning Missing a Javadoc comment. 24
warning Line contains a tab character. 25
warning Line contains a tab character. 26
warning Line contains a tab character. 28
warning Missing a Javadoc comment. 28
warning Line contains a tab character. 29
warning Line contains a tab character. 30
warning Line contains a tab character. 32
warning Missing a Javadoc comment. 32
warning Line contains a tab character. 33
warning '{' is followed by whitespace. 33
warning Line contains a tab character. 34
warning '{' is followed by whitespace. 34
warning Line contains a tab character. 35
warning Line contains a tab character. 37
warning Missing a Javadoc comment. 37
warning Line contains a tab character. 38
warning '{' is followed by whitespace. 38
warning Line contains a tab character. 39
warning '{' is followed by whitespace. 39
warning Line contains a tab character. 40
warning Line contains a tab character. 42
warning Missing a Javadoc comment. 42
warning Line contains a tab character. 43
warning '{' is followed by whitespace. 43
warning Line contains a tab character. 44
warning '{' is followed by whitespace. 44
warning Line contains a tab character. 45
warning '{' is followed by whitespace. 45
warning Line contains a tab character. 46
warning '{' is followed by whitespace. 46
warning Line contains a tab character. 47
warning Line contains a tab character. 49
warning Missing a Javadoc comment. 49
warning Line contains a tab character. 50
warning '{' is followed by whitespace. 50
warning Line contains a tab character. 51
warning '{' is followed by whitespace. 51
warning Line contains a tab character. 52
warning '{' is followed by whitespace. 52
warning Line contains a tab character. 53
warning '{' is followed by whitespace. 53
warning Line contains a tab character. 54
warning Missing a Javadoc comment. 56
warning Missing a Javadoc comment. 62
warning Missing a Javadoc comment. 68
warning Missing a Javadoc comment. 74
warning Line contains a tab character. 80
warning Missing a Javadoc comment. 80
warning Line contains a tab character. 81
warning Line contains a tab character. 82
warning Line contains a tab character. 83
warning '{' is followed by whitespace. 83
warning '{' is followed by whitespace. 83
warning Line contains a tab character. 84
warning '{' is followed by whitespace. 84
warning Line contains a tab character. 85
warning '{' is followed by whitespace. 85
warning Line contains a tab character. 86
warning Missing a Javadoc comment. 88
info '3' is a magic number. 90
info '4' is a magic number. 91
warning Missing a Javadoc comment. 94
warning Line contains a tab character. 95
warning Line contains a tab character. 96
warning Line contains a tab character. 97
warning '{' is followed by whitespace. 97
warning '{' is followed by whitespace. 97
warning Line contains a tab character. 98
warning '{' is followed by whitespace. 98
warning Line contains a tab character. 99
warning '{' is followed by whitespace. 99
warning Line contains a tab character. 100
warning Line contains a tab character. 102
warning Missing a Javadoc comment. 102
warning Line contains a tab character. 103
warning Line contains a tab character. 104
warning Line contains a tab character. 105
warning Line contains a tab character. 106
warning '{' is followed by whitespace. 106
warning '{' is followed by whitespace. 106
warning Line contains a tab character. 107
warning '{' is followed by whitespace. 107
warning Line contains a tab character. 108
warning '{' is followed by whitespace. 108
warning Line contains a tab character. 109
warning '{' is followed by whitespace. 109
warning Line contains a tab character. 110
warning Line contains a tab character. 112
warning Missing a Javadoc comment. 112
warning Line contains a tab character. 113
warning Line contains a tab character. 114
warning Line contains a tab character. 115
warning '{' is followed by whitespace. 115
warning '{' is followed by whitespace. 115
warning Line contains a tab character. 116
warning '{' is followed by whitespace. 116
warning Line contains a tab character. 117
warning '{' is followed by whitespace. 117
warning Line contains a tab character. 118
warning Line contains a tab character. 120
warning Missing a Javadoc comment. 120
warning Line contains a tab character. 121
warning Line contains a tab character. 122
warning Line contains a tab character. 123
warning Line contains a tab character. 124
warning '{' is followed by whitespace. 124
warning '{' is followed by whitespace. 124
warning Line contains a tab character. 125
warning '{' is followed by whitespace. 125
warning Line contains a tab character. 126
warning '{' is followed by whitespace. 126
warning Line contains a tab character. 127
warning Line contains a tab character. 129
warning Missing a Javadoc comment. 129
warning Line contains a tab character. 130
warning Line contains a tab character. 131
warning Line contains a tab character. 132
warning Line contains a tab character. 133
warning '{' is followed by whitespace. 133
warning '{' is followed by whitespace. 133
warning Line contains a tab character. 134
warning '{' is followed by whitespace. 134
warning Line contains a tab character. 135
warning Line contains a tab character. 137
warning Missing a Javadoc comment. 137
warning Line contains a tab character. 138
warning Line contains a tab character. 139
warning Line contains a tab character. 140
warning Line contains a tab character. 141
warning '{' is followed by whitespace. 141
warning '{' is followed by whitespace. 141
warning Line contains a tab character. 142
warning '{' is followed by whitespace. 142
warning Line contains a tab character. 143
warning Line contains a tab character. 145
warning Missing a Javadoc comment. 145
warning Line contains a tab character. 146
warning Line contains a tab character. 147
warning '{' is followed by whitespace. 147
warning '{' is followed by whitespace. 147
warning Line contains a tab character. 148
warning '{' is followed by whitespace. 148
warning Line contains a tab character. 149
warning '{' is followed by whitespace. 149
warning Line contains a tab character. 150
warning Line contains a tab character. 151
warning Missing a Javadoc comment. 153
warning Missing a Javadoc comment. 160
warning Missing a Javadoc comment. 167
warning Missing a Javadoc comment. 175
warning Missing a Javadoc comment. 182
warning Missing a Javadoc comment. 189
warning Missing a Javadoc comment. 197
warning Missing a Javadoc comment. 205

net/sourceforge/jwebunit/tests/SelectOptionsTest.java

Violation Message Line
warning Unclosed HTML tag found: <select> elements. 8
warning '{' should be on the previous line. 11
warning Missing a Javadoc comment. 13
warning '{' should be on the previous line. 14
warning Missing a Javadoc comment. 19
warning '{' should be on the previous line. 20
warning Line contains a tab character. 22
warning Line contains a tab character. 25
warning Line contains a tab character. 27
warning Line contains a tab character. 30
warning Missing a Javadoc comment. 33
warning '{' should be on the previous line. 34
warning Line contains a tab character. 47
warning Missing a Javadoc comment. 47
warning Line contains a tab character. 48
warning '{' should be on the previous line. 48
warning Line contains a tab character. 74
warning '{' is followed by whitespace. 74
warning Line contains a tab character. 75
warning '{' is followed by whitespace. 75
warning Line contains a tab character. 76
warning '{' is followed by whitespace. 76
warning Line contains a tab character. 77
warning '{' is followed by whitespace. 77
warning Line contains a tab character. 80
warning '{' is followed by whitespace. 80
warning Line contains a tab character. 81
warning '{' is followed by whitespace. 81
warning Line contains a tab character. 82
warning '{' is followed by whitespace. 82
warning Line contains a tab character. 83
warning '{' is followed by whitespace. 83
warning Line contains a tab character. 85
warning Line contains a tab character. 86
warning Line contains a tab character. 112
warning '{' is followed by whitespace. 112
warning Line contains a tab character. 113
warning '{' is followed by whitespace. 113
warning Line contains a tab character. 114
warning Line contains a tab character. 115
warning Line contains a tab character. 116
warning '{' is followed by whitespace. 116
warning Line contains a tab character. 117
warning '{' is followed by whitespace. 117
warning Line contains a tab character. 118
warning '{' is followed by whitespace. 118
warning Line contains a tab character. 121
warning '{' is followed by whitespace. 121
warning Line contains a tab character. 122
warning '{' is followed by whitespace. 122
warning Line contains a tab character. 123
warning '{' is followed by whitespace. 123
warning Line contains a tab character. 124
warning '{' is followed by whitespace. 124
warning Line contains a tab character. 125
warning '{' is followed by whitespace. 125
warning Line contains a tab character. 126
warning '{' is followed by whitespace. 126
warning Line contains a tab character. 127
warning Line contains a tab character. 132
warning Missing a Javadoc comment. 132
warning Line contains a tab character. 133
warning Line is longer than 120 characters. 134
warning Line contains a tab character. 134
warning Line contains a tab character. 135
warning '{' should be on the previous line. 135
warning Line contains a tab character. 136
warning '(' is followed by whitespace. 136
warning ')' is preceded with whitespace. 136
warning Line contains a tab character. 137
warning '{' should be on the previous line. 137
warning Line contains a tab character. 138
warning Line contains a tab character. 139
warning Line contains a tab character. 140
warning Line contains a tab character. 141
warning Line contains a tab character. 142
warning '(' is followed by whitespace. 142
warning ')' is preceded with whitespace. 142
warning Line contains a tab character. 143
warning '{' should be on the previous line. 143
warning Line contains a tab character. 144
warning Line contains a tab character. 145
warning Line contains a tab character. 146
warning Line contains a tab character. 147
warning Line contains a tab character. 149
warning Line contains a tab character. 150
warning '{' is followed by whitespace. 150
warning Line contains a tab character. 151
warning Line contains a tab character. 152
warning '{' is followed by whitespace. 152
warning Line contains a tab character. 153
warning Line contains a tab character. 155
warning Missing a Javadoc comment. 155
warning Line contains a tab character. 156
warning Line is longer than 120 characters. 157
warning Line contains a tab character. 157
warning Line contains a tab character. 158
warning '{' should be on the previous line. 158
warning Line contains a tab character. 159
warning '(' is followed by whitespace. 159
warning ')' is preceded with whitespace. 159
warning Line contains a tab character. 160
warning '{' should be on the previous line. 160
warning Line contains a tab character. 161
warning Line contains a tab character. 162
warning Line contains a tab character. 163
warning Line contains a tab character. 164
warning Line contains a tab character. 165
warning '(' is followed by whitespace. 165
warning ')' is preceded with whitespace. 165
warning Line contains a tab character. 166
warning '{' should be on the previous line. 166
warning Line contains a tab character. 167
warning Line contains a tab character. 168
warning Line contains a tab character. 169
warning Line contains a tab character. 170
warning Line contains a tab character. 172
warning Line contains a tab character. 173
warning '{' is followed by whitespace. 173
warning Line contains a tab character. 174
warning Line contains a tab character. 175
warning '{' is followed by whitespace. 175
warning Line contains a tab character. 176
warning Line contains a tab character. 178
warning Line contains a tab character. 179
warning Missing a Javadoc comment. 179
warning Line contains a tab character. 180
warning '{' should be on the previous line. 180
warning Line contains a tab character. 183
warning Line contains a tab character. 184
warning '{' is followed by whitespace. 184
warning Line contains a tab character. 185
warning Line contains a tab character. 186
warning '{' is followed by whitespace. 186
warning Line contains a tab character. 187
warning Line contains a tab character. 188
warning Line contains a tab character. 189