Checkstyle Results

The following document contains the results of Checkstyle.

Summary

Files Errors
74 5013

Files

Files Errors
junit/quilt/adapter/JUnitAdapter.java 16
junit/quilt/adapters/MainAdapter.java 13
junit/quilt/QuiltOptions.java 21
junit/quilt/ant/AntQuiltRunner.java 299
junit/quilt/cover/ball94/ArrayIncrement.java 59
junit/quilt/cover/ball94/B94ClassLoader.java 140
junit/quilt/cover/ball94/B94Collector.java 85
junit/quilt/cover/ball94/B94Registry.java 35
junit/quilt/cover/generic/BlockVertex.java 132
junit/quilt/cover/generic/BranchEdge.java 54
junit/quilt/cover/generic/BranchSegment.java 25
junit/quilt/cover/generic/BytecodeLayout.java 104
junit/quilt/cover/generic/ControlFlowGraph.java 559
junit/quilt/cover/generic/DummyEdge.java 17
junit/quilt/cover/generic/EdgeFactory.java 59
junit/quilt/cover/generic/EdgeFactoryImpl.java 66
junit/quilt/cover/generic/ExceptionEdge.java 83
junit/quilt/cover/generic/FinallyVertex.java 19
junit/quilt/cover/generic/FlowControlEdge.java 34
junit/quilt/cover/generic/InitVertex.java 17
junit/quilt/cover/generic/InstContext.java 21
junit/quilt/cover/generic/JSREdge.java 39
junit/quilt/cover/generic/LabeledNOP.java 17
junit/quilt/cover/generic/MethInstClassLoader.java 199
junit/quilt/cover/generic/NormalEdge.java 39
junit/quilt/cover/generic/ReturnEdge.java 33
junit/quilt/cover/generic/SelectEdge.java 77
junit/quilt/cover/generic/StatementSegment.java 11
junit/quilt/cover/generic/QuiltClassLoader.java 221
junit/quilt/cover/none/NoneClassLoader.java 26
junit/quilt/cover/none/NoneCollector.java 14
junit/quilt/cover/none/NoneRegistry.java 44
junit/quilt/cover/state/BasicBlock.java 13
junit/quilt/cover/state/CallVisitVertex.java 55
junit/quilt/cover/state/InitVertex.java 54
junit/quilt/cover/state/InvalidTransitionException.java 6
junit/quilt/cover/state/SMClassLoader.java 155
junit/quilt/cover/state/SimpleStateMachine.java 129
junit/quilt/cover/state/StateMachineCollector.java 8
junit/quilt/cover/state/StateMachineRegistry.java 40
junit/quilt/exception/InvalidTransitionException.java 6
junit/quilt/exception/QuiltException.java 7
junit/quilt/framework/CoverageSegment.java 12
junit/quilt/framework/CoverageSegmentImpl.java 49
junit/quilt/framework/ProgramAdapter.java 43
junit/quilt/framework/QuiltCollector.java 24
junit/quilt/framework/QuiltCollectorImpl.java 119
junit/quilt/framework/QuiltDecorator.java 22
junit/quilt/framework/QuiltRegistry.java 128
junit/quilt/framework/StatementSegment.java 8
junit/quilt/framework/StatementSegmentImpl.java 45
junit/quilt/framework/TestRegistry.java 53
junit/quilt/reports/Report.java 8
junit/quilt/reports/TreeReport.java 89
junit/quilt/reports/XMLReport.java 80
junit/quilt/reports/XMLSummary.java 85
junit/quilt/runner/QuiltRunner.java 103
junit/quilt/runner/QuiltSuiteLoader.java 34
junit/quilt/textui/Quilt.java 173
junit/quilt/ui/jips/JipsPanel.java 146
junit/quilt/ui/ClassBrowser.java 42
junit/quilt/ui/CoverAction.java 35
junit/quilt/ui/Jips.java 108
junit/quilt/ui/Quilt.java 74
junit/quilt/ui/ReportAction.java 62
junit/quilt/ui/ResourceAction.java 42
junit/quilt/ui/TestBrowser.java 45
junit/quilt/util/About.java 10
junit/quilt/util/Contributors.java 10
junit/quilt/util/DisplayPanel.java 13
junit/quilt/util/Registry.java 158
junit/quilt/util/RegistryBrowser.java 129
junit/quilt/util/RegistryBrowserAware.java 6
junit/quilt/util/RegistryListener.java 7

junit/quilt/adapter/JUnitAdapter.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 10
Unused import - java.awt.event.ActionEvent 11
type is missing a Javadoc comment. 13
variable 'runner' missing Javadoc. 16
method is missing a Javadoc comment. 18
'{' should be on a new line. 18
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
method is missing a Javadoc comment. 22
'{' should be on a new line. 22
line contains a tab character 23
'(' is followed by whitespace. 23
')' is preceeded by whitespace. 23

junit/quilt/adapters/MainAdapter.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 11
Unused import - java.awt.event.ActionEvent 12
type is missing a Javadoc comment. 14
method is missing a Javadoc comment. 17
'(' is followed by whitespace. 17
')' is preceeded by whitespace. 17
'{' should be on a new line. 17
line contains a tab character 18
'(' is followed by whitespace. 18
')' is preceeded by whitespace. 18
method is missing a Javadoc comment. 21
'{' should be on a new line. 21

junit/quilt/QuiltOptions.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 9
type is missing a Javadoc comment. 11
method is missing a Javadoc comment. 13
'{' should be on a new line. 13
line contains a tab character 14
line contains a tab character 15
line contains a tab character 16
line contains a tab character 17
line contains a tab character 18
line contains a tab character 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 23
line contains a tab character 24
variable 'OPT_REGISTRY' missing Javadoc. 27
variable 'OPT_REPORT' missing Javadoc. 28
variable 'OPT_TEST' missing Javadoc. 29
variable 'OPT_VERSION' missing Javadoc. 30
variable 'OPT_HELP' missing Javadoc. 31

junit/quilt/ant/AntQuiltRunner.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 19
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 22
Avoid using the '.*' form of import. 23
type is missing a Javadoc comment. 25
variable 'filesets' missing Javadoc. 28
variable 'reporter' missing Javadoc. 30
variable 'registryClass' missing Javadoc. 31
variable 'antLoader' missing Javadoc. 32
variable 'reportDir' missing Javadoc. 33
variable 'packages' missing Javadoc. 34
variable 'compileClasspath' missing Javadoc. 35
variable 'ext' missing Javadoc. 36
type is missing a Javadoc comment. 38
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
'(' is followed by whitespace. 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
')' is preceeded by whitespace. 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
line contains a tab character 48
line contains a tab character 50
method is missing a Javadoc comment. 50
'(' is followed by whitespace. 50
')' is preceeded by whitespace. 50
'{' should be on a new line. 50
line contains a tab character 51
method is missing a Javadoc comment. 51
'(' is followed by whitespace. 51
')' is preceeded by whitespace. 51
'{' should be on a new line. 51
line contains a tab character 52
method is missing a Javadoc comment. 52
'(' is followed by whitespace. 52
')' is preceeded by whitespace. 52
'{' should be on a new line. 52
line contains a tab character 53
method is missing a Javadoc comment. 53
'(' is followed by whitespace. 53
')' is preceeded by whitespace. 53
line contains a tab character 54
line contains a tab character 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
method is missing a Javadoc comment. 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
line contains a tab character 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 64
method is missing a Javadoc comment. 67
'{' should be on a new line. 67
method is missing a Javadoc comment. 70
'(' is followed by whitespace. 70
')' is preceeded by whitespace. 70
'{' should be on a new line. 70
line contains a tab character 71
method is missing a Javadoc comment. 74
'(' is followed by whitespace. 74
')' is preceeded by whitespace. 74
'{' should be on a new line. 74
line contains a tab character 75
line contains a tab character 76
'{' should be on a new line. 76
line contains a tab character 77
'(' is followed by whitespace. 77
')' is preceeded by whitespace. 77
line contains a tab character 78
method is missing a Javadoc comment. 81
'(' is followed by whitespace. 81
')' is preceeded by whitespace. 81
line contains a tab character 82
line contains a tab character 84
'{' should be on a new line. 84
line contains a tab character 85
line contains a tab character 86
'(' is followed by whitespace. 86
')' is preceeded by whitespace. 86
line contains a tab character 87
'}' should be alone on a line. 87
'{' should be on a new line. 87
line contains a tab character 88
'(' is followed by whitespace. 88
')' is preceeded by whitespace. 88
line contains a tab character 89
method is missing a Javadoc comment. 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
line contains a tab character 93
line contains a tab character 95
'{' should be on a new line. 95
line contains a tab character 96
line contains a tab character 98
'(' is followed by whitespace. 98
')' is preceeded by whitespace. 98
line contains a tab character 99
line contains a tab character 100
'}' should be alone on a line. 100
'{' should be on a new line. 100
line contains a tab character 101
'(' is followed by whitespace. 101
line contains a tab character 102
line contains a tab character 103
line contains a tab character 108
line contains a tab character 109
line contains a tab character 110
line contains a tab character 111
line contains a tab character 112
method is missing a Javadoc comment. 115
'(' is followed by whitespace. 115
')' is preceeded by whitespace. 115
'{' should be on a new line. 115
line contains a tab character 116
method is missing a Javadoc comment. 119
'(' is followed by whitespace. 119
')' is preceeded by whitespace. 119
'{' should be on a new line. 119
line contains a tab character 120
'(' is followed by whitespace. 120
')' is preceeded by whitespace. 120
method is missing a Javadoc comment. 123
'{' should be on a new line. 123
line contains a tab character 124
'{' should be on a new line. 124
line contains a tab character 125
'(' is followed by whitespace. 125
')' is preceeded by whitespace. 125
line contains a tab character 126
line contains a tab character 127
method is missing a Javadoc comment. 130
'{' should be on a new line. 130
line contains a tab character 131
method is missing a Javadoc comment. 134
'(' is followed by whitespace. 134
')' is preceeded by whitespace. 134
'{' should be on a new line. 134
line contains a tab character 135
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135
Expected an @return tag. 146
'(' is followed by whitespace. 146
Expected @param tag for 'rawTestName'. 146
')' is preceeded by whitespace. 146
'{' should be on a new line. 146
line contains a tab character 147
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
'if' construct must use '{}'s. 148
line contains a tab character 148
line contains a tab character 149
'(' is followed by whitespace. 149
')' is preceeded by whitespace. 149
line contains a tab character 150
'if' construct must use '{}'s. 151
line contains a tab character 151
line contains a tab character 152
line contains a tab character 153
'(' is followed by whitespace. 153
line contains a tab character 154
line contains a tab character 155
',' needs to be followed by whitespace. 155
line contains a tab character 156
line contains a tab character 157
Expected an @return tag. 167
'(' is followed by whitespace. 167
Expected @param tag for 'testName'. 167
')' is preceeded by whitespace. 167
line contains a tab character 168
Expected @throws tag for 'IOException'. 168
line contains a tab character 170
'(' is followed by whitespace. 170
line contains a tab character 171
'(' is followed by whitespace. 171
')' is preceeded by whitespace. 171
method is missing a Javadoc comment. 175
'{' should be on a new line. 175
line contains a tab character 176
'{' should be on a new line. 176
line contains a tab character 177
line contains a tab character 178
'{' should be on a new line. 178
line contains a tab character 179
line contains a tab character 180
'}' should be alone on a line. 180
'{' should be on a new line. 180
line contains a tab character 181
line contains a tab character 182
line contains a tab character 184
line contains a tab character 185
line contains a tab character 186
'{' should be on a new line. 186
line contains a tab character 187
'(' is followed by whitespace. 187
')' is preceeded by whitespace. 187
line contains a tab character 188
'(' is followed by whitespace. 188
')' is preceeded by whitespace. 188
line contains a tab character 189
line contains a tab character 191
line contains a tab character 192
'{' should be on a new line. 192
line contains a tab character 193
'(' is followed by whitespace. 193
line contains a tab character 194
line contains a tab character 195
line contains a tab character 196
')' is preceeded by whitespace. 196
line contains a tab character 197
line contains a tab character 198
line longer than 80 characters 199
line contains a tab character 199
'(' is followed by whitespace. 199
')' is preceeded by whitespace. 199
line contains a tab character 200
line contains a tab character 201
line contains a tab character 202
line contains a tab character 203
'{' should be on a new line. 203
line contains a tab character 204
line contains a tab character 205
'(' is followed by whitespace. 205
')' is preceeded by whitespace. 205
line contains a tab character 206
'{' should be on a new line. 206
line contains a tab character 207
'{' should be on a new line. 207
line longer than 80 characters 208
line contains a tab character 208
'(' is followed by whitespace. 208
'(' is followed by whitespace. 208
'(' is followed by whitespace. 208
')' is preceeded by whitespace. 208
line contains a tab character 209
')' is preceeded by whitespace. 209
line contains a tab character 210
'}' should be alone on a line. 210
'{' should be on a new line. 210
line longer than 80 characters 211
line contains a tab character 211
line contains a tab character 212
')' is preceeded by whitespace. 212
line contains a tab character 213
line contains a tab character 214
'}' should be alone on a line. 214
'{' should be on a new line. 214
line contains a tab character 215
line contains a tab character 216
line contains a tab character 217
line longer than 80 characters 218
line contains a tab character 218
line contains a tab character 219
line longer than 80 characters 220
line contains a tab character 220
line contains a tab character 221
line contains a tab character 222
line contains a tab character 223
'{' should be on a new line. 223
line longer than 80 characters 224
line contains a tab character 224
line contains a tab character 225
line contains a tab character 226
'{' should be on a new line. 226
line longer than 80 characters 227
line contains a tab character 227
line contains a tab character 228
')' is preceeded by whitespace. 228
line contains a tab character 229
line contains a tab character 230
line contains a tab character 231
line contains a tab character 232
line contains a tab character 233
'{' should be on a new line. 233
line longer than 80 characters 234
line contains a tab character 234
')' is preceeded by whitespace. 234
line contains a tab character 235
line contains a tab character 236
line contains a tab character 237
line contains a tab character 238
line contains a tab character 239
'}' should be alone on a line. 239
'{' should be on a new line. 239
line contains a tab character 240
'(' is followed by whitespace. 240
')' is preceeded by whitespace. 240
line contains a tab character 241

junit/quilt/cover/ball94/ArrayIncrement.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 7
variable 'pos' missing Javadoc. 10
method is missing a Javadoc comment. 12
'(' is followed by whitespace. 12
')' is preceeded by whitespace. 12
'{' should be on a new line. 12
line contains a tab character 13
line contains a tab character 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
line contains a tab character 18
line contains a tab character 20
'(' is followed by whitespace. 20
'(' is followed by whitespace. 20
')' is preceeded by whitespace. 20
')' is preceeded by whitespace. 20
'(' is followed by whitespace. 21
'(' is followed by whitespace. 21
line contains a tab character 22
'(' is followed by whitespace. 22
'(' is followed by whitespace. 22
')' is preceeded by whitespace. 22
')' is preceeded by whitespace. 22
'(' is followed by whitespace. 23
'(' is followed by whitespace. 23
')' is preceeded by whitespace. 23
')' is preceeded by whitespace. 23
line contains a tab character 24
'(' is followed by whitespace. 24
'(' is followed by whitespace. 24
')' is preceeded by whitespace. 24
')' is preceeded by whitespace. 24
line contains a tab character 25
'(' is followed by whitespace. 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
')' is preceeded by whitespace. 25
line contains a tab character 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
line contains a tab character 27
'(' is followed by whitespace. 27
line contains a tab character 28
'(' is followed by whitespace. 28
')' is preceeded by whitespace. 28
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
line contains a tab character 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
line contains a tab character 33
'(' is followed by whitespace. 33
')' is preceeded by whitespace. 33
method is missing a Javadoc comment. 36
'{' should be on a new line. 36
line contains a tab character 37

junit/quilt/cover/ball94/B94ClassLoader.java

Error Line
Line does not match expected header line of ''. 2
Unused import - java.util.Set 13
Unused import - java.util.Map 14
Unused import - java.util.HashSet 16
Unused import - java.util.HashMap 17
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 22
Avoid using the '.*' form of import. 23
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 33
type is missing a Javadoc comment. 35
variable 'registry' missing Javadoc. 38
method is missing a Javadoc comment. 40
'(' is followed by whitespace. 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
'{' should be on a new line. 43
line contains a tab character 44
'(' is followed by whitespace. 44
')' is preceeded by whitespace. 44
line contains a tab character 45
method is missing a Javadoc comment. 48
'(' is followed by whitespace. 48
line contains a tab character 49
')' is preceeded by whitespace. 49
line contains a tab character 50
'{' should be on a new line. 50
line contains a tab character 52
line contains a tab character 53
'(' is followed by whitespace. 53
line contains a tab character 54
')' is preceeded by whitespace. 54
line contains a tab character 55
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
line contains a tab character 58
line contains a tab character 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
line contains a tab character 61
'(' is followed by whitespace. 61
')' is preceeded by whitespace. 61
line contains a tab character 62
'(' is followed by whitespace. 62
')' is preceeded by whitespace. 62
line contains a tab character 63
'(' is followed by whitespace. 63
')' is preceeded by whitespace. 63
line contains a tab character 65
line contains a tab character 67
line contains a tab character 68
'(' is followed by whitespace. 68
')' is preceeded by whitespace. 68
line contains a tab character 70
'(' is followed by whitespace. 70
line contains a tab character 71
line contains a tab character 72
'(' is followed by whitespace. 72
')' is preceeded by whitespace. 72
line contains a tab character 74
'(' is followed by whitespace. 74
line contains a tab character 75
'(' is followed by whitespace. 75
line contains a tab character 76
')' is preceeded by whitespace. 76
line contains a tab character 78
line contains a tab character 79
line contains a tab character 80
'{' should be on a new line. 80
line contains a tab character 81
line contains a tab character 82
line contains a tab character 83
line contains a tab character 84
line contains a tab character 85
line contains a tab character 86
line contains a tab character 87
Expected an @return tag. 135
'(' is followed by whitespace. 135
Expected @param tag for 'graph'. 135
line contains a tab character 136
Expected @param tag for 'chords'. 136
line contains a tab character 137
Expected @param tag for 'vertices'. 137
line contains a tab character 138
Expected @param tag for 'edges'. 138
')' is preceeded by whitespace. 138
'{' should be on a new line. 138
line contains a tab character 139
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
line contains a tab character 140
line contains a tab character 141
line contains a tab character 142
line contains a tab character 144
line contains a tab character 145
line contains a tab character 147
line contains a tab character 148
'{' should be on a new line. 148
line contains a tab character 149
line contains a tab character 150
'(' is followed by whitespace. 150
')' is preceeded by whitespace. 150
line contains a tab character 152
'(' is followed by whitespace. 152
')' is preceeded by whitespace. 152
line contains a tab character 153
'++' is preceeded with whitespace. 153
line contains a tab character 154
line contains a tab character 156
line contains a tab character 157
'{' should be on a new line. 157
line contains a tab character 158
line contains a tab character 160
line contains a tab character 161
'{' should be on a new line. 161
line contains a tab character 162
'(' is followed by whitespace. 162
')' is preceeded by whitespace. 162
line contains a tab character 163
'(' is followed by whitespace. 163
')' is preceeded by whitespace. 163
line contains a tab character 164
line contains a tab character 166
line contains a tab character 167
'{' should be on a new line. 167
line contains a tab character 168
'(' is followed by whitespace. 168
')' is preceeded by whitespace. 168
line contains a tab character 169
'(' is followed by whitespace. 169
')' is preceeded by whitespace. 169
line contains a tab character 170
line contains a tab character 171
line contains a tab character 172
line contains a tab character 174

junit/quilt/cover/ball94/B94Collector.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 17
Unused import - java.util.Iterator 22
type is missing a Javadoc comment. 24
variable 'edgeMatrix' missing Javadoc. 27
variable 'graph' missing Javadoc. 28
variable 'edges' missing Javadoc. 29
variable 'vertices' missing Javadoc. 30
variable 'stats' missing Javadoc. 31
variable 'capabilities' missing Javadoc. 33
line contains a tab character 34
'(' is followed by whitespace. 55
Expected @param tag for 'vertices'. 55
line contains a tab character 56
Expected @param tag for 'edges'. 56
line contains a tab character 57
Expected @param tag for 'edgeMatrix'. 57
line contains a tab character 58
Expected @param tag for 'stats'. 58
line contains a tab character 60
'(' is followed by whitespace. 60
')' is preceeded by whitespace. 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
method is missing a Javadoc comment. 68
'{' should be on a new line. 68
line contains a tab character 69
line contains a tab character 70
variable 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
'(' is followed by whitespace. 70
line contains a tab character 71
')' is preceeded by whitespace. 71
line contains a tab character 73
'{' should be on a new line. 73
line contains a tab character 74
'(' is followed by whitespace. 74
line contains a tab character 75
line contains a tab character 77
variable 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
'(' is followed by whitespace. 77
')' is preceeded by whitespace. 77
line contains a tab character 79
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
line contains a tab character 80
'{' should be on a new line. 80
line contains a tab character 81
variable 'BS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
line contains a tab character 82
line contains a tab character 83
line contains a tab character 84
'(' is followed by whitespace. 84
'(' is followed by whitespace. 84
'(' is followed by whitespace. 84
')' is preceeded by whitespace. 84
')' is preceeded by whitespace. 84
line contains a tab character 85
'(' is followed by whitespace. 85
')' is preceeded by whitespace. 85
line contains a tab character 86
line contains a tab character 88
line contains a tab character 90
line contains a tab character 91
method is missing a Javadoc comment. 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
'{' should be on a new line. 92
line contains a tab character 93
'{' should be on a new line. 93
line contains a tab character 94
line contains a tab character 95
line contains a tab character 96
method is missing a Javadoc comment. 99
'{' should be on a new line. 99
line contains a tab character 100
'{' should be on a new line. 100
line contains a tab character 101
line contains a tab character 102

junit/quilt/cover/ball94/B94Registry.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
variable 'LEVELS' missing Javadoc. 15
method is missing a Javadoc comment. 17
'{' should be on a new line. 17
line contains a tab character 18
'(' is followed by whitespace. 18
')' is preceeded by whitespace. 18
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
method is missing a Javadoc comment. 22
'(' is followed by whitespace. 22
line contains a tab character 23
line contains a tab character 24
')' is preceeded by whitespace. 24
'{' should be on a new line. 24
line contains a tab character 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
Unused @param tag for 'classname'. 30
Unused @param tag for 'methodname'. 31
'(' is followed by whitespace. 34
Expected @param tag for 'className'. 34
Expected @param tag for 'methodName'. 34
line contains a tab character 35
')' is preceeded by whitespace. 35
line contains a tab character 37
'(' is followed by whitespace. 37
')' is preceeded by whitespace. 37
'(' is followed by whitespace. 47
line contains a tab character 49
cast needs to be followed by whitespace. 49

junit/quilt/cover/generic/BlockVertex.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 15
Unused import - java.util.Map 20
Unused import - java.util.HashMap 21
type is missing a Javadoc comment. 23
variable 'instructions' missing Javadoc. 26
variable 'lnt' missing Javadoc. 27
variable 'copy' missing Javadoc. 28
variable 'isPrefix' missing Javadoc. 29
variable 'isCopy' missing Javadoc. 30
'{' should be on a new line. 37
'(' is followed by whitespace. 45
Expected @param tag for 'il'. 45
')' is preceeded by whitespace. 45
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
'(' is followed by whitespace. 56
Expected @param tag for 'lnt'. 56
')' is preceeded by whitespace. 56
line contains a tab character 58
'(' is followed by whitespace. 66
Expected @param tag for 'il'. 66
line contains a tab character 67
Expected @param tag for 'lnt'. 67
')' is preceeded by whitespace. 67
line contains a tab character 69
'(' is followed by whitespace. 69
')' is preceeded by whitespace. 69
line contains a tab character 70
'(' is followed by whitespace. 78
Expected @param tag for 'instruction'. 78
')' is preceeded by whitespace. 78
line contains a tab character 80
'(' is followed by whitespace. 80
')' is preceeded by whitespace. 80
Expected an @return tag. 88
'{' should be on a new line. 88
line contains a tab character 89
Expected an @return tag. 97
'{' should be on a new line. 97
line contains a tab character 98
Expected an @return tag. 106
'if' construct must use '{}'s. 108
line contains a tab character 108
line contains a tab character 109
'(' is followed by whitespace. 109
')' is preceeded by whitespace. 109
Expected an @return tag. 117
'if' construct must use '{}'s. 119
line contains a tab character 119
line contains a tab character 120
'(' is followed by whitespace. 120
')' is preceeded by whitespace. 120
method is missing a Javadoc comment. 123
'(' is followed by whitespace. 123
')' is preceeded by whitespace. 123
'{' should be on a new line. 123
line contains a tab character 124
line contains a tab character 125
'(' is followed by whitespace. 125
')' is preceeded by whitespace. 125
line contains a tab character 126
line contains a tab character 127
method is missing a Javadoc comment. 130
'{' should be on a new line. 130
line contains a tab character 131
'{' should be on a new line. 131
line contains a tab character 132
'{' should be on a new line. 132
line contains a tab character 133
'(' is followed by whitespace. 133
')' is preceeded by whitespace. 133
line contains a tab character 134
line contains a tab character 135
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135
line contains a tab character 136
'}' should be alone on a line. 136
'{' should be on a new line. 136
line contains a tab character 137
line contains a tab character 138
line contains a tab character 139
method is missing a Javadoc comment. 142
'{' should be on a new line. 142
'if' construct must use '{}'s. 143
line contains a tab character 143
line contains a tab character 145
method is missing a Javadoc comment. 148
'{' should be on a new line. 148
'if' construct must use '{}'s. 149
line contains a tab character 149
line contains a tab character 151
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 151
line contains a tab character 152
'{' should be on a new line. 152
line contains a tab character 153
'(' is followed by whitespace. 153
')' is preceeded by whitespace. 153
line contains a tab character 154
line contains a tab character 156
line contains a tab character 158
'{' should be on a new line. 158
line contains a tab character 159
line contains a tab character 160
'{' should be on a new line. 160
line contains a tab character 161
'(' is followed by whitespace. 161
')' is preceeded by whitespace. 161
line contains a tab character 162
'}' should be alone on a line. 162
'{' should be on a new line. 162
line contains a tab character 163
'(' is followed by whitespace. 163
')' is preceeded by whitespace. 163
line contains a tab character 164
line contains a tab character 165
line contains a tab character 167
'{' should be on a new line. 167
line contains a tab character 168
'(' is followed by whitespace. 168
')' is preceeded by whitespace. 168
line contains a tab character 169
line contains a tab character 170
method is missing a Javadoc comment. 173
'{' should be on a new line. 173
'if' construct must use '{}'s. 174
line contains a tab character 174
line contains a tab character 175
line contains a tab character 176

junit/quilt/cover/generic/BranchEdge.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
variable 'expr' missing Javadoc. 15
variable 'value' missing Javadoc. 16
method is missing a Javadoc comment. 18
line contains a tab character 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 23
'(' is followed by whitespace. 23
')' is preceeded by whitespace. 23
line contains a tab character 24
line contains a tab character 25
method is missing a Javadoc comment. 28
'(' is followed by whitespace. 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 31
')' is preceeded by whitespace. 31
line contains a tab character 32
line contains a tab character 34
'{' should be on a new line. 34
line contains a tab character 35
'{' should be on a new line. 35
line contains a tab character 36
'(' is followed by whitespace. 36
')' is preceeded by whitespace. 36
line contains a tab character 37
'}' should be alone on a line. 37
'{' should be on a new line. 37
line contains a tab character 38
'{' should be on a new line. 38
line contains a tab character 39
'(' is followed by whitespace. 39
'(' is followed by whitespace. 39
')' is preceeded by whitespace. 39
')' is preceeded by whitespace. 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 42
'}' should be alone on a line. 42
'{' should be on a new line. 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
method is missing a Javadoc comment. 48
'{' should be on a new line. 48
line contains a tab character 49
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
'if' construct must use '{}'s. 50
line contains a tab character 50
line contains a tab character 51
line contains a tab character 53

junit/quilt/cover/generic/BranchSegment.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 3
type is missing a Javadoc comment. 5
variable 'fileName' missing Javadoc. 8
variable 'fce' missing Javadoc. 9
variable 'numVisits' missing Javadoc. 10
method is missing a Javadoc comment. 12
'(' is followed by whitespace. 12
line contains a tab character 13
')' is preceeded by whitespace. 13
'{' should be on a new line. 13
line contains a tab character 14
line contains a tab character 15
line contains a tab character 16
method is missing a Javadoc comment. 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
'{' should be on a new line. 19
line contains a tab character 20
method is missing a Javadoc comment. 23
'{' should be on a new line. 23
line contains a tab character 24
method is missing a Javadoc comment. 27
'{' should be on a new line. 27
line contains a tab character 28

junit/quilt/cover/generic/BytecodeLayout.java

Error Line
Line does not match expected header line of ''. 2
Unused import - java.util.Set 11
Unused import - java.util.HashSet 13
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 19
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 22
type is missing a Javadoc comment. 24
variable 'startHandle' missing Javadoc. 27
variable 'endHandle' missing Javadoc. 28
variable 'method' missing Javadoc. 30
variable 'graph' missing Javadoc. 31
variable 'il' missing Javadoc. 32
variable 'err' missing Javadoc. 34
variable 'isOK' missing Javadoc. 35
method is missing a Javadoc comment. 37
'(' is followed by whitespace. 37
')' is preceeded by whitespace. 37
'{' should be on a new line. 37
method is missing a Javadoc comment. 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
'{' should be on a new line. 42
method is missing a Javadoc comment. 46
'{' should be on a new line. 46
'(' is followed by whitespace. 50
')' is preceeded by whitespace. 50
'(' is followed by whitespace. 54
')' is preceeded by whitespace. 54
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
method is missing a Javadoc comment. 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
'{' should be on a new line. 58
method is missing a Javadoc comment. 61
'(' is followed by whitespace. 61
')' is preceeded by whitespace. 61
'{' should be on a new line. 61
'(' is followed by whitespace. 64
')' is preceeded by whitespace. 64
'(' is followed by whitespace. 65
')' is preceeded by whitespace. 65
'{' should be on a new line. 67
'(' is followed by whitespace. 68
line contains a tab character 69
line contains a tab character 70
'(' is followed by whitespace. 70
')' is preceeded by whitespace. 70
line contains a tab character 71
'(' is followed by whitespace. 71
')' is preceeded by whitespace. 71
')' is preceeded by whitespace. 71
'}' should be alone on a line. 72
'{' should be on a new line. 72
method is missing a Javadoc comment. 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
'{' should be on a new line. 79
method is missing a Javadoc comment. 80
'(' is followed by whitespace. 80
')' is preceeded by whitespace. 80
'{' should be on a new line. 80
method is missing a Javadoc comment. 84
'(' is followed by whitespace. 84
')' is preceeded by whitespace. 84
'{' should be on a new line. 84
line contains a tab character 86
line contains a tab character 89
line contains a tab character 90
'{' should be on a new line. 92
'(' is followed by whitespace. 93
')' is preceeded by whitespace. 93
'(' is followed by whitespace. 94
')' is preceeded by whitespace. 94
line contains a tab character 97
line contains a tab character 98
line contains a tab character 99
line contains a tab character 100
line contains a tab character 102
line longer than 80 characters 103
line contains a tab character 103
line contains a tab character 104
line contains a tab character 105
line contains a tab character 107
line longer than 80 characters 108
line contains a tab character 108
line contains a tab character 110
line contains a tab character 111
line contains a tab character 112
line contains a tab character 114
line contains a tab character 115
line contains a tab character 116
line contains a tab character 117
line contains a tab character 118
line contains a tab character 119
line contains a tab character 120
method is missing a Javadoc comment. 123
'if' construct must use '{}'s. 126
'if' construct must use '{}'s. 129
'(' is followed by whitespace. 132
')' is preceeded by whitespace. 132
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135

junit/quilt/cover/generic/ControlFlowGraph.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 19
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 22
type is missing a Javadoc comment. 24
variable 'clazz' missing Javadoc. 28
variable 'method' missing Javadoc. 29
variable 'oldMethod' missing Javadoc. 30
variable 'pool' missing Javadoc. 31
variable 'start' missing Javadoc. 32
variable 'end' missing Javadoc. 33
Expected @param tag for 'context'. 42
line contains a tab character 43
Expected @param tag for 'method'. 43
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
line contains a tab character 46
line contains a tab character 47
line contains a tab character 48
line contains a tab character 49
method is missing a Javadoc comment. 52
'(' is followed by whitespace. 52
')' is preceeded by whitespace. 52
'{' should be on a new line. 52
line contains a tab character 53
line contains a tab character 55
line contains a tab character 56
line contains a tab character 57
'(' is followed by whitespace. 57
')' is preceeded by whitespace. 57
line contains a tab character 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
line contains a tab character 60
'(' is followed by whitespace. 60
')' is preceeded by whitespace. 60
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
'(' is followed by whitespace. 65
')' is preceeded by whitespace. 65
line contains a tab character 68
line contains a tab character 69
line contains a tab character 70
'(' is followed by whitespace. 70
'(' is followed by whitespace. 70
line contains a tab character 71
line contains a tab character 72
line contains a tab character 73
line contains a tab character 76
line contains a tab character 77
line contains a tab character 79
line contains a tab character 80
'{' should be on a new line. 80
line contains a tab character 81
line contains a tab character 82
line contains a tab character 83
line contains a tab character 84
line contains a tab character 85
'{' should be on a new line. 85
line contains a tab character 86
'(' is followed by whitespace. 86
')' is preceeded by whitespace. 86
line contains a tab character 87
'(' is followed by whitespace. 87
')' is preceeded by whitespace. 87
line contains a tab character 88
line contains a tab character 89
'}' should be alone on a line. 89
'{' should be on a new line. 89
line contains a tab character 90
line contains a tab character 91
'}' should be alone on a line. 91
'{' should be on a new line. 91
line contains a tab character 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
line contains a tab character 93
'}' should be alone on a line. 93
'{' should be on a new line. 93
line contains a tab character 94
'(' is followed by whitespace. 94
')' is preceeded by whitespace. 94
line contains a tab character 95
'}' should be alone on a line. 95
'{' should be on a new line. 95
line contains a tab character 96
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 96
line contains a tab character 97
'}' should be alone on a line. 97
'{' should be on a new line. 97
line contains a tab character 98
'(' is followed by whitespace. 98
')' is preceeded by whitespace. 98
line contains a tab character 99
'}' should be alone on a line. 99
'{' should be on a new line. 99
line contains a tab character 100
'(' is followed by whitespace. 100
line contains a tab character 101
')' is preceeded by whitespace. 101
line contains a tab character 102
'}' should be alone on a line. 102
'{' should be on a new line. 102
line contains a tab character 103
'(' is followed by whitespace. 103
')' is preceeded by whitespace. 103
line contains a tab character 104
line contains a tab character 105
Expected an @return tag. 120
'(' is followed by whitespace. 120
Expected @param tag for 'factory'. 120
line contains a tab character 121
line contains a tab character 122
')' is preceeded by whitespace. 122
'(' is followed by whitespace. 125
')' is preceeded by whitespace. 125
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
'{' should be on a new line. 130
line contains a tab character 131
line contains a tab character 132
line contains a tab character 133
'(' is followed by whitespace. 133
')' is preceeded by whitespace. 133
line contains a tab character 135
line contains a tab character 136
'(' is followed by whitespace. 136
')' is preceeded by whitespace. 136
line contains a tab character 137
'(' is followed by whitespace. 137
'(' is followed by whitespace. 137
')' is preceeded by whitespace. 137
line contains a tab character 138
')' is preceeded by whitespace. 138
line contains a tab character 140
line contains a tab character 141
'(' is followed by whitespace. 141
')' is preceeded by whitespace. 141
Expected an @return tag. 162
'(' is followed by whitespace. 162
line contains a tab character 163
')' is preceeded by whitespace. 163
line contains a tab character 165
line contains a tab character 167
'{' should be on a new line. 167
line contains a tab character 168
line contains a tab character 169
line contains a tab character 171
'{' should be on a new line. 171
line contains a tab character 172
line contains a tab character 173
line contains a tab character 174
line contains a tab character 176
method is missing a Javadoc comment. 179
'(' is followed by whitespace. 179
')' is preceeded by whitespace. 179
line contains a tab character 181
'(' is followed by whitespace. 181
'(' is followed by whitespace. 181
')' is preceeded by whitespace. 181
')' is preceeded by whitespace. 181
method is missing a Javadoc comment. 184
'(' is followed by whitespace. 184
')' is preceeded by whitespace. 184
line contains a tab character 186
'(' is followed by whitespace. 186
'(' is followed by whitespace. 186
')' is preceeded by whitespace. 186
method is missing a Javadoc comment. 189
'(' is followed by whitespace. 189
')' is preceeded by whitespace. 189
line contains a tab character 191
line contains a tab character 193
line contains a tab character 195
line contains a tab character 196
line contains a tab character 198
line contains a tab character 199
line contains a tab character 201
line contains a tab character 202
line contains a tab character 203
method is missing a Javadoc comment. 206
'{' should be on a new line. 206
line contains a tab character 207
method is missing a Javadoc comment. 210
'{' should be on a new line. 210
line contains a tab character 211
method is missing a Javadoc comment. 214
'{' should be on a new line. 214
line contains a tab character 215
line contains a tab character 216
'(' is followed by whitespace. 216
')' is preceeded by whitespace. 216
method is missing a Javadoc comment. 219
'{' should be on a new line. 219
line contains a tab character 220
line contains a tab character 221
'(' is followed by whitespace. 221
')' is preceeded by whitespace. 221
method is missing a Javadoc comment. 224
'{' should be on a new line. 224
line contains a tab character 225
line contains a tab character 226
'(' is followed by whitespace. 226
line contains a tab character 227
line contains a tab character 228
line contains a tab character 230
method is missing a Javadoc comment. 233
'{' should be on a new line. 233
line contains a tab character 234
'(' is followed by whitespace. 234
')' is preceeded by whitespace. 234
line contains a tab character 235
line contains a tab character 236
'(' is followed by whitespace. 236
')' is preceeded by whitespace. 236
line contains a tab character 238
line contains a tab character 240
'{' should be on a new line. 240
line contains a tab character 241
line contains a tab character 242
'}' should be alone on a line. 242
'{' should be on a new line. 242
line contains a tab character 243
line contains a tab character 244
line contains a tab character 245
line contains a tab character 246
method is missing a Javadoc comment. 249
'(' is followed by whitespace. 249
line contains a tab character 250
')' is preceeded by whitespace. 250
line contains a tab character 252
'if' construct must use '{}'s. 254
line contains a tab character 254
line contains a tab character 256
'(' is followed by whitespace. 256
')' is preceeded by whitespace. 256
'{' should be on a new line. 256
'if' construct must use '{}'s. 257
line contains a tab character 257
line contains a tab character 258
line contains a tab character 259
line contains a tab character 261
method is missing a Javadoc comment. 264
'{' should be on a new line. 264
line contains a tab character 265
method is missing a Javadoc comment. 268
'(' is followed by whitespace. 268
')' is preceeded by whitespace. 268
'{' should be on a new line. 268
line contains a tab character 269
'(' is followed by whitespace. 269
'(' is followed by whitespace. 269
')' is preceeded by whitespace. 269
'{' should be on a new line. 269
line contains a tab character 270
'(' is followed by whitespace. 270
')' is preceeded by whitespace. 270
line contains a tab character 271
line contains a tab character 272
'(' is followed by whitespace. 272
')' is preceeded by whitespace. 272
method is missing a Javadoc comment. 275
'(' is followed by whitespace. 275
')' is preceeded by whitespace. 275
'{' should be on a new line. 275
line contains a tab character 276
line contains a tab character 277
line contains a tab character 279
'{' should be on a new line. 279
line contains a tab character 280
line contains a tab character 281
line contains a tab character 283
'{' should be on a new line. 283
line contains a tab character 284
line contains a tab character 285
line contains a tab character 286
line contains a tab character 287
'(' is followed by whitespace. 287
')' is preceeded by whitespace. 287
method is missing a Javadoc comment. 290
'(' is followed by whitespace. 290
line contains a tab character 291
line contains a tab character 292
line contains a tab character 293
line contains a tab character 294
line contains a tab character 295
'{' should be on a new line. 295
line contains a tab character 296
'(' is followed by whitespace. 296
')' is preceeded by whitespace. 296
line contains a tab character 297
line contains a tab character 298
'(' is followed by whitespace. 298
')' is preceeded by whitespace. 298
line contains a tab character 299
line contains a tab character 300
')' is preceeded by whitespace. 300
method is missing a Javadoc comment. 303
'(' is followed by whitespace. 303
line contains a tab character 304
line contains a tab character 305
line contains a tab character 306
line contains a tab character 307
line contains a tab character 308
'{' should be on a new line. 308
line contains a tab character 310
line contains a tab character 311
'(' is followed by whitespace. 311
')' is preceeded by whitespace. 311
line contains a tab character 312
line contains a tab character 313
line contains a tab character 314
line contains a tab character 315
line contains a tab character 316
line contains a tab character 317
line contains a tab character 318
line contains a tab character 319
line contains a tab character 320
line contains a tab character 321
'{' should be on a new line. 321
line contains a tab character 322
'(' is followed by whitespace. 322
')' is preceeded by whitespace. 322
line contains a tab character 323
'(' is followed by whitespace. 323
line contains a tab character 324
')' is preceeded by whitespace. 324
line contains a tab character 325
line contains a tab character 326
'(' is followed by whitespace. 326
')' is preceeded by whitespace. 326
line contains a tab character 327
line contains a tab character 328
line contains a tab character 329
line contains a tab character 330
'(' is followed by whitespace. 330
')' is preceeded by whitespace. 330
line contains a tab character 331
'(' is followed by whitespace. 331
')' is preceeded by whitespace. 331
line contains a tab character 332
line contains a tab character 333
'(' is followed by whitespace. 333
')' is preceeded by whitespace. 333
method is missing a Javadoc comment. 336
'(' is followed by whitespace. 336
line contains a tab character 337
line contains a tab character 338
line contains a tab character 339
line contains a tab character 340
line contains a tab character 341
'{' should be on a new line. 341
line contains a tab character 342
line contains a tab character 343
line contains a tab character 344
line contains a tab character 345
'(' is followed by whitespace. 345
')' is preceeded by whitespace. 345
line contains a tab character 346
line contains a tab character 347
line contains a tab character 348
line contains a tab character 349
line contains a tab character 350
'(' is followed by whitespace. 350
')' is preceeded by whitespace. 350
line contains a tab character 351
'(' is followed by whitespace. 351
')' is preceeded by whitespace. 351
line contains a tab character 352
line contains a tab character 353
'(' is followed by whitespace. 353
')' is preceeded by whitespace. 353
line contains a tab character 354
line contains a tab character 355
line contains a tab character 356
'(' is followed by whitespace. 356
')' is preceeded by whitespace. 356
line contains a tab character 357
'(' is followed by whitespace. 357
')' is preceeded by whitespace. 357
line contains a tab character 358
line contains a tab character 359
'(' is followed by whitespace. 359
')' is preceeded by whitespace. 359
method is missing a Javadoc comment. 362
'(' is followed by whitespace. 362
line contains a tab character 363
line contains a tab character 364
line contains a tab character 365
line contains a tab character 366
line contains a tab character 367
'{' should be on a new line. 367
line contains a tab character 368
line contains a tab character 369
line contains a tab character 370
line contains a tab character 371
'(' is followed by whitespace. 371
')' is preceeded by whitespace. 371
line contains a tab character 372
line contains a tab character 373
'(' is followed by whitespace. 373
')' is preceeded by whitespace. 373
line contains a tab character 374
line contains a tab character 375
'(' is followed by whitespace. 375
')' is preceeded by whitespace. 375
method is missing a Javadoc comment. 378
'(' is followed by whitespace. 378
line contains a tab character 379
line contains a tab character 380
line contains a tab character 381
line contains a tab character 382
line contains a tab character 383
'{' should be on a new line. 383
line contains a tab character 384
line contains a tab character 385
line contains a tab character 386
line contains a tab character 387
'(' is followed by whitespace. 387
')' is preceeded by whitespace. 387
line contains a tab character 388
'(' is followed by whitespace. 388
')' is preceeded by whitespace. 388
line contains a tab character 389
line contains a tab character 390
line contains a tab character 391
'(' is followed by whitespace. 391
')' is preceeded by whitespace. 391
line contains a tab character 392
line contains a tab character 393
'(' is followed by whitespace. 393
')' is preceeded by whitespace. 393
line contains a tab character 394
line contains a tab character 395
'(' is followed by whitespace. 395
')' is preceeded by whitespace. 395
line contains a tab character 396
'(' is followed by whitespace. 396
')' is preceeded by whitespace. 396
method is missing a Javadoc comment. 399
'(' is followed by whitespace. 399
line contains a tab character 400
line contains a tab character 401
line contains a tab character 402
line contains a tab character 403
line contains a tab character 404
'{' should be on a new line. 404
line contains a tab character 405
line contains a tab character 406
'{' should be on a new line. 406
line contains a tab character 407
'(' is followed by whitespace. 407
')' is preceeded by whitespace. 407
line contains a tab character 408
'(' is followed by whitespace. 408
line contains a tab character 409
')' is preceeded by whitespace. 409
line contains a tab character 410
'(' is followed by whitespace. 410
')' is preceeded by whitespace. 410
line contains a tab character 411
line contains a tab character 412
line contains a tab character 413
line contains a tab character 414
line contains a tab character 415
'{' should be on a new line. 415
line contains a tab character 416
'(' is followed by whitespace. 416
')' is preceeded by whitespace. 416
'{' should be on a new line. 416
line contains a tab character 417
line contains a tab character 418
'(' is followed by whitespace. 418
line contains a tab character 419
'(' is followed by whitespace. 419
line longer than 80 characters 420
line contains a tab character 420
')' is preceeded by whitespace. 420
line contains a tab character 421
line contains a tab character 422
'(' is followed by whitespace. 422
line contains a tab character 423
'(' is followed by whitespace. 423
line contains a tab character 424
')' is preceeded by whitespace. 424
')' is preceeded by whitespace. 424
line contains a tab character 425
line contains a tab character 426
line contains a tab character 427
line contains a tab character 428
line contains a tab character 429
line contains a tab character 430
'{' should be on a new line. 430
line contains a tab character 431
'(' is followed by whitespace. 431
')' is preceeded by whitespace. 431
line contains a tab character 432
'(' is followed by whitespace. 432
line contains a tab character 433
')' is preceeded by whitespace. 433
line contains a tab character 434
line contains a tab character 435
line contains a tab character 436
line contains a tab character 437
line contains a tab character 438
line contains a tab character 439
line contains a tab character 440
line contains a tab character 441
line contains a tab character 442
line contains a tab character 443
line contains a tab character 444
line contains a tab character 445
'{' should be on a new line. 445
line contains a tab character 446
line contains a tab character 447
'{' should be on a new line. 447
line contains a tab character 448
'(' is followed by whitespace. 448
')' is preceeded by whitespace. 448
'{' should be on a new line. 448
line contains a tab character 449
'(' is followed by whitespace. 449
line contains a tab character 450
'{' should be on a new line. 450
line contains a tab character 451
'++' is preceeded with whitespace. 451
line contains a tab character 452
line contains a tab character 453
'(' is followed by whitespace. 453
line contains a tab character 454
'(' is followed by whitespace. 454
line longer than 80 characters 455
line contains a tab character 455
')' is preceeded by whitespace. 455
line contains a tab character 456
')' is preceeded by whitespace. 456
line contains a tab character 457
'(' is followed by whitespace. 457
line contains a tab character 458
'(' is followed by whitespace. 458
line contains a tab character 459
')' is preceeded by whitespace. 459
line contains a tab character 460
line contains a tab character 461
line contains a tab character 462
line contains a tab character 463
line contains a tab character 464
line contains a tab character 465
line contains a tab character 466
line contains a tab character 467
line contains a tab character 468
line contains a tab character 469
line contains a tab character 470

junit/quilt/cover/generic/DummyEdge.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - org.apache.commons.graph.Edge 12
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 16
method is missing a Javadoc comment. 19
line contains a tab character 20
line contains a tab character 22
'(' is followed by whitespace. 22
')' is preceeded by whitespace. 22
method is missing a Javadoc comment. 25
line contains a tab character 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
method is missing a Javadoc comment. 33
'{' should be on a new line. 33
line contains a tab character 34

junit/quilt/cover/generic/EdgeFactory.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
'{' should be on a new line. 14
Expected an @return tag. 32
redundant 'public' modifier. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
Expected an @return tag. 58
redundant 'public' modifier. 58
line contains a tab character 59
line contains a tab character 60
line contains a tab character 61
redundant 'public' modifier. 63
method is missing a Javadoc comment. 63
line contains a tab character 64
line contains a tab character 65
Unused @param tag for 'exceptions'. 79
Expected an @return tag. 85
redundant 'public' modifier. 85
line contains a tab character 86
line contains a tab character 87
Expected @param tag for 'exception'. 87
redundant 'public' modifier. 89
method is missing a Javadoc comment. 89
line contains a tab character 90
redundant 'public' modifier. 92
method is missing a Javadoc comment. 92
line contains a tab character 93
line contains a tab character 94
redundant 'public' modifier. 96
method is missing a Javadoc comment. 96
line contains a tab character 97
Expected an @return tag. 116
redundant 'public' modifier. 116
line contains a tab character 117
Expected an @return tag. 124
redundant 'public' modifier. 124
Expected @param tag for 'source'. 124
line contains a tab character 125
Expected @param tag for 'target'. 125
Unused @param tag for 'source'. 132
Expected an @return tag. 135
redundant 'public' modifier. 135
Expected @param tag for 'ret'. 135
Expected an @return tag. 143
redundant 'public' modifier. 143
'(' is followed by whitespace. 143
Expected @param tag for 'start'. 143
line contains a tab character 144
Expected @param tag for 'end'. 144
')' is preceeded by whitespace. 144
Expected an @return tag. 163
redundant 'public' modifier. 163
Expected an @return tag. 176
redundant 'public' modifier. 176
Expected an @return tag. 185
redundant 'public' modifier. 185

junit/quilt/cover/generic/EdgeFactoryImpl.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 6
method is missing a Javadoc comment. 9
'{' should be on a new line. 9
Expected an @return tag. 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 31
'{' should be on a new line. 31
line contains a tab character 32
Expected an @return tag. 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 61
method is missing a Javadoc comment. 64
line contains a tab character 65
line contains a tab character 66
line contains a tab character 68
Unused @param tag for 'exceptions'. 83
Expected an @return tag. 89
line contains a tab character 90
line contains a tab character 91
Expected @param tag for 'exception'. 91
'{' should be on a new line. 91
line contains a tab character 92
method is missing a Javadoc comment. 95
line contains a tab character 96
line contains a tab character 97
'{' should be on a new line. 97
line contains a tab character 98
method is missing a Javadoc comment. 101
line contains a tab character 102
'{' should be on a new line. 102
line contains a tab character 103
method is missing a Javadoc comment. 106
line contains a tab character 107
'{' should be on a new line. 107
line contains a tab character 108
Expected an @return tag. 128
line contains a tab character 129
'{' should be on a new line. 129
line contains a tab character 130
method is missing a Javadoc comment. 133
line contains a tab character 134
'{' should be on a new line. 134
line contains a tab character 135
method is missing a Javadoc comment. 138
line contains a tab character 139
'{' should be on a new line. 139
line contains a tab character 140
Unused @param tag for 'source'. 148
Expected an @return tag. 151
Expected @param tag for 'ret'. 151
'{' should be on a new line. 151
line contains a tab character 152
Expected an @return tag. 172
'{' should be on a new line. 172
line contains a tab character 173
Expected an @return tag. 184
'{' should be on a new line. 184
line contains a tab character 185
Expected an @return tag. 195
'{' should be on a new line. 195
line contains a tab character 196

junit/quilt/cover/generic/ExceptionEdge.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 11
Unused import - junit.quilt.exception.InvalidTransitionException 13
type is missing a Javadoc comment. 15
variable 'exception' missing Javadoc. 17
method is missing a Javadoc comment. 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 23
'(' is followed by whitespace. 23
')' is preceeded by whitespace. 23
line contains a tab character 24
'(' is followed by whitespace. 24
')' is preceeded by whitespace. 24
method is missing a Javadoc comment. 27
line contains a tab character 28
line contains a tab character 29
line contains a tab character 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
line contains a tab character 32
method is missing a Javadoc comment. 35
line contains a tab character 36
line contains a tab character 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
'(' is followed by whitespace. 39
')' is preceeded by whitespace. 39
method is missing a Javadoc comment. 42
line contains a tab character 43
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
line contains a tab character 46
method is missing a Javadoc comment. 49
'(' is followed by whitespace. 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
')' is preceeded by whitespace. 52
line contains a tab character 54
line contains a tab character 55
'{' should be on a new line. 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 59
'{' should be on a new line. 59
line contains a tab character 60
line contains a tab character 61
')' is preceeded by whitespace. 61
line contains a tab character 62
'}' should be alone on a line. 62
'{' should be on a new line. 62
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
line contains a tab character 66
')' is preceeded by whitespace. 66
line contains a tab character 67
method is missing a Javadoc comment. 70
'{' should be on a new line. 70
line contains a tab character 71
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
line contains a tab character 72
'{' should be on a new line. 72
line contains a tab character 73
line contains a tab character 74
'}' should be alone on a line. 74
'{' should be on a new line. 74
line contains a tab character 75
line contains a tab character 76
line contains a tab character 78
'{' should be on a new line. 78
line contains a tab character 79
line contains a tab character 80
'}' should be alone on a line. 80
'{' should be on a new line. 80
line contains a tab character 81
line contains a tab character 82
line contains a tab character 84
line contains a tab character 85

junit/quilt/cover/generic/FinallyVertex.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 9
type is missing a Javadoc comment. 11
method is missing a Javadoc comment. 14
'(' is followed by whitespace. 14
')' is preceeded by whitespace. 14
'{' should be on a new line. 14
line contains a tab character 15
line contains a tab character 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
method is missing a Javadoc comment. 19
'{' should be on a new line. 19
line contains a tab character 20
'(' is followed by whitespace. 20
')' is preceeded by whitespace. 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 24

junit/quilt/cover/generic/FlowControlEdge.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 7
variable 'source' missing Javadoc. 10
variable 'target' missing Javadoc. 11
variable 'weight' missing Javadoc. 12
method is missing a Javadoc comment. 14
'{' should be on a new line. 14
method is missing a Javadoc comment. 17
line contains a tab character 18
'{' should be on a new line. 18
method is missing a Javadoc comment. 23
line contains a tab character 24
line contains a tab character 25
'{' should be on a new line. 25
method is missing a Javadoc comment. 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
'{' should be on a new line. 31
method is missing a Javadoc comment. 35
'(' is followed by whitespace. 35
')' is preceeded by whitespace. 35
'{' should be on a new line. 35
method is missing a Javadoc comment. 39
'{' should be on a new line. 39
method is missing a Javadoc comment. 43
'{' should be on a new line. 43
method is missing a Javadoc comment. 47
'(' is followed by whitespace. 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 50
')' is preceeded by whitespace. 50

junit/quilt/cover/generic/InitVertex.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 10
type is missing a Javadoc comment. 12
method is missing a Javadoc comment. 15
'(' is followed by whitespace. 15
')' is preceeded by whitespace. 15
'{' should be on a new line. 15
line contains a tab character 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
method is missing a Javadoc comment. 19
'{' should be on a new line. 19
line contains a tab character 20
'(' is followed by whitespace. 20
'(' is followed by whitespace. 20
')' is preceeded by whitespace. 20
')' is preceeded by whitespace. 20

junit/quilt/cover/generic/InstContext.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 17
method is missing a Javadoc comment. 21
'{' should be on a new line. 21
method is missing a Javadoc comment. 23
'{' should be on a new line. 23
line contains a tab character 24
method is missing a Javadoc comment. 27
'{' should be on a new line. 27
line contains a tab character 28
method is missing a Javadoc comment. 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
'{' should be on a new line. 31
line contains a tab character 32
method is missing a Javadoc comment. 35
'(' is followed by whitespace. 35
')' is preceeded by whitespace. 35
'{' should be on a new line. 35
line contains a tab character 36

junit/quilt/cover/generic/JSREdge.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - org.apache.commons.graph.Edge 12
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 16
method is missing a Javadoc comment. 19
line contains a tab character 20
line contains a tab character 22
'(' is followed by whitespace. 22
')' is preceeded by whitespace. 22
method is missing a Javadoc comment. 25
'(' is followed by whitespace. 25
line contains a tab character 26
line contains a tab character 27
line contains a tab character 28
')' is preceeded by whitespace. 28
line contains a tab character 29
'if' construct must use '{}'s. 31
line contains a tab character 31
'if' construct must use '{}'s. 32
line contains a tab character 32
line contains a tab character 34
'{' should be on a new line. 34
line contains a tab character 35
'(' is followed by whitespace. 35
')' is preceeded by whitespace. 35
line contains a tab character 36
'}' should be alone on a line. 36
'{' should be on a new line. 36
line contains a tab character 37
'{' should be on a new line. 37
line contains a tab character 38
'(' is followed by whitespace. 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
line contains a tab character 40
method is missing a Javadoc comment. 43
'{' should be on a new line. 43
line contains a tab character 44

junit/quilt/cover/generic/LabeledNOP.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
variable 'label' missing Javadoc. 17
method is missing a Javadoc comment. 19
'{' should be on a new line. 19
line contains a tab character 20
method is missing a Javadoc comment. 23
'{' should be on a new line. 23
line contains a tab character 24
'{' should be on a new line. 24
line contains a tab character 25
line contains a tab character 26
'}' should be alone on a line. 26
'{' should be on a new line. 26
line contains a tab character 27
line contains a tab character 28

junit/quilt/cover/generic/MethInstClassLoader.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 18
Unused import - java.util.Iterator 20
Unused import - java.util.Map 21
Unused import - java.util.HashMap 22
Unused import - java.util.SortedMap 23
Unused import - java.util.TreeMap 24
Unused import - java.util.List 25
Unused import - java.util.ArrayList 26
type is missing a Javadoc comment. 30
variable 'edgeFactory' missing Javadoc. 33
method is missing a Javadoc comment. 35
'(' is followed by whitespace. 35
line contains a tab character 36
'{' should be on a new line. 36
line contains a tab character 37
'(' is followed by whitespace. 37
')' is preceeded by whitespace. 37
method is missing a Javadoc comment. 40
'(' is followed by whitespace. 40
line contains a tab character 41
line contains a tab character 42
'{' should be on a new line. 42
line contains a tab character 43
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
Expected an @return tag. 55
'(' is followed by whitespace. 55
Expected @param tag for 'jClass'. 55
')' is preceeded by whitespace. 55
'{' should be on a new line. 55
'{' should be on a new line. 56
line contains a tab character 57
'if' construct must use '{}'s. 60
'(' is followed by whitespace. 64
')' is preceeded by whitespace. 64
'(' is followed by whitespace. 66
')' is preceeded by whitespace. 66
'(' is followed by whitespace. 68
')' is preceeded by whitespace. 68
'(' is followed by whitespace. 69
')' is preceeded by whitespace. 69
'{' should be on a new line. 73
line contains a tab character 74
line contains a tab character 75
line contains a tab character 76
line contains a tab character 77
line contains a tab character 78
line contains a tab character 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
line contains a tab character 81
'{' should be on a new line. 82
line contains a tab character 83
line contains a tab character 84
line contains a tab character 85
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
'(' is followed by whitespace. 88
')' is preceeded by whitespace. 88
line contains a tab character 90
'{' should be on a new line. 91
line contains a tab character 92
line contains a tab character 93
line contains a tab character 94
line contains a tab character 95
line contains a tab character 96
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 96
line contains a tab character 98
'{' should be on a new line. 99
line contains a tab character 100
line contains a tab character 101
line contains a tab character 105
line contains a tab character 106
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
'{' should be on a new line. 111
line contains a tab character 112
'(' is followed by whitespace. 112
')' is preceeded by whitespace. 112
'{' should be on a new line. 112
line contains a tab character 113
'(' is followed by whitespace. 113
line contains a tab character 114
line contains a tab character 115
')' is preceeded by whitespace. 115
line contains a tab character 116
'{' should be on a new line. 116
line contains a tab character 117
line contains a tab character 118
'(' is followed by whitespace. 118
')' is preceeded by whitespace. 118
line contains a tab character 119
'(' is followed by whitespace. 119
')' is preceeded by whitespace. 119
line contains a tab character 120
'(' is followed by whitespace. 120
')' is preceeded by whitespace. 120
line contains a tab character 121
'(' is followed by whitespace. 121
line contains a tab character 122
')' is preceeded by whitespace. 122
line contains a tab character 123
'}' should be alone on a line. 123
'{' should be on a new line. 123
line contains a tab character 124
line contains a tab character 125
')' is preceeded by whitespace. 125
line contains a tab character 126
line contains a tab character 127
'(' is followed by whitespace. 130
')' is preceeded by whitespace. 130
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 131
'if' construct must use '{}'s. 133
line contains a tab character 134
'(' is followed by whitespace. 143
Expected @param tag for 'context'. 143
line contains a tab character 144
Expected @param tag for 'graph'. 144
')' is preceeded by whitespace. 144
line contains a tab character 145
Expected @throws tag for 'QuiltException'. 145
'(' is followed by whitespace. 152
Expected @param tag for 'context'. 152
line contains a tab character 153
Expected @param tag for 'graph'. 153
line contains a tab character 154
Expected @param tag for 'edge'. 154
line contains a tab character 155
Expected @param tag for 'vertex'. 155
')' is preceeded by whitespace. 155
'{' should be on a new line. 155
line contains a tab character 156
line contains a tab character 157
'{' should be on a new line. 157
line contains a tab character 158
line contains a tab character 159
line contains a tab character 160
line contains a tab character 161
line contains a tab character 162
'(' is followed by whitespace. 162
')' is preceeded by whitespace. 162
line contains a tab character 163
line contains a tab character 164
line contains a tab character 165
line contains a tab character 166
line contains a tab character 167
line contains a tab character 168
line contains a tab character 169
line contains a tab character 170
line contains a tab character 171
'(' is followed by whitespace. 171
')' is preceeded by whitespace. 171
line contains a tab character 172
'(' is followed by whitespace. 172
')' is preceeded by whitespace. 172
line contains a tab character 173
line contains a tab character 174
line contains a tab character 175
line contains a tab character 176
line contains a tab character 177
line contains a tab character 178
line contains a tab character 179
line contains a tab character 180
'(' is followed by whitespace. 180
')' is preceeded by whitespace. 180
line contains a tab character 181
'(' is followed by whitespace. 181
')' is preceeded by whitespace. 181
line contains a tab character 182
line contains a tab character 183
line contains a tab character 184
line contains a tab character 185
line contains a tab character 186
line contains a tab character 187
line contains a tab character 188
'(' is followed by whitespace. 198
Expected @param tag for 'context'. 198
')' is preceeded by whitespace. 198
Expected an @return tag. 206
'{' should be on a new line. 206
line contains a tab character 207
method is missing a Javadoc comment. 210
'(' is followed by whitespace. 210
')' is preceeded by whitespace. 210
'{' should be on a new line. 210
line contains a tab character 211
'if' construct must use '{}'s. 212
line contains a tab character 212
line contains a tab character 214
'if' construct must use '{}'s. 215
line contains a tab character 215
line contains a tab character 217

junit/quilt/cover/generic/NormalEdge.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - org.apache.commons.graph.Edge 12
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 16
method is missing a Javadoc comment. 19
line contains a tab character 20
line contains a tab character 22
'(' is followed by whitespace. 22
')' is preceeded by whitespace. 22
method is missing a Javadoc comment. 25
'(' is followed by whitespace. 25
line contains a tab character 26
line contains a tab character 27
line contains a tab character 28
')' is preceeded by whitespace. 28
line contains a tab character 29
'if' construct must use '{}'s. 31
line contains a tab character 31
'if' construct must use '{}'s. 32
line contains a tab character 32
line contains a tab character 34
'{' should be on a new line. 34
line contains a tab character 35
'(' is followed by whitespace. 35
')' is preceeded by whitespace. 35
line contains a tab character 36
'}' should be alone on a line. 36
'{' should be on a new line. 36
line contains a tab character 37
'{' should be on a new line. 37
line contains a tab character 38
'(' is followed by whitespace. 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
line contains a tab character 40
method is missing a Javadoc comment. 43
'{' should be on a new line. 43
line contains a tab character 44

junit/quilt/cover/generic/ReturnEdge.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
method is missing a Javadoc comment. 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
'{' should be on a new line. 16
line contains a tab character 17
'(' is followed by whitespace. 17
')' is preceeded by whitespace. 17
method is missing a Javadoc comment. 20
'(' is followed by whitespace. 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 23
')' is preceeded by whitespace. 23
line contains a tab character 24
line contains a tab character 26
'{' should be on a new line. 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
method is missing a Javadoc comment. 40
'{' should be on a new line. 40
line contains a tab character 41

junit/quilt/cover/generic/SelectEdge.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
variable 'expr' missing Javadoc. 16
variable 'value' missing Javadoc. 17
variable 'isDefault' missing Javadoc. 19
method is missing a Javadoc comment. 21
'(' is followed by whitespace. 21
line contains a tab character 22
line contains a tab character 23
line contains a tab character 24
')' is preceeded by whitespace. 24
line contains a tab character 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
method is missing a Javadoc comment. 32
'(' is followed by whitespace. 32
line contains a tab character 33
line contains a tab character 34
')' is preceeded by whitespace. 34
line contains a tab character 36
'(' is followed by whitespace. 36
')' is preceeded by whitespace. 36
line contains a tab character 37
line contains a tab character 38
method is missing a Javadoc comment. 41
'(' is followed by whitespace. 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
')' is preceeded by whitespace. 44
line contains a tab character 45
line contains a tab character 47
'{' should be on a new line. 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 51
'{' should be on a new line. 51
line contains a tab character 52
'(' is followed by whitespace. 52
')' is preceeded by whitespace. 52
line contains a tab character 53
'}' should be alone on a line. 53
'{' should be on a new line. 53
line contains a tab character 54
line contains a tab character 55
'{' should be on a new line. 55
line contains a tab character 56
'{' should be on a new line. 56
line contains a tab character 57
'(' is followed by whitespace. 57
')' is preceeded by whitespace. 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 60
line contains a tab character 61
'}' should be alone on a line. 61
'{' should be on a new line. 61
line contains a tab character 62
line contains a tab character 63
method is missing a Javadoc comment. 67
'{' should be on a new line. 67
line contains a tab character 68
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
line contains a tab character 69
'{' should be on a new line. 69
line contains a tab character 70
line contains a tab character 71
'}' should be alone on a line. 71
'{' should be on a new line. 71
line contains a tab character 72
line contains a tab character 73
line contains a tab character 74
line contains a tab character 75

junit/quilt/cover/generic/StatementSegment.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 8
type is missing a Javadoc comment. 10
method is missing a Javadoc comment. 13
'(' is followed by whitespace. 13
line contains a tab character 14
')' is preceeded by whitespace. 14
'{' should be on a new line. 14
line contains a tab character 15
'(' is followed by whitespace. 15
')' is preceeded by whitespace. 15

junit/quilt/cover/generic/QuiltClassLoader.java

Error Line
Line does not match expected header line of ''. 2
Unused import - org.apache.commons.graph.Graph 9
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 14
Unused import - java.lang.reflect.Field 16
Unused import - java.util.Enumeration 24
type is missing a Javadoc comment. 31
variable 'packages' missing Javadoc. 34
method is missing a Javadoc comment. 36
'(' is followed by whitespace. 36
line contains a tab character 37
')' is preceeded by whitespace. 37
'{' should be on a new line. 37
line contains a tab character 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
method is missing a Javadoc comment. 42
'(' is followed by whitespace. 42
line contains a tab character 43
line contains a tab character 44
')' is preceeded by whitespace. 44
'{' should be on a new line. 44
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
line contains a tab character 46
variable 'addedStaticFields' missing Javadoc. 49
variable 'loadedClasses' missing Javadoc. 52
variable 'lastField' missing Javadoc. 55
line contains a tab character 65
variable 'fieldName' missing Javadoc. 65
variable 'fieldName' must be private and have accessor methods. 65
line contains a tab character 66
variable 'initData' missing Javadoc. 66
variable 'initData' must be private and have accessor methods. 66
line contains a tab character 68
method is missing a Javadoc comment. 68
'(' is followed by whitespace. 68
line contains a tab character 69
')' is preceeded by whitespace. 69
line contains a tab character 70
line contains a tab character 71
line contains a tab character 72
line contains a tab character 73
Expected an @return tag. 82
'{' should be on a new line. 82
line contains a tab character 83
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
line contains a tab character 84
line contains a tab character 85
Expected an @return tag. 96
'(' is followed by whitespace. 96
Expected @param tag for 'context'. 96
line contains a tab character 97
Expected @param tag for 'type'. 97
line contains a tab character 98
Expected @param tag for 'initData'. 98
line contains a tab character 100
line contains a tab character 101
line contains a tab character 103
line contains a tab character 104
'(' is followed by whitespace. 104
')' is preceeded by whitespace. 104
line contains a tab character 105
'{' should be on a new line. 105
line contains a tab character 106
line contains a tab character 107
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
line contains a tab character 108
line contains a tab character 109
line contains a tab character 110
'(' is followed by whitespace. 110
'(' is followed by whitespace. 110
line contains a tab character 111
')' is preceeded by whitespace. 111
line contains a tab character 112
line contains a tab character 113
'(' is followed by whitespace. 113
line contains a tab character 114
line contains a tab character 115
line contains a tab character 116
line contains a tab character 117
')' is preceeded by whitespace. 117
line contains a tab character 118
'(' is followed by whitespace. 118
')' is preceeded by whitespace. 118
line contains a tab character 119
'(' is followed by whitespace. 119
line contains a tab character 120
line contains a tab character 121
method is missing a Javadoc comment. 125
'(' is followed by whitespace. 125
')' is preceeded by whitespace. 125
'{' should be on a new line. 125
line contains a tab character 126
'{' should be on a new line. 126
'if' construct must use '{}'s. 127
line contains a tab character 127
'(' is followed by whitespace. 127
')' is preceeded by whitespace. 127
line contains a tab character 128
line contains a tab character 129
line contains a tab character 131
')' is preceeded by whitespace. 131
line contains a tab character 132
method is missing a Javadoc comment. 135
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135
'{' should be on a new line. 135
line contains a tab character 136
method is missing a Javadoc comment. 139
'(' is followed by whitespace. 139
')' is preceeded by whitespace. 139
line contains a tab character 140
line contains a tab character 142
'{' should be on a new line. 142
line contains a tab character 143
line contains a tab character 144
line contains a tab character 145
'(' is followed by whitespace. 145
')' is preceeded by whitespace. 145
line contains a tab character 146
line contains a tab character 148
'(' is followed by whitespace. 148
')' is preceeded by whitespace. 148
line contains a tab character 149
'}' should be alone on a line. 149
'{' should be on a new line. 149
line contains a tab character 150
line contains a tab character 151
'(' is followed by whitespace. 151
')' is preceeded by whitespace. 151
line contains a tab character 152
method is missing a Javadoc comment. 155
'(' is followed by whitespace. 155
')' is preceeded by whitespace. 155
line contains a tab character 156
'if' construct must use '{}'s. 158
line contains a tab character 158
'(' is followed by whitespace. 158
')' is preceeded by whitespace. 158
line contains a tab character 159
'(' is followed by whitespace. 159
')' is preceeded by whitespace. 159
line contains a tab character 160
line contains a tab character 161
line contains a tab character 163
'(' is followed by whitespace. 163
')' is preceeded by whitespace. 163
'{' should be on a new line. 163
line contains a tab character 164
'(' is followed by whitespace. 164
')' is preceeded by whitespace. 164
line contains a tab character 165
'}' should be alone on a line. 165
'{' should be on a new line. 165
line contains a tab character 166
'(' is followed by whitespace. 166
')' is preceeded by whitespace. 166
line contains a tab character 167
'(' is followed by whitespace. 167
')' is preceeded by whitespace. 167
line contains a tab character 168
line contains a tab character 170
line contains a tab character 171
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
'(' is followed by whitespace. 171
line contains a tab character 172
line contains a tab character 173
line contains a tab character 175
'(' is followed by whitespace. 175
')' is preceeded by whitespace. 175
'{' should be on a new line. 175
line contains a tab character 176
line contains a tab character 177
'(' is followed by whitespace. 177
')' is preceeded by whitespace. 177
line contains a tab character 178
'{' should be on a new line. 178
line contains a tab character 179
line contains a tab character 180
'{' should be on a new line. 180
line contains a tab character 181
line contains a tab character 182
'(' is followed by whitespace. 182
')' is preceeded by whitespace. 182
line contains a tab character 183
'(' is followed by whitespace. 183
')' is preceeded by whitespace. 183
line contains a tab character 184
'}' should be alone on a line. 184
'{' should be on a new line. 184
line contains a tab character 185
line contains a tab character 186
line contains a tab character 187
line contains a tab character 188
line contains a tab character 189
line contains a tab character 190
line contains a tab character 199
line contains a tab character 201
line contains a tab character 203
line contains a tab character 205
line contains a tab character 206
line contains a tab character 207
line contains a tab character 208
line contains a tab character 209
line contains a tab character 210
line contains a tab character 211
line contains a tab character 212
line contains a tab character 213
line contains a tab character 214
line contains a tab character 215
line contains a tab character 216
line contains a tab character 217
line contains a tab character 218
line contains a tab character 219
line contains a tab character 220
line contains a tab character 221
line contains a tab character 223

junit/quilt/cover/none/NoneClassLoader.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - java.util.Iterator 11
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 19
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 23
type is missing a Javadoc comment. 24
variable 'registry' missing Javadoc. 27
method is missing a Javadoc comment. 29
'(' is followed by whitespace. 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 32
'{' should be on a new line. 32
line contains a tab character 33
'(' is followed by whitespace. 33
')' is preceeded by whitespace. 33
line contains a tab character 34
method is missing a Javadoc comment. 37
'(' is followed by whitespace. 37
line contains a tab character 38
')' is preceeded by whitespace. 38
line contains a tab character 39

junit/quilt/cover/none/NoneCollector.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
variable 'capabilities' missing Javadoc. 17
method is missing a Javadoc comment. 20
'(' is followed by whitespace. 20
')' is preceeded by whitespace. 20
'{' should be on a new line. 20
line contains a tab character 21
'(' is followed by whitespace. 21
')' is preceeded by whitespace. 21
method is missing a Javadoc comment. 24
'{' should be on a new line. 24

junit/quilt/cover/none/NoneRegistry.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
variable 'levels' missing Javadoc. 15
method is missing a Javadoc comment. 17
'{' should be on a new line. 17
line contains a tab character 18
'(' is followed by whitespace. 18
')' is preceeded by whitespace. 18
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
method is missing a Javadoc comment. 22
'(' is followed by whitespace. 22
line contains a tab character 23
line contains a tab character 24
')' is preceeded by whitespace. 24
'{' should be on a new line. 24
line contains a tab character 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
Unused @param tag for 'classname'. 30
Unused @param tag for 'methodname'. 31
Unused @param tag for 'b96'. 32
'(' is followed by whitespace. 34
Expected @param tag for 'className'. 34
Expected @param tag for 'methodName'. 34
line contains a tab character 35
Expected @param tag for 'none'. 35
')' is preceeded by whitespace. 35
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 40
'(' is followed by whitespace. 40
')' is preceeded by whitespace. 40
'(' is followed by whitespace. 50
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 55
cast needs to be followed by whitespace. 55
line contains a tab character 62

junit/quilt/cover/state/BasicBlock.java

Error Line
Missing a header - not enough lines in file. 1
'{' should be on a new line. 11
variable 'fStartLine' missing Javadoc. 14
variable 'fEndLine' missing Javadoc. 16
Unused @param tag for 'starteLine'. 22
Expected @param tag for 'startLine'. 26
'{' should be on a new line. 26
line contains a tab character 27
line contains a tab character 28
'{' should be on a new line. 36
line contains a tab character 37
'{' should be on a new line. 44
line contains a tab character 45

junit/quilt/cover/state/CallVisitVertex.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
variable 'position' missing Javadoc. 17
method is missing a Javadoc comment. 19
'(' is followed by whitespace. 19
line contains a tab character 20
line contains a tab character 21
')' is preceeded by whitespace. 21
'{' should be on a new line. 21
line contains a tab character 22
line contains a tab character 23
line contains a tab character 24
line contains a tab character 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
line contains a tab character 27
'(' is followed by whitespace. 27
'(' is followed by whitespace. 27
')' is preceeded by whitespace. 27
line contains a tab character 28
'(' is followed by whitespace. 28
'(' is followed by whitespace. 28
')' is preceeded by whitespace. 28
line contains a tab character 29
'(' is followed by whitespace. 29
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
line contains a tab character 30
'(' is followed by whitespace. 30
'(' is followed by whitespace. 30
')' is preceeded by whitespace. 30
line contains a tab character 31
'(' is followed by whitespace. 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
line contains a tab character 32
'(' is followed by whitespace. 32
')' is preceeded by whitespace. 32
line contains a tab character 34
'(' is followed by whitespace. 34
')' is preceeded by whitespace. 34
line contains a tab character 36
line contains a tab character 37
line contains a tab character 39
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
method is missing a Javadoc comment. 50
'{' should be on a new line. 50
line contains a tab character 51

junit/quilt/cover/state/InitVertex.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 11
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
variable 'init' missing Javadoc. 17
method is missing a Javadoc comment. 19
'(' is followed by whitespace. 19
line contains a tab character 20
line contains a tab character 21
')' is preceeded by whitespace. 21
'{' should be on a new line. 21
line longer than 80 characters 22
line contains a tab character 22
'(' is followed by whitespace. 22
line contains a tab character 23
'(' is followed by whitespace. 23
')' is preceeded by whitespace. 23
line contains a tab character 24
'(' is followed by whitespace. 24
'(' is followed by whitespace. 24
')' is preceeded by whitespace. 24
line contains a tab character 26
'(' is followed by whitespace. 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
line contains a tab character 27
'(' is followed by whitespace. 27
'(' is followed by whitespace. 27
')' is preceeded by whitespace. 27
line contains a tab character 28
'(' is followed by whitespace. 28
'(' is followed by whitespace. 28
')' is preceeded by whitespace. 28
line contains a tab character 29
'(' is followed by whitespace. 29
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
line contains a tab character 30
'(' is followed by whitespace. 30
'(' is followed by whitespace. 30
')' is preceeded by whitespace. 30
line contains a tab character 31
'(' is followed by whitespace. 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
line contains a tab character 32
'(' is followed by whitespace. 32
')' is preceeded by whitespace. 32
line contains a tab character 34
'(' is followed by whitespace. 34
')' is preceeded by whitespace. 34
method is missing a Javadoc comment. 37
'{' should be on a new line. 37
line contains a tab character 38

junit/quilt/cover/state/InvalidTransitionException.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 9
'{' should be on a new line. 9
method is missing a Javadoc comment. 10
'{' should be on a new line. 10
line contains a tab character 11

junit/quilt/cover/state/SMClassLoader.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 13
Unused import - java.util.List 18
Unused import - java.util.ArrayList 19
Unused import - java.util.Collection 23
Avoid using the '.*' form of import. 27
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 30
Unused import - org.apache.bcel.Constants 31
Avoid using the '.*' form of import. 33
type is missing a Javadoc comment. 35
variable 'registry' missing Javadoc. 38
method is missing a Javadoc comment. 40
'(' is followed by whitespace. 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
')' is preceeded by whitespace. 43
'{' should be on a new line. 43
line contains a tab character 44
'(' is followed by whitespace. 44
')' is preceeded by whitespace. 44
line contains a tab character 45
method is missing a Javadoc comment. 48
line contains a tab character 50
line contains a tab character 52
line contains a tab character 53
'(' is followed by whitespace. 53
line contains a tab character 54
line contains a tab character 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 60
line contains a tab character 61
line contains a tab character 62
')' is preceeded by whitespace. 62
line contains a tab character 64
'(' is followed by whitespace. 64
'(' is followed by whitespace. 64
')' is preceeded by whitespace. 64
line contains a tab character 65
'(' is followed by whitespace. 65
'(' is followed by whitespace. 65
')' is preceeded by whitespace. 65
method is missing a Javadoc comment. 68
'(' is followed by whitespace. 68
line contains a tab character 69
')' is preceeded by whitespace. 69
'{' should be on a new line. 69
line contains a tab character 70
line contains a tab character 72
line contains a tab character 73
line contains a tab character 74
line contains a tab character 75
line longer than 80 characters 76
line contains a tab character 76
line contains a tab character 78
line contains a tab character 79
'(' is followed by whitespace. 79
line contains a tab character 80
line contains a tab character 81
'(' is followed by whitespace. 81
line longer than 80 characters 82
line contains a tab character 82
line contains a tab character 83
line contains a tab character 85
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
line contains a tab character 89
line contains a tab character 91
line contains a tab character 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
line contains a tab character 94
line contains a tab character 95
'(' is followed by whitespace. 95
')' is preceeded by whitespace. 95
line contains a tab character 96
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 96
line contains a tab character 98
line contains a tab character 99
line longer than 80 characters 100
line contains a tab character 100
'(' is followed by whitespace. 100
line contains a tab character 102
line contains a tab character 103
'{' should be on a new line. 103
line contains a tab character 104
line contains a tab character 105
line contains a tab character 106
'{' should be on a new line. 106
line contains a tab character 107
'(' is followed by whitespace. 107
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
line contains a tab character 108
'(' is followed by whitespace. 108
')' is preceeded by whitespace. 108
line contains a tab character 109
line contains a tab character 110
line contains a tab character 111
'(' is followed by whitespace. 111
')' is preceeded by whitespace. 111
line contains a tab character 112
'(' is followed by whitespace. 112
')' is preceeded by whitespace. 112
line contains a tab character 115
line contains a tab character 116
'{' should be on a new line. 116
line contains a tab character 117
line contains a tab character 118
'(' is followed by whitespace. 118
')' is preceeded by whitespace. 118
'{' should be on a new line. 118
line contains a tab character 119
line contains a tab character 120
line contains a tab character 121
'(' is followed by whitespace. 121
')' is preceeded by whitespace. 121
'{' should be on a new line. 121
line contains a tab character 122
line contains a tab character 123
line contains a tab character 124
'(' is followed by whitespace. 124
')' is preceeded by whitespace. 124
line contains a tab character 125
line contains a tab character 126
'}' should be alone on a line. 126
'{' should be on a new line. 126
line contains a tab character 127
line contains a tab character 128
line contains a tab character 129
'(' is followed by whitespace. 129
')' is preceeded by whitespace. 129
'{' should be on a new line. 129
line contains a tab character 130
line contains a tab character 131
line contains a tab character 132
'(' is followed by whitespace. 132
')' is preceeded by whitespace. 132
line contains a tab character 133
line contains a tab character 134
line contains a tab character 135
line contains a tab character 136
line contains a tab character 137
line contains a tab character 139
line contains a tab character 140
'(' is followed by whitespace. 140
line contains a tab character 141
line contains a tab character 142
')' is preceeded by whitespace. 142

junit/quilt/cover/state/SimpleStateMachine.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 6
Unused import - java.util.List 8
type is missing a Javadoc comment. 10
variable 'capabilities' missing Javadoc. 14
line contains a tab character 15
line contains a tab character 16
type is missing a Javadoc comment. 18
line contains a tab character 19
line contains a tab character 21
variable 'state' missing Javadoc. 21
line contains a tab character 22
variable 'data' missing Javadoc. 22
line contains a tab character 24
method is missing a Javadoc comment. 24
line contains a tab character 25
line contains a tab character 26
line contains a tab character 27
'{' should be on a new line. 27
line contains a tab character 28
'(' is followed by whitespace. 28
')' is preceeded by whitespace. 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 33
method is missing a Javadoc comment. 33
'{' should be on a new line. 33
line contains a tab character 34
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
line contains a tab character 35
'{' should be on a new line. 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
type is missing a Javadoc comment. 42
line contains a tab character 43
line contains a tab character 45
variable 'start' missing Javadoc. 45
line contains a tab character 46
variable 'end' missing Javadoc. 46
line contains a tab character 47
variable 'data' missing Javadoc. 47
line contains a tab character 49
method is missing a Javadoc comment. 49
line contains a tab character 50
line contains a tab character 51
'{' should be on a new line. 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 55
line contains a tab character 57
method is missing a Javadoc comment. 57
'{' should be on a new line. 57
line contains a tab character 58
line contains a tab character 59
variable 'sourceFile' missing Javadoc. 62
variable 'valid' missing Javadoc. 64
variable 'visits' missing Javadoc. 65
variable 'allstates' missing Javadoc. 67
variable 'alltrans' missing Javadoc. 68
variable 'last' missing Javadoc. 70
variable 'numStates' missing Javadoc. 71
method is missing a Javadoc comment. 73
'(' is followed by whitespace. 73
line contains a tab character 74
')' is preceeded by whitespace. 74
'{' should be on a new line. 74
line contains a tab character 75
'(' is followed by whitespace. 75
')' is preceeded by whitespace. 75
line contains a tab character 76
line contains a tab character 77
line contains a tab character 78
line contains a tab character 79
line contains a tab character 81
line contains a tab character 82
method is missing a Javadoc comment. 86
'(' is followed by whitespace. 86
')' is preceeded by whitespace. 86
'{' should be on a new line. 86
'if' construct must use '{}'s. 87
line contains a tab character 87
line contains a tab character 88
line contains a tab character 89
method is missing a Javadoc comment. 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
'{' should be on a new line. 92
line contains a tab character 93
'{' should be on a new line. 93
line contains a tab character 94
line contains a tab character 95
'(' is followed by whitespace. 95
line contains a tab character 96
line contains a tab character 97
line contains a tab character 98
')' is preceeded by whitespace. 98
line contains a tab character 99
'(' is followed by whitespace. 99
')' is preceeded by whitespace. 99
line contains a tab character 100
method is missing a Javadoc comment. 103
'(' is followed by whitespace. 103
')' is preceeded by whitespace. 103
'{' should be on a new line. 103
line contains a tab character 104
'{' should be on a new line. 104
line contains a tab character 105
line contains a tab character 106
line contains a tab character 107
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
line contains a tab character 108
'(' is followed by whitespace. 108
')' is preceeded by whitespace. 108
line contains a tab character 109
method is missing a Javadoc comment. 112
method is missing a Javadoc comment. 114
'{' should be on a new line. 114
line contains a tab character 115
'{' should be on a new line. 115
line contains a tab character 116
'{' should be on a new line. 116
line contains a tab character 117
line contains a tab character 118
line contains a tab character 119

junit/quilt/cover/state/StateMachineCollector.java

Error Line
Missing a header - not enough lines in file. 1
type Javadoc comment is missing an @author tag. 8
redundant 'public' modifier. 10
method is missing a Javadoc comment. 10
'(' is followed by whitespace. 10
')' is preceeded by whitespace. 10
redundant 'public' modifier. 11
method is missing a Javadoc comment. 11

junit/quilt/cover/state/StateMachineRegistry.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 5
Avoid using the '.*' form of import. 6
line longer than 80 characters 26
variable 'levels' missing Javadoc. 27
method is missing a Javadoc comment. 29
'{' should be on a new line. 29
line contains a tab character 30
'(' is followed by whitespace. 30
line contains a tab character 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
method is missing a Javadoc comment. 34
'(' is followed by whitespace. 34
line contains a tab character 35
line contains a tab character 36
'{' should be on a new line. 36
line contains a tab character 37
Unused @param tag for 'classname'. 43
Unused @param tag for 'methodname'. 44
line longer than 80 characters 47
Expected @param tag for 'className'. 47
Expected @param tag for 'methodName'. 47
'{' should be on a new line. 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 50
line contains a tab character 51
'(' is followed by whitespace. 51
')' is preceeded by whitespace. 51
Unused @param tag for 'name'. 58
Expected @param tag for 'className'. 61
Expected @param tag for 'methodName'. 61
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
line contains a tab character 66
cast needs to be followed by whitespace. 66
line contains a tab character 75

junit/quilt/exception/InvalidTransitionException.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 11
method is missing a Javadoc comment. 14
'{' should be on a new line. 14
method is missing a Javadoc comment. 15
'{' should be on a new line. 15

junit/quilt/exception/QuiltException.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 10
'{' should be on a new line. 10
method is missing a Javadoc comment. 11
'{' should be on a new line. 11
method is missing a Javadoc comment. 12
'{' should be on a new line. 12

junit/quilt/framework/CoverageSegment.java

Error Line
Line does not match expected header line of ''. 2
type is missing a Javadoc comment. 19
Expected an @return tag. 33
redundant 'public' modifier. 33
Expected an @return tag. 68
redundant 'public' modifier. 68
Expected an @return tag. 80
redundant 'public' modifier. 80
Expected an @return tag. 95
redundant 'public' modifier. 95
Expected an @return tag. 106
redundant 'public' modifier. 106

junit/quilt/framework/CoverageSegmentImpl.java

Error Line
Line does not match expected header line of ''. 2
type is missing a Javadoc comment. 10
variable 'VISITS' missing Javadoc. 13
variable 'VISITS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
method is missing a Javadoc comment. 15
'{' should be on a new line. 15
method is missing a Javadoc comment. 17
'{' should be on a new line. 17
line contains a tab character 18
method is missing a Javadoc comment. 21
'{' should be on a new line. 21
method is missing a Javadoc comment. 23
'{' should be on a new line. 23
line contains a tab character 24
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
line contains a tab character 25
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
'{' should be on a new line. 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 32
'{' should be on a new line. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 39
line contains a tab character 40
method is missing a Javadoc comment. 43
'{' should be on a new line. 43
line contains a tab character 44
method is missing a Javadoc comment. 47
'{' should be on a new line. 47
line contains a tab character 48
method is missing a Javadoc comment. 51
'{' should be on a new line. 51
line contains a tab character 52
method is missing a Javadoc comment. 55
'{' should be on a new line. 55
line contains a tab character 56
method is missing a Javadoc comment. 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
'{' should be on a new line. 59
line contains a tab character 60

junit/quilt/framework/ProgramAdapter.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - java.util.ResourceBundle 17
Unused import - java.util.Enumeration 18
type is missing a Javadoc comment. 20
variable 'runner' missing Javadoc. 24
variable 'event' missing Javadoc. 25
method is missing a Javadoc comment. 27
'(' is followed by whitespace. 27
')' is preceeded by whitespace. 27
line contains a tab character 29
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
method is missing a Javadoc comment. 32
method is missing a Javadoc comment. 34
'(' is followed by whitespace. 34
')' is preceeded by whitespace. 34
'{' should be on a new line. 34
line contains a tab character 35
method is missing a Javadoc comment. 38
'{' should be on a new line. 38
line contains a tab character 39
method is missing a Javadoc comment. 42
'{' should be on a new line. 42
line contains a tab character 43
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
line contains a tab character 44
'(' is followed by whitespace. 44
')' is preceeded by whitespace. 44
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
method is missing a Javadoc comment. 48
'(' is followed by whitespace. 48
')' is preceeded by whitespace. 48
'{' should be on a new line. 48
line contains a tab character 49
'(' is followed by whitespace. 49
')' is preceeded by whitespace. 49
line contains a tab character 50
'(' is followed by whitespace. 50
')' is preceeded by whitespace. 50
line contains a tab character 51

junit/quilt/framework/QuiltCollector.java

Error Line
Line does not match expected header line of ''. 2
type is missing a Javadoc comment. 30
Expected an @return tag. 41
redundant 'public' modifier. 41
Expected an @return tag. 58
redundant 'public' modifier. 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
Expected an @return tag. 75
redundant 'public' modifier. 75
'(' is followed by whitespace. 75
')' is preceeded by whitespace. 75
Expected an @return tag. 90
redundant 'public' modifier. 90
'(' is followed by whitespace. 90
')' is preceeded by whitespace. 90
Expected an @return tag. 98
redundant 'public' modifier. 98
redundant 'public' modifier. 106
variable 'PATH_COVERAGE' missing Javadoc. 108
variable 'STATEMENT_COVERAGE' missing Javadoc. 109
variable 'BRANCH_COVERAGE' missing Javadoc. 110
variable 'RELATIONAL_COVERAGE' missing Javadoc. 111
variable 'LOOP_COVERAGE' missing Javadoc. 112

junit/quilt/framework/QuiltCollectorImpl.java

Error Line
Line does not match expected header line of ''. 2
type is missing a Javadoc comment. 19
variable 'segments' missing Javadoc. 28
method is missing a Javadoc comment. 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
'{' should be on a new line. 31
line contains a tab character 32
'{' should be on a new line. 32
line contains a tab character 33
'(' is followed by whitespace. 33
line contains a tab character 34
')' is preceeded by whitespace. 34
line contains a tab character 35
method is missing a Javadoc comment. 38
'(' is followed by whitespace. 38
line contains a tab character 39
')' is preceeded by whitespace. 39
line contains a tab character 41
'(' is followed by whitespace. 41
')' is preceeded by whitespace. 41
line contains a tab character 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
method is missing a Javadoc comment. 45
'(' is followed by whitespace. 45
line contains a tab character 46
')' is preceeded by whitespace. 46
line contains a tab character 48
'(' is followed by whitespace. 48
')' is preceeded by whitespace. 48
line contains a tab character 49
'(' is followed by whitespace. 49
')' is preceeded by whitespace. 49
method is missing a Javadoc comment. 52
'(' is followed by whitespace. 52
')' is preceeded by whitespace. 52
'{' should be on a new line. 52
line contains a tab character 53
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
line contains a tab character 54
line contains a tab character 55
line contains a tab character 56
'{' should be on a new line. 56
line contains a tab character 57
'if' construct must use '{}'s. 58
line contains a tab character 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
line contains a tab character 59
line contains a tab character 61
method is missing a Javadoc comment. 64
'(' is followed by whitespace. 64
')' is preceeded by whitespace. 64
'{' should be on a new line. 64
line contains a tab character 65
'(' is followed by whitespace. 65
'(' is followed by whitespace. 65
')' is preceeded by whitespace. 65
')' is preceeded by whitespace. 65
method is missing a Javadoc comment. 68
'(' is followed by whitespace. 68
')' is preceeded by whitespace. 68
'{' should be on a new line. 68
line contains a tab character 69
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
line contains a tab character 71
line contains a tab character 72
'{' should be on a new line. 72
line contains a tab character 73
'if' construct must use '{}'s. 74
line contains a tab character 74
'(' is followed by whitespace. 74
')' is preceeded by whitespace. 74
line contains a tab character 75
line contains a tab character 76
method is missing a Javadoc comment. 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
'{' should be on a new line. 79
line contains a tab character 80
'(' is followed by whitespace. 80
'(' is followed by whitespace. 80
')' is preceeded by whitespace. 80
Expected an @return tag. 92
'(' is followed by whitespace. 92
Expected @param tag for 'coverage'. 92
')' is preceeded by whitespace. 92
line contains a tab character 94
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
'(' is followed by whitespace. 94
')' is preceeded by whitespace. 94
line contains a tab character 95
method is missing a Javadoc comment. 98
'{' should be on a new line. 98
line contains a tab character 99
method is missing a Javadoc comment. 102
'{' should be on a new line. 102
line contains a tab character 103
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
line contains a tab character 104
line contains a tab character 106
'{' should be on a new line. 106
line contains a tab character 107
line contains a tab character 108
'(' is followed by whitespace. 108
')' is preceeded by whitespace. 108
line contains a tab character 109
'(' is followed by whitespace. 109
')' is preceeded by whitespace. 109
line contains a tab character 110
line contains a tab character 111
line contains a tab character 112
'(' is followed by whitespace. 112
'(' is followed by whitespace. 112
')' is preceeded by whitespace. 112
')' is preceeded by whitespace. 112
line contains a tab character 113
line contains a tab character 115

junit/quilt/framework/QuiltDecorator.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - java.util.Map 10
Unused import - java.util.HashMap 11
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 16
variable 'registry' missing Javadoc. 19
method is missing a Javadoc comment. 21
'(' is followed by whitespace. 21
')' is preceeded by whitespace. 21
'{' should be on a new line. 21
line contains a tab character 22
'(' is followed by whitespace. 22
')' is preceeded by whitespace. 22
line contains a tab character 23
method is missing a Javadoc comment. 26
'{' should be on a new line. 26
line contains a tab character 27
'(' is followed by whitespace. 27
')' is preceeded by whitespace. 27
line contains a tab character 28
line contains a tab character 29

junit/quilt/framework/QuiltRegistry.java

Error Line
Line does not match expected header line of ''. 2
type is missing a Javadoc comment. 18
variable 'levels' missing Javadoc. 21
variable 'packages' missing Javadoc. 22
variable 'urls' missing Javadoc. 23
variable 'loader' missing Javadoc. 25
variable 'parent' missing Javadoc. 26
line contains a tab character 27
line contains a tab character 28
'(' is followed by whitespace. 36
Expected @param tag for 'root'. 36
')' is preceeded by whitespace. 36
'{' should be on a new line. 36
line contains a tab character 37
'(' is followed by whitespace. 37
')' is preceeded by whitespace. 37
method is missing a Javadoc comment. 40
'(' is followed by whitespace. 40
')' is preceeded by whitespace. 40
'{' should be on a new line. 40
line contains a tab character 41
method is missing a Javadoc comment. 44
'{' should be on a new line. 44
line contains a tab character 45
method is missing a Javadoc comment. 48
'(' is followed by whitespace. 48
line contains a tab character 49
')' is preceeded by whitespace. 49
'{' should be on a new line. 49
line contains a tab character 50
method is missing a Javadoc comment. 53
'(' is followed by whitespace. 53
')' is preceeded by whitespace. 53
'{' should be on a new line. 53
line contains a tab character 54
method is missing a Javadoc comment. 57
'(' is followed by whitespace. 57
')' is preceeded by whitespace. 57
'{' should be on a new line. 57
line contains a tab character 58
'(' is followed by whitespace. 68
Expected @param tag for 'pack'. 68
')' is preceeded by whitespace. 68
'{' should be on a new line. 68
line contains a tab character 69
'(' is followed by whitespace. 69
')' is preceeded by whitespace. 69
line contains a tab character 70
method is missing a Javadoc comment. 73
'(' is followed by whitespace. 73
')' is preceeded by whitespace. 73
'{' should be on a new line. 73
line contains a tab character 74
'(' is followed by whitespace. 74
')' is preceeded by whitespace. 74
line contains a tab character 75
method is missing a Javadoc comment. 78
'{' should be on a new line. 78
line contains a tab character 79
method is missing a Javadoc comment. 82
'{' should be on a new line. 82
line contains a tab character 83
line contains a tab character 84
method is missing a Javadoc comment. 87
'(' is followed by whitespace. 87
')' is preceeded by whitespace. 87
'{' should be on a new line. 87
line contains a tab character 88
'(' is followed by whitespace. 88
')' is preceeded by whitespace. 88
line contains a tab character 89
method is missing a Javadoc comment. 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
'{' should be on a new line. 92
line contains a tab character 93
'(' is followed by whitespace. 93
')' is preceeded by whitespace. 93
line contains a tab character 94
method is missing a Javadoc comment. 97
'{' should be on a new line. 97
line contains a tab character 98
method is missing a Javadoc comment. 101
'(' is followed by whitespace. 101
')' is preceeded by whitespace. 101
'{' should be on a new line. 101
line contains a tab character 102
line contains a tab character 103
method is missing a Javadoc comment. 106
'(' is followed by whitespace. 106
')' is preceeded by whitespace. 106
'{' should be on a new line. 106
line contains a tab character 107
line contains a tab character 108
method is missing a Javadoc comment. 111
'{' should be on a new line. 111
line contains a tab character 112
method is missing a Javadoc comment. 115
'{' should be on a new line. 115
line contains a tab character 116
line contains a tab character 117
line contains a tab character 118
line contains a tab character 119
line contains a tab character 120
'{' should be on a new line. 120
line contains a tab character 121
line contains a tab character 122
line contains a tab character 123
line contains a tab character 124
line contains a tab character 125
line contains a tab character 126
line contains a tab character 127
'{' should be on a new line. 127
line contains a tab character 128
line contains a tab character 129
line contains a tab character 130
line contains a tab character 131
'(' is followed by whitespace. 131
')' is preceeded by whitespace. 131
line contains a tab character 132
line contains a tab character 133
line contains a tab character 134
line contains a tab character 135
method is missing a Javadoc comment. 138
'(' is followed by whitespace. 138
line contains a tab character 139
line contains a tab character 140
')' is preceeded by whitespace. 140

junit/quilt/framework/StatementSegment.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 13
Expected an @return tag. 22
redundant 'public' modifier. 22
Expected an @return tag. 29
redundant 'public' modifier. 29
Expected an @return tag. 36
redundant 'public' modifier. 36

junit/quilt/framework/StatementSegmentImpl.java

Error Line
Line does not match expected header line of ''. 2
Unused import - java.util.List 12
Unused import - java.util.Iterator 13
type is missing a Javadoc comment. 15
variable 'FILENAME' missing Javadoc. 19
variable 'FILENAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
variable 'START' missing Javadoc. 20
variable 'START' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
variable 'END' missing Javadoc. 21
variable 'END' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
method is missing a Javadoc comment. 23
'(' is followed by whitespace. 23
line contains a tab character 24
line contains a tab character 25
')' is preceeded by whitespace. 25
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
method is missing a Javadoc comment. 33
'{' should be on a new line. 33
line contains a tab character 34
method is missing a Javadoc comment. 37
'{' should be on a new line. 37
line contains a tab character 38
method is missing a Javadoc comment. 41
'{' should be on a new line. 41
line contains a tab character 42
method is missing a Javadoc comment. 45
'{' should be on a new line. 45
line contains a tab character 46
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
line contains a tab character 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 51
method is missing a Javadoc comment. 54
'{' should be on a new line. 54
line contains a tab character 55
'{' should be on a new line. 55
line contains a tab character 56
line contains a tab character 57
'}' should be alone on a line. 57
'{' should be on a new line. 57
line contains a tab character 58
line contains a tab character 59

junit/quilt/framework/TestRegistry.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 13
'{' should be on a new line. 13
variable '_instance' missing Javadoc. 14
variable '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
line contains a tab character 15
method is missing a Javadoc comment. 17
'{' should be on a new line. 17
line contains a tab character 18
'(' is followed by whitespace. 18
')' is preceeded by whitespace. 18
method is missing a Javadoc comment. 21
'{' should be on a new line. 21
line contains a tab character 22
method is missing a Javadoc comment. 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
'{' should be on a new line. 25
line contains a tab character 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
method is missing a Javadoc comment. 29
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
'{' should be on a new line. 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
'(' is followed by whitespace. 35
')' is preceeded by whitespace. 35
line contains a tab character 37
line contains a tab character 38
'{' should be on a new line. 38
line contains a tab character 39
line contains a tab character 40
line contains a tab character 41
'{' should be on a new line. 41
line contains a tab character 42
line contains a tab character 43
'}' should be alone on a line. 43
'{' should be on a new line. 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
line contains a tab character 48

junit/quilt/reports/Report.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 15
redundant 'public' modifier. 17
method is missing a Javadoc comment. 17
'(' is followed by whitespace. 17
line contains a tab character 18
')' is preceeded by whitespace. 18
line contains a tab character 19

junit/quilt/reports/TreeReport.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 43
type is missing a Javadoc comment. 47
line contains a tab character 54
line contains a tab character 55
variable 'PREFIX' missing Javadoc. 55
'=' is not preceeded with whitespace. 55
'=' is not followed by whitespace. 55
line contains a tab character 56
variable 'INDENT' missing Javadoc. 56
method is missing a Javadoc comment. 58
'{' should be on a new line. 58
method is missing a Javadoc comment. 62
'(' is followed by whitespace. 62
line contains a tab character 64
line contains a tab character 66
line contains a tab character 68
line contains a tab character 70
'{' should be on a new line. 70
line contains a tab character 74
'(' is followed by whitespace. 74
line contains a tab character 76
')' is preceeded by whitespace. 76
line contains a tab character 80
'{' should be on a new line. 80
line contains a tab character 82
'(' is followed by whitespace. 82
')' is preceeded by whitespace. 82
line contains a tab character 84
'(' is followed by whitespace. 84
')' is preceeded by whitespace. 84
line contains a tab character 86
'{' should be on a new line. 86
line contains a tab character 88
line contains a tab character 90
line contains a tab character 94
'{' should be on a new line. 94
line contains a tab character 96
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 96
line contains a tab character 98
line contains a tab character 100
line contains a tab character 102
line contains a tab character 104
line contains a tab character 106
line contains a tab character 108
line contains a tab character 110
'}' should be alone on a line. 110
'{' should be on a new line. 110
line contains a tab character 112
line contains a tab character 114
'{' should be on a new line. 114
line contains a tab character 116
line contains a tab character 118
line contains a tab character 120
'(' is followed by whitespace. 120
')' is preceeded by whitespace. 120
line contains a tab character 122
line contains a tab character 124
method is missing a Javadoc comment. 130
'(' is followed by whitespace. 130
')' is preceeded by whitespace. 130
'{' should be on a new line. 130
line contains a tab character 132
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
'*' is not preceeded with whitespace. 132
'*' is not followed by whitespace. 132
line contains a tab character 134
'{' should be on a new line. 134
line contains a tab character 136
line contains a tab character 138
line contains a tab character 140
method is missing a Javadoc comment. 146
'(' is followed by whitespace. 146
line contains a tab character 148
')' is preceeded by whitespace. 148
line contains a tab character 150
line contains a tab character 154
line contains a tab character 158
'(' is followed by whitespace. 158
'(' is followed by whitespace. 158
')' is preceeded by whitespace. 158
line contains a tab character 160
line contains a tab character 164
line contains a tab character 166
'(' is followed by whitespace. 166
')' is preceeded by whitespace. 166
line contains a tab character 170

junit/quilt/reports/XMLReport.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Unused import - java.text.DateFormat 73
Unused import - java.text.SimpleDateFormat 75
Unused import - java.util.Date 77
Avoid using the '.*' form of import. 87
Avoid using the '.*' form of import. 91
type is missing a Javadoc comment. 95
method is missing a Javadoc comment. 103
'{' should be on a new line. 103
method is missing a Javadoc comment. 107
'(' is followed by whitespace. 107
line contains a tab character 109
line contains a tab character 111
line contains a tab character 113
line contains a tab character 115
'{' should be on a new line. 115
line contains a tab character 119
line contains a tab character 120
line contains a tab character 122
line contains a tab character 124
line contains a tab character 126
line contains a tab character 128
'{' should be on a new line. 128
line contains a tab character 130
'(' is followed by whitespace. 130
')' is preceeded by whitespace. 130
line contains a tab character 132
'(' is followed by whitespace. 132
')' is preceeded by whitespace. 132
line contains a tab character 134
'{' should be on a new line. 134
line contains a tab character 136
line contains a tab character 138
line contains a tab character 140
'{' should be on a new line. 140
line contains a tab character 142
cast needs to be followed by whitespace. 142
line contains a tab character 144
line contains a tab character 146
line contains a tab character 148
line contains a tab character 150
'}' should be alone on a line. 150
'{' should be on a new line. 150
line contains a tab character 152
line contains a tab character 154
'{' should be on a new line. 154
line contains a tab character 156
line contains a tab character 158
line contains a tab character 160
line contains a tab character 162
line contains a tab character 164
line contains a tab character 168
line contains a tab character 170
method is missing a Javadoc comment. 176
'(' is followed by whitespace. 176
line contains a tab character 178
')' is preceeded by whitespace. 178
line contains a tab character 180
line contains a tab character 184
line contains a tab character 188
'(' is followed by whitespace. 188
'(' is followed by whitespace. 188
')' is preceeded by whitespace. 188
')' is preceeded by whitespace. 188
line contains a tab character 190
line contains a tab character 192
line contains a tab character 196
line contains a tab character 198
line contains a tab character 200
line contains a tab character 202
'(' is followed by whitespace. 202
')' is preceeded by whitespace. 202
line contains a tab character 204
line contains a tab character 208
method is missing a Javadoc comment. 212
'{' should be on a new line. 212
line contains a tab character 213
'{' should be on a new line. 213
line contains a tab character 214
line contains a tab character 215

junit/quilt/reports/XMLSummary.java

Error Line
Line does not match expected header line of ''. 2
Unused import - java.text.DateFormat 30
Unused import - java.text.SimpleDateFormat 31
Unused import - java.util.Date 32
Unused import - java.util.Map 37
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 41
type is missing a Javadoc comment. 43
method is missing a Javadoc comment. 47
'(' is followed by whitespace. 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 50
line contains a tab character 51
'{' should be on a new line. 51
line contains a tab character 53
line contains a tab character 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 59
'{' should be on a new line. 59
line contains a tab character 60
'(' is followed by whitespace. 60
')' is preceeded by whitespace. 60
line contains a tab character 61
'(' is followed by whitespace. 61
')' is preceeded by whitespace. 61
line contains a tab character 62
'{' should be on a new line. 62
line contains a tab character 63
line contains a tab character 64
line contains a tab character 66
'{' should be on a new line. 66
line contains a tab character 67
line contains a tab character 69
line contains a tab character 70
line contains a tab character 72
line contains a tab character 73
line contains a tab character 74
line contains a tab character 75
line contains a tab character 76
line contains a tab character 77
line contains a tab character 78
line contains a tab character 79
line contains a tab character 80
line contains a tab character 81
line contains a tab character 82
'}' should be alone on a line. 82
'{' should be on a new line. 82
line contains a tab character 83
line contains a tab character 84
'{' should be on a new line. 84
line contains a tab character 85
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
line contains a tab character 89
line contains a tab character 91
line contains a tab character 92
method is missing a Javadoc comment. 96
'(' is followed by whitespace. 96
line contains a tab character 97
')' is preceeded by whitespace. 97
line contains a tab character 98
line contains a tab character 100
line contains a tab character 102
'(' is followed by whitespace. 102
'(' is followed by whitespace. 102
')' is preceeded by whitespace. 102
')' is preceeded by whitespace. 102
line contains a tab character 103
line contains a tab character 104
line contains a tab character 106
line contains a tab character 107
line contains a tab character 109
'(' is followed by whitespace. 109
')' is preceeded by whitespace. 109
line contains a tab character 110
line contains a tab character 111
method is missing a Javadoc comment. 114
'{' should be on a new line. 114
line contains a tab character 115
'{' should be on a new line. 115
line contains a tab character 116
line contains a tab character 117

junit/quilt/runner/QuiltRunner.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 10
Unused import - java.io.File 12
Unused import - java.util.Iterator 15
Unused import - java.util.Properties 16
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 19
type is missing a Javadoc comment. 21
variable 'registry' missing Javadoc. 24
type is missing a Javadoc comment. 26
line contains a tab character 27
line contains a tab character 29
variable 't' missing Javadoc. 29
line contains a tab character 30
variable 'r' missing Javadoc. 30
line contains a tab character 32
method is missing a Javadoc comment. 32
'(' is followed by whitespace. 32
')' is preceeded by whitespace. 32
'{' should be on a new line. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 37
method is missing a Javadoc comment. 37
'{' should be on a new line. 37
line contains a tab character 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
method is missing a Javadoc comment. 42
'(' is followed by whitespace. 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
')' is preceeded by whitespace. 45
line contains a tab character 46
line contains a tab character 48
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
'(' is followed by whitespace. 53
')' is preceeded by whitespace. 53
line contains a tab character 55
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
line contains a tab character 56
'(' is followed by whitespace. 56
')' is preceeded by whitespace. 56
method is missing a Javadoc comment. 59
'{' should be on a new line. 59
line contains a tab character 60
method is missing a Javadoc comment. 63
'{' should be on a new line. 63
line contains a tab character 64
'{' should be on a new line. 64
line contains a tab character 65
line contains a tab character 66
'}' should be alone on a line. 66
'{' should be on a new line. 66
line contains a tab character 67
line contains a tab character 68
Expected an @return tag. 74
'(' is followed by whitespace. 74
Expected @param tag for 'testName'. 74
')' is preceeded by whitespace. 74
'{' should be on a new line. 74
line contains a tab character 75
'{' should be on a new line. 75
line contains a tab character 76
'(' is followed by whitespace. 76
')' is preceeded by whitespace. 76
line contains a tab character 77
line contains a tab character 78
line contains a tab character 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
line contains a tab character 81
'(' is followed by whitespace. 81
')' is preceeded by whitespace. 81
line contains a tab character 83
'(' is followed by whitespace. 83
')' is preceeded by whitespace. 83
line contains a tab character 85
'{' should be on a new line. 85
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
'}' should be alone on a line. 88
'{' should be on a new line. 88
line contains a tab character 89
line contains a tab character 90
line contains a tab character 91
line contains a tab character 93
line contains a tab character 95
line contains a tab character 96
'}' should be alone on a line. 96
'{' should be on a new line. 96
line contains a tab character 97
line contains a tab character 98
line contains a tab character 99

junit/quilt/runner/QuiltSuiteLoader.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 6
variable 'loader' missing Javadoc. 9
method is missing a Javadoc comment. 11
'(' is followed by whitespace. 11
')' is preceeded by whitespace. 11
'{' should be on a new line. 11
line contains a tab character 12
method is missing a Javadoc comment. 15
'(' is followed by whitespace. 15
')' is preceeded by whitespace. 15
line contains a tab character 16
line contains a tab character 18
'{' should be on a new line. 18
line contains a tab character 19
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
line contains a tab character 20
line contains a tab character 21
'}' should be alone on a line. 21
'{' should be on a new line. 21
line longer than 80 characters 22
line contains a tab character 22
'(' is followed by whitespace. 22
line contains a tab character 23
method is missing a Javadoc comment. 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
'{' should be on a new line. 26
line contains a tab character 27
'(' is followed by whitespace. 27

junit/quilt/textui/Quilt.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 5
Avoid using the '.*' form of import. 7
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 19
Avoid using the '.*' form of import. 23
Avoid using the '.*' form of import. 27
type is missing a Javadoc comment. 31
variable 'registry' missing Javadoc. 37
variable 'loader' missing Javadoc. 39
method is missing a Javadoc comment. 43
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
'{' should be on a new line. 43
line contains a tab character 45
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
method is missing a Javadoc comment. 53
'{' should be on a new line. 53
line contains a tab character 55
method is missing a Javadoc comment. 61
'(' is followed by whitespace. 61
')' is preceeded by whitespace. 61
'{' should be on a new line. 61
line contains a tab character 63
'(' is followed by whitespace. 63
')' is preceeded by whitespace. 63
line contains a tab character 65
'(' is followed by whitespace. 65
')' is preceeded by whitespace. 65
method is missing a Javadoc comment. 71
'{' should be on a new line. 71
line contains a tab character 73
'{' should be on a new line. 73
line contains a tab character 75
line contains a tab character 77
line contains a tab character 79
line contains a tab character 81
line contains a tab character 83
line contains a tab character 85
line contains a tab character 87
line contains a tab character 89
line contains a tab character 91
line contains a tab character 93
'{' should be on a new line. 93
line contains a tab character 95
'(' is followed by whitespace. 95
')' is preceeded by whitespace. 95
line contains a tab character 97
'}' should be alone on a line. 97
'{' should be on a new line. 97
line contains a tab character 99
line contains a tab character 101
'(' is followed by whitespace. 101
')' is preceeded by whitespace. 101
line contains a tab character 103
line contains a tab character 105
line contains a tab character 107
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
'{' should be on a new line. 107
line contains a tab character 109
line contains a tab character 111
line contains a tab character 113
'}' should be alone on a line. 113
'(' is followed by whitespace. 113
')' is preceeded by whitespace. 113
'{' should be on a new line. 113
line contains a tab character 114
line contains a tab character 115
line contains a tab character 116
'}' should be alone on a line. 116
'{' should be on a new line. 116
line contains a tab character 117
line contains a tab character 118
'}' should be alone on a line. 118
'{' should be on a new line. 118
line contains a tab character 119
line contains a tab character 120
'}' should be alone on a line. 120
'{' should be on a new line. 120
line contains a tab character 121
line contains a tab character 122
line contains a tab character 124
'(' is followed by whitespace. 124
')' is preceeded by whitespace. 124
line contains a tab character 126
'(' is followed by whitespace. 126
')' is preceeded by whitespace. 126
line contains a tab character 128
'(' is followed by whitespace. 128
')' is preceeded by whitespace. 128
line contains a tab character 130
'(' is followed by whitespace. 130
')' is preceeded by whitespace. 130
line contains a tab character 133
line contains a tab character 134
'{' should be on a new line. 134
line contains a tab character 135
'(' is followed by whitespace. 135
')' is preceeded by whitespace. 135
line contains a tab character 136
'}' should be alone on a line. 136
'{' should be on a new line. 136
line longer than 80 characters 137
line contains a tab character 137
line contains a tab character 138
line contains a tab character 139
line contains a tab character 140
line contains a tab character 142
line contains a tab character 144
line contains a tab character 146
'(' is followed by whitespace. 146
')' is preceeded by whitespace. 146
line contains a tab character 148
'(' is followed by whitespace. 148
'(' is followed by whitespace. 148
')' is preceeded by whitespace. 148
')' is preceeded by whitespace. 148
'if' construct must use '{}'s. 151
line contains a tab character 151
line contains a tab character 153
'(' is followed by whitespace. 153
')' is preceeded by whitespace. 153
line contains a tab character 157
'(' is followed by whitespace. 157
')' is preceeded by whitespace. 157
line contains a tab character 159
line contains a tab character 163
'if' construct must use '{}'s. 165
line contains a tab character 165
line contains a tab character 167
'(' is followed by whitespace. 167
')' is preceeded by whitespace. 167
line contains a tab character 171
'(' is followed by whitespace. 171
line contains a tab character 173
')' is preceeded by whitespace. 173
line contains a tab character 175
line contains a tab character 177
'}' should be alone on a line. 177
'{' should be on a new line. 177
line contains a tab character 179
line contains a tab character 181
line contains a tab character 183
method is missing a Javadoc comment. 189
'{' should be on a new line. 189
line contains a tab character 191
method is missing a Javadoc comment. 195
'{' should be on a new line. 195
line contains a tab character 197
'(' is followed by whitespace. 197
')' is preceeded by whitespace. 197
line contains a tab character 199
line contains a tab character 201
line longer than 80 characters 203
line contains a tab character 203
line contains a tab character 205
line contains a tab character 207
line contains a tab character 209
line contains a tab character 211
line contains a tab character 213
method is missing a Javadoc comment. 217
'{' should be on a new line. 217
line contains a tab character 218
line contains a tab character 219
line contains a tab character 220
line contains a tab character 221
line contains a tab character 222

junit/quilt/ui/jips/JipsPanel.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Unused import - java.awt.Component 3
Unused import - java.awt.GridLayout 4
Unused import - java.util.Map 7
Unused import - java.util.HashMap 9
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 18
type is missing a Javadoc comment. 20
variable 'browser' missing Javadoc. 24
variable 'progress' missing Javadoc. 26
variable 'sched' missing Javadoc. 27
variable 'registry' missing Javadoc. 29
variable 'listener' missing Javadoc. 33
type is missing a Javadoc comment. 38
line contains a tab character 40
variable 'jips' missing Javadoc. 40
line contains a tab character 42
method is missing a Javadoc comment. 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
'{' should be on a new line. 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 46
method is missing a Javadoc comment. 46
'{' should be on a new line. 46
line contains a tab character 47
line contains a tab character 48
type is missing a Javadoc comment. 51
line contains a tab character 53
variable 'jips' missing Javadoc. 53
line contains a tab character 54
line contains a tab character 55
method is missing a Javadoc comment. 55
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
'{' should be on a new line. 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 59
method is missing a Javadoc comment. 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
'{' should be on a new line. 59
line contains a tab character 60
'{' should be on a new line. 60
line contains a tab character 61
'(' is followed by whitespace. 61
')' is preceeded by whitespace. 61
'{' should be on a new line. 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
line contains a tab character 66
method is missing a Javadoc comment. 69
'{' should be on a new line. 69
line contains a tab character 70
'(' is followed by whitespace. 70
')' is preceeded by whitespace. 70
line contains a tab character 71
'(' is followed by whitespace. 71
')' is preceeded by whitespace. 71
line contains a tab character 73
'(' is followed by whitespace. 73
')' is preceeded by whitespace. 73
line contains a tab character 74
'(' is followed by whitespace. 74
')' is preceeded by whitespace. 74
line contains a tab character 76
'(' is followed by whitespace. 76
')' is preceeded by whitespace. 76
line contains a tab character 77
'(' is followed by whitespace. 77
line contains a tab character 78
')' is preceeded by whitespace. 78
line contains a tab character 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
line contains a tab character 81
'(' is followed by whitespace. 81
')' is preceeded by whitespace. 81
line contains a tab character 82
'(' is followed by whitespace. 82
')' is preceeded by whitespace. 82
line contains a tab character 84
'(' is followed by whitespace. 84
')' is preceeded by whitespace. 84
line contains a tab character 85
'(' is followed by whitespace. 85
')' is preceeded by whitespace. 85
method is missing a Javadoc comment. 88
'(' is followed by whitespace. 88
')' is preceeded by whitespace. 88
'{' should be on a new line. 88
line contains a tab character 89
line contains a tab character 90
method is missing a Javadoc comment. 94
'{' should be on a new line. 94
line contains a tab character 95
line contains a tab character 97
line contains a tab character 98
line contains a tab character 99
line contains a tab character 100
line contains a tab character 101
line contains a tab character 102
line contains a tab character 103
line contains a tab character 104
line contains a tab character 105
line contains a tab character 106
line contains a tab character 107
line contains a tab character 108
line contains a tab character 109
line contains a tab character 110
line contains a tab character 111
line contains a tab character 112
line contains a tab character 113
line contains a tab character 114
line contains a tab character 115
line contains a tab character 116
line contains a tab character 117
line contains a tab character 118
line contains a tab character 119
line contains a tab character 120
line contains a tab character 121
line contains a tab character 122
line contains a tab character 123
line contains a tab character 124
line contains a tab character 125
line contains a tab character 126
line contains a tab character 127
line contains a tab character 128
line contains a tab character 130
line contains a tab character 131
method is missing a Javadoc comment. 134
'(' is followed by whitespace. 134
')' is preceeded by whitespace. 134
'{' should be on a new line. 134
line contains a tab character 135
line contains a tab character 136
line contains a tab character 137
'(' is followed by whitespace. 137
')' is preceeded by whitespace. 137

junit/quilt/ui/ClassBrowser.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 22
Avoid using the '.*' form of import. 23
Avoid using the '.*' form of import. 24
type is missing a Javadoc comment. 28
variable 'browser' missing Javadoc. 31
variable 'registry' missing Javadoc. 32
method is missing a Javadoc comment. 34
'{' should be on a new line. 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
'(' is followed by whitespace. 37
line contains a tab character 38
line contains a tab character 39
'(' is followed by whitespace. 39
')' is preceeded by whitespace. 39
line contains a tab character 40
method is missing a Javadoc comment. 43
'{' should be on a new line. 43
line contains a tab character 44
'{' should be on a new line. 44
line contains a tab character 45
line contains a tab character 47
line contains a tab character 48
line contains a tab character 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
'(' is followed by whitespace. 54
')' is preceeded by whitespace. 54
line contains a tab character 55
line contains a tab character 56
'(' is followed by whitespace. 56
')' is preceeded by whitespace. 56
line contains a tab character 57
'}' should be alone on a line. 57
'{' should be on a new line. 57
line contains a tab character 58
line contains a tab character 59

junit/quilt/ui/CoverAction.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 12
type is missing a Javadoc comment. 14
variable 'quilt' missing Javadoc. 17
method is missing a Javadoc comment. 19
line contains a tab character 20
'{' should be on a new line. 20
line contains a tab character 21
'(' is followed by whitespace. 21
')' is preceeded by whitespace. 21
line contains a tab character 22
method is missing a Javadoc comment. 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
'{' should be on a new line. 25
line contains a tab character 26
'{' should be on a new line. 26
line contains a tab character 27
'(' is followed by whitespace. 27
')' is preceeded by whitespace. 27
line contains a tab character 28
line contains a tab character 29
'(' is followed by whitespace. 29
')' is preceeded by whitespace. 29
line contains a tab character 30
line contains a tab character 31
line contains a tab character 32
'(' is followed by whitespace. 32
')' is preceeded by whitespace. 32
line contains a tab character 33
'}' should be alone on a line. 33
'{' should be on a new line. 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36

junit/quilt/ui/Jips.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 4
Avoid using the '.*' form of import. 5
type is missing a Javadoc comment. 11
variable 'browser' missing Javadoc. 14
variable 'registry' missing Javadoc. 15
type is missing a Javadoc comment. 17
line contains a tab character 18
line contains a tab character 20
variable 'loader' missing Javadoc. 20
line contains a tab character 21
variable 'clazz' missing Javadoc. 21
line contains a tab character 22
variable 'args' missing Javadoc. 22
line contains a tab character 23
variable 'main' missing Javadoc. 23
line contains a tab character 25
method is missing a Javadoc comment. 25
'(' is followed by whitespace. 25
line contains a tab character 26
line contains a tab character 27
')' is preceeded by whitespace. 27
line contains a tab character 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 31
'(' is followed by whitespace. 31
')' is preceeded by whitespace. 31
line contains a tab character 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 36
line contains a tab character 37
line contains a tab character 39
method is missing a Javadoc comment. 39
'{' should be on a new line. 39
line contains a tab character 40
'{' should be on a new line. 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
line contains a tab character 44
'}' should be alone on a line. 44
'{' should be on a new line. 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
line contains a tab character 49
method is missing a Javadoc comment. 50
'(' is followed by whitespace. 50
')' is preceeded by whitespace. 50
'{' should be on a new line. 50
line contains a tab character 51
line contains a tab character 53
line contains a tab character 54
'(' is followed by whitespace. 54
line contains a tab character 55
')' is preceeded by whitespace. 55
line contains a tab character 56
'(' is followed by whitespace. 56
')' is preceeded by whitespace. 56
line contains a tab character 57
method is missing a Javadoc comment. 60
'(' is followed by whitespace. 60
line contains a tab character 61
')' is preceeded by whitespace. 61
line contains a tab character 62
line contains a tab character 64
line contains a tab character 65
'(' is followed by whitespace. 65
line contains a tab character 66
line contains a tab character 67
line contains a tab character 68
method is missing a Javadoc comment. 71
'{' should be on a new line. 71
line contains a tab character 72
line contains a tab character 73
'(' is followed by whitespace. 73
')' is preceeded by whitespace. 73
line contains a tab character 75
line contains a tab character 76
line contains a tab character 77
'{' should be on a new line. 77
line contains a tab character 78
'-' is not preceeded with whitespace. 78
'-' is not followed by whitespace. 78
line contains a tab character 79
line contains a tab character 80
line contains a tab character 81
'{' should be on a new line. 81
line contains a tab character 82
'(' is followed by whitespace. 82
')' is preceeded by whitespace. 82
line contains a tab character 83
line contains a tab character 84
'(' is followed by whitespace. 84
')' is preceeded by whitespace. 84
line contains a tab character 85
'(' is followed by whitespace. 85
')' is preceeded by whitespace. 85
line contains a tab character 86
'}' should be alone on a line. 86
'{' should be on a new line. 86
line contains a tab character 87
line contains a tab character 88

junit/quilt/ui/Quilt.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 11
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 18
type is missing a Javadoc comment. 21
variable 'registry' missing Javadoc. 23
variable 'covers' missing Javadoc. 25
variable 'reports' missing Javadoc. 26
method is missing a Javadoc comment. 28
'{' should be on a new line. 28
line contains a tab character 29
line contains a tab character 31
line contains a tab character 32
line longer than 80 characters 33
line contains a tab character 33
line longer than 80 characters 34
line contains a tab character 34
line contains a tab character 35
method is missing a Javadoc comment. 38
'(' is followed by whitespace. 38
line contains a tab character 39
line contains a tab character 40
')' is preceeded by whitespace. 40
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 47
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
line contains a tab character 49
'(' is followed by whitespace. 49
')' is preceeded by whitespace. 49
line contains a tab character 50
'{' should be on a new line. 50
line contains a tab character 51
'(' is followed by whitespace. 51
')' is preceeded by whitespace. 51
line contains a tab character 53
'(' is followed by whitespace. 53
')' is preceeded by whitespace. 53
line contains a tab character 54
line contains a tab character 56
'{' should be on a new line. 56
line contains a tab character 57
line contains a tab character 58
'(' is followed by whitespace. 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
line contains a tab character 59
line contains a tab character 60
'}' should be alone on a line. 60
'{' should be on a new line. 60
line contains a tab character 61
')' is preceeded by whitespace. 61
line contains a tab character 62
line contains a tab character 64
method is missing a Javadoc comment. 67
'{' should be on a new line. 67
line contains a tab character 68
method is missing a Javadoc comment. 72
'(' is followed by whitespace. 72
')' is preceeded by whitespace. 72
'{' should be on a new line. 72
line contains a tab character 73
method is missing a Javadoc comment. 76
'{' should be on a new line. 76
line contains a tab character 77
method is missing a Javadoc comment. 80
'{' should be on a new line. 80
line contains a tab character 81
method is missing a Javadoc comment. 84
'{' should be on a new line. 84

junit/quilt/ui/ReportAction.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 3
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 16
type is missing a Javadoc comment. 18
variable 'quilt' missing Javadoc. 21
method is missing a Javadoc comment. 22
line contains a tab character 23
'{' should be on a new line. 23
line contains a tab character 24
'(' is followed by whitespace. 24
')' is preceeded by whitespace. 24
line contains a tab character 25
method is missing a Javadoc comment. 28
line contains a tab character 29
line contains a tab character 31
line contains a tab character 32
line contains a tab character 33
'(' is followed by whitespace. 33
')' is preceeded by whitespace. 33
line contains a tab character 34
'{' should be on a new line. 34
line contains a tab character 35
line contains a tab character 36
'}' should be alone on a line. 36
'{' should be on a new line. 36
line contains a tab character 37
line contains a tab character 38
method is missing a Javadoc comment. 41
'(' is followed by whitespace. 41
')' is preceeded by whitespace. 41
'{' should be on a new line. 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 45
'{' should be on a new line. 45
line contains a tab character 46
'{' should be on a new line. 46
line contains a tab character 47
line contains a tab character 48
line contains a tab character 49
'}' should be alone on a line. 49
'{' should be on a new line. 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
'(' is followed by whitespace. 54
')' is preceeded by whitespace. 54
line contains a tab character 56
line contains a tab character 58
'(' is followed by whitespace. 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
line contains a tab character 59
')' is preceeded by whitespace. 59
line contains a tab character 60
'}' should be alone on a line. 60
'{' should be on a new line. 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 63

junit/quilt/ui/ResourceAction.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 10
type is missing a Javadoc comment. 14
method is missing a Javadoc comment. 17
'{' should be on a new line. 17
line contains a tab character 18
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19
line contains a tab character 21
line contains a tab character 22
'{' should be on a new line. 22
line contains a tab character 23
line contains a tab character 25
'(' is followed by whitespace. 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
line contains a tab character 26
Expected an @return tag. 35
'{' should be on a new line. 35
line contains a tab character 36
variable 'RC' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
line contains a tab character 38
'(' is followed by whitespace. 38
')' is preceeded by whitespace. 38
line contains a tab character 39
line contains a tab character 40
'{' should be on a new line. 40
line contains a tab character 41
'(' is followed by whitespace. 41
')' is preceeded by whitespace. 41
line contains a tab character 42
line contains a tab character 44
'{' should be on a new line. 44
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
line contains a tab character 46
line contains a tab character 47
'}' should be alone on a line. 47
'{' should be on a new line. 47
line contains a tab character 48

junit/quilt/ui/TestBrowser.java

Error Line
Missing a header - not enough lines in file. 1
Avoid using the '.*' form of import. 10
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 13
type is missing a Javadoc comment. 19
variable 'browser' missing Javadoc. 21
method is missing a Javadoc comment. 23
'{' should be on a new line. 23
line contains a tab character 24
line contains a tab character 25
'(' is followed by whitespace. 25
')' is preceeded by whitespace. 25
line contains a tab character 26
'(' is followed by whitespace. 26
')' is preceeded by whitespace. 26
line contains a tab character 27
method is missing a Javadoc comment. 30
'{' should be on a new line. 30
line contains a tab character 31
'{' should be on a new line. 31
line contains a tab character 32
line contains a tab character 33
line contains a tab character 35
line contains a tab character 37
line contains a tab character 38
'{' should be on a new line. 38
line contains a tab character 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
'(' is followed by whitespace. 43
')' is preceeded by whitespace. 43
line contains a tab character 44
line contains a tab character 45
'(' is followed by whitespace. 45
')' is preceeded by whitespace. 45
line contains a tab character 46
'(' is followed by whitespace. 46
')' is preceeded by whitespace. 46
line contains a tab character 47
'}' should be alone on a line. 47
'{' should be on a new line. 47
line contains a tab character 48
line contains a tab character 49

junit/quilt/util/About.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - javax.swing.JEditorPane 10
type is missing a Javadoc comment. 13
method is missing a Javadoc comment. 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
line contains a tab character 17
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19

junit/quilt/util/Contributors.java

Error Line
Missing a header - not enough lines in file. 1
Unused import - javax.swing.JEditorPane 10
type is missing a Javadoc comment. 13
method is missing a Javadoc comment. 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
line contains a tab character 17
line contains a tab character 19
'(' is followed by whitespace. 19
')' is preceeded by whitespace. 19

junit/quilt/util/DisplayPanel.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 13
method is missing a Javadoc comment. 16
'(' is followed by whitespace. 16
')' is preceeded by whitespace. 16
line contains a tab character 17
line contains a tab character 19
line contains a tab character 20
'(' is followed by whitespace. 20
'(' is followed by whitespace. 20
')' is preceeded by whitespace. 20
line contains a tab character 21
')' is preceeded by whitespace. 21

junit/quilt/util/Registry.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 19
type is missing a Javadoc comment. 21
variable 'name' missing Javadoc. 24
variable 'rootVisible' missing Javadoc. 25
variable 'root' missing Javadoc. 26
variable 'registry' missing Javadoc. 27
variable 'listeners' missing Javadoc. 29
method is missing a Javadoc comment. 31
'{' should be on a new line. 31
line contains a tab character 32
line contains a tab character 33
'(' is followed by whitespace. 33
')' is preceeded by whitespace. 33
method is missing a Javadoc comment. 36
'(' is followed by whitespace. 36
')' is preceeded by whitespace. 36
'{' should be on a new line. 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
'(' is followed by whitespace. 39
')' is preceeded by whitespace. 39
method is missing a Javadoc comment. 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
'{' should be on a new line. 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
'{' should be on a new line. 47
line contains a tab character 49
'{' should be on a new line. 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
'{' should be on a new line. 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 55
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
'{' should be on a new line. 55
line contains a tab character 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 61
'{' should be on a new line. 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 65
method is missing a Javadoc comment. 68
'(' is followed by whitespace. 68
')' is preceeded by whitespace. 68
'{' should be on a new line. 68
line contains a tab character 69
line contains a tab character 70
line contains a tab character 72
'{' should be on a new line. 72
line contains a tab character 73
line contains a tab character 74
line contains a tab character 75
'{' should be on a new line. 75
line contains a tab character 76
line contains a tab character 77
line contains a tab character 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
'{' should be on a new line. 79
line contains a tab character 80
line contains a tab character 81
line contains a tab character 82
line contains a tab character 84
'{' should be on a new line. 84
line contains a tab character 85
'{' should be on a new line. 85
line contains a tab character 86
line contains a tab character 87
'(' is followed by whitespace. 87
')' is preceeded by whitespace. 87
line contains a tab character 88
'(' is followed by whitespace. 88
')' is preceeded by whitespace. 88
line contains a tab character 89
line contains a tab character 90
'}' should be alone on a line. 90
'{' should be on a new line. 90
line contains a tab character 91
line contains a tab character 92
line contains a tab character 93
line contains a tab character 94
line contains a tab character 95
Expected an @return tag. 103
'(' is followed by whitespace. 103
Expected @param tag for 'keys'. 103
Expected @param tag for 'value'. 103
')' is preceeded by whitespace. 103
'{' should be on a new line. 103
line contains a tab character 104
'(' is followed by whitespace. 104
')' is preceeded by whitespace. 104
line contains a tab character 106
line contains a tab character 107
'(' is followed by whitespace. 107
')' is preceeded by whitespace. 107
'{' should be on a new line. 107
line contains a tab character 108
'(' is followed by whitespace. 108
')' is preceeded by whitespace. 108
line contains a tab character 110
line contains a tab character 111
'{' should be on a new line. 111
line contains a tab character 112
'(' is followed by whitespace. 112
')' is preceeded by whitespace. 112
line contains a tab character 113
line contains a tab character 114
'(' is followed by whitespace. 122
Expected @param tag for 'rl'. 122
')' is preceeded by whitespace. 122
'{' should be on a new line. 122
line contains a tab character 123
'(' is followed by whitespace. 123
')' is preceeded by whitespace. 123
method is missing a Javadoc comment. 126
'(' is followed by whitespace. 126
')' is preceeded by whitespace. 126
'{' should be on a new line. 126
line contains a tab character 127
'(' is followed by whitespace. 127
')' is preceeded by whitespace. 127
Expected an @return tag. 135
'{' should be on a new line. 135
line contains a tab character 136
method is missing a Javadoc comment. 139
'(' is followed by whitespace. 139
')' is preceeded by whitespace. 139
'{' should be on a new line. 139
line contains a tab character 140
'(' is followed by whitespace. 140
')' is preceeded by whitespace. 140
line contains a tab character 142
'(' is followed by whitespace. 142
')' is preceeded by whitespace. 142
'{' should be on a new line. 142
line contains a tab character 143
'(' is followed by whitespace. 143
')' is preceeded by whitespace. 143
line contains a tab character 144
line contains a tab character 146
Expected an @return tag. 153
'{' should be on a new line. 153
line contains a tab character 154

junit/quilt/util/RegistryBrowser.java

Error Line
Line does not match expected header line of ''. 2
Avoid using the '.*' form of import. 22
Avoid using the '.*' form of import. 23
Avoid using the '.*' form of import. 24
Avoid using the '.*' form of import. 26
type is missing a Javadoc comment. 29
variable 'contents' missing Javadoc. 32
variable 'registryTree' missing Javadoc. 33
variable 'pane' missing Javadoc. 34
'(' is followed by whitespace. 51
Expected @param tag for 'contents'. 51
Expected @param tag for 'type'. 51
')' is preceeded by whitespace. 51
'{' should be on a new line. 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 55
'(' is followed by whitespace. 55
'(' is followed by whitespace. 55
')' is preceeded by whitespace. 55
')' is preceeded by whitespace. 55
line contains a tab character 57
line contains a tab character 58
line contains a tab character 59
'{' should be on a new line. 59
line contains a tab character 60
line contains a tab character 61
line contains a tab character 62
'(' is followed by whitespace. 62
')' is preceeded by whitespace. 62
line contains a tab character 63
line contains a tab character 64
'(' is followed by whitespace. 64
')' is preceeded by whitespace. 64
line contains a tab character 66
line contains a tab character 67
'(' is followed by whitespace. 67
'(' is followed by whitespace. 67
line contains a tab character 68
')' is preceeded by whitespace. 68
line contains a tab character 69
'{' should be on a new line. 69
line contains a tab character 70
line contains a tab character 71
'(' is followed by whitespace. 71
line contains a tab character 72
')' is preceeded by whitespace. 72
line contains a tab character 73
line contains a tab character 74
'(' is followed by whitespace. 74
line contains a tab character 75
')' is preceeded by whitespace. 75
line contains a tab character 76
'(' is followed by whitespace. 76
')' is preceeded by whitespace. 76
line contains a tab character 78
line contains a tab character 79
'{' should be on a new line. 79
line contains a tab character 80
'(' is followed by whitespace. 80
')' is preceeded by whitespace. 80
line contains a tab character 81
line contains a tab character 83
'(' is followed by whitespace. 83
')' is preceeded by whitespace. 83
line contains a tab character 84
line contains a tab character 85
'}' should be alone on a line. 85
'{' should be on a new line. 85
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
line contains a tab character 90
line contains a tab character 91
'(' is followed by whitespace. 91
')' is preceeded by whitespace. 91
line contains a tab character 92
'(' is followed by whitespace. 92
'(' is followed by whitespace. 92
')' is preceeded by whitespace. 92
')' is preceeded by whitespace. 92
line contains a tab character 93
'(' is followed by whitespace. 93
')' is preceeded by whitespace. 93
line contains a tab character 95
'(' is followed by whitespace. 95
')' is preceeded by whitespace. 95
line contains a tab character 96
'(' is followed by whitespace. 96
')' is preceeded by whitespace. 96
line contains a tab character 105
variable 'browser' missing Javadoc. 105
variable 'browser' must be private and have accessor methods. 105
line contains a tab character 106
method is missing a Javadoc comment. 106
'(' is followed by whitespace. 106
')' is preceeded by whitespace. 106
'{' should be on a new line. 106
line contains a tab character 107
line contains a tab character 108
line contains a tab character 110
method is missing a Javadoc comment. 110
'(' is followed by whitespace. 110
')' is preceeded by whitespace. 110
'{' should be on a new line. 110
line contains a tab character 111
line contains a tab character 112
'(' is followed by whitespace. 119
Expected @param tag for 'name'. 119
Expected @param tag for 'panel'. 119
')' is preceeded by whitespace. 119
'{' should be on a new line. 119
line contains a tab character 120
'(' is followed by whitespace. 120
'(' is followed by whitespace. 120
')' is preceeded by whitespace. 120
')' is preceeded by whitespace. 120
Expected an @return tag. 126
'{' should be on a new line. 126
line contains a tab character 127
Expected an @return tag. 134
'{' should be on a new line. 134
line contains a tab character 135
'{' should be on a new line. 141
line contains a tab character 142
'(' is followed by whitespace. 142
'(' is followed by whitespace. 142
')' is preceeded by whitespace. 142

junit/quilt/util/RegistryBrowserAware.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 11
redundant 'public' modifier. 13
method is missing a Javadoc comment. 13
'(' is followed by whitespace. 13
')' is preceeded by whitespace. 13

junit/quilt/util/RegistryListener.java

Error Line
Missing a header - not enough lines in file. 1
type is missing a Javadoc comment. 10
'{' should be on a new line. 10
redundant 'public' modifier. 11
method is missing a Javadoc comment. 11
'(' is followed by whitespace. 11
')' is preceeded by whitespace. 11