Checkstyle Results

The following document contains the results of Checkstyle.

Summary

Files Errors
17 504

Files

Files Errors
junit\extensions\ActiveTest.java 6
junit\extensions\conf\Configuration.java 20
junit\extensions\conf\ConfigurationFactory.java 16
junit\extensions\conf\FileConfiguration.java 18
junit\extensions\conf\LoadableConfiguration.java 1
junit\extensions\ConfigurableTest.java 12
junit\extensions\ConfigurableTestCase.java 13
junit\extensions\ConfigurableTestSetup.java 14
junit\extensions\PPTestResult.java 20
junit\extensions\PPTestRunner.java 23
junit\extensions\util\EnhancedProperties.java 5
junit\extensions\util\FileUtils.java 1
junit\extensions\util\Parameters.java 7
test\junit\extensions\AllTests.java 6
test\junit\extensions\ConfigurableTestCaseTest.java 276
test\junit\extensions\ConfigurableTestSetupTest.java 43
test\junit\extensions\util\ParametersTest.java 23

junit\extensions\ActiveTest.java

Error Line
variable 'testResult' missing Javadoc. 47
variable 'testResult' must be private and have accessor methods. 47
method is missing a Javadoc comment. 49
method is missing a Javadoc comment. 53
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 96

junit\extensions\conf\Configuration.java

Error Line
line longer than 80 characters 33
method is missing a Javadoc comment. 33
line longer than 80 characters 35
method is missing a Javadoc comment. 35
line longer than 80 characters 37
method is missing a Javadoc comment. 37
line longer than 80 characters 39
method is missing a Javadoc comment. 39
line longer than 80 characters 41
method is missing a Javadoc comment. 41
line longer than 80 characters 43
method is missing a Javadoc comment. 43
line longer than 80 characters 45
method is missing a Javadoc comment. 45
line longer than 80 characters 47
method is missing a Javadoc comment. 47
line longer than 80 characters 49
method is missing a Javadoc comment. 49
line longer than 80 characters 51
method is missing a Javadoc comment. 51

junit\extensions\conf\ConfigurationFactory.java

Error Line
Avoid using the '.*' form of import. 26
line longer than 80 characters 46
line longer than 80 characters 49
variable 'factory' must be private and have accessor methods. 56
variable 'conf' must be private and have accessor methods. 59
line longer than 80 characters 95
Expected @throws tag for 'IOException'. 109
line longer than 80 characters 125
line longer than 80 characters 156
Expected an @return tag. 156
Expected @throws tag for 'IOException'. 156
line longer than 80 characters 158
line longer than 80 characters 162
line longer than 80 characters 164
line longer than 80 characters 173
Expected an @return tag. 186

junit\extensions\conf\FileConfiguration.java

Error Line
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
Unused import - junit.framework.TestCase 28
Expected @throws tag for 'java.io.IOException'. 60
line longer than 80 characters 70
Expected @throws tag for 'java.io.IOException'. 70
Expected @throws tag for 'IOException'. 80
method is missing a Javadoc comment. 121
line longer than 80 characters 122
method is missing a Javadoc comment. 125
method is missing a Javadoc comment. 129
method is missing a Javadoc comment. 135
method is missing a Javadoc comment. 139
method is missing a Javadoc comment. 143
method is missing a Javadoc comment. 147
method is missing a Javadoc comment. 151
method is missing a Javadoc comment. 155
method is missing a Javadoc comment. 159

junit\extensions\conf\LoadableConfiguration.java

Error Line
Expected @throws tag for 'java.io.IOException'. 39

junit\extensions\ConfigurableTest.java

Error Line
line longer than 80 characters 42
line longer than 80 characters 51
line longer than 80 characters 60
line longer than 80 characters 69
Unused @param tag for 'name'. 76
line longer than 80 characters 78
Expected @param tag for 'key'. 80
line longer than 80 characters 87
line longer than 80 characters 96
line longer than 80 characters 105
line longer than 80 characters 114
line longer than 80 characters 123

junit\extensions\ConfigurableTestCase.java

Error Line
variable 'conf' must be private and have accessor methods. 39
line contains a tab character 44
line contains a tab character 54
method is missing a Javadoc comment. 65
method is missing a Javadoc comment. 69
method is missing a Javadoc comment. 73
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 81
method is missing a Javadoc comment. 85
method is missing a Javadoc comment. 89
method is missing a Javadoc comment. 93
method is missing a Javadoc comment. 97
method is missing a Javadoc comment. 101

junit\extensions\ConfigurableTestSetup.java

Error Line
line longer than 80 characters 32
line longer than 80 characters 37
line contains a tab character 45
line contains a tab character 54
method is missing a Javadoc comment. 65
method is missing a Javadoc comment. 69
method is missing a Javadoc comment. 73
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 81
method is missing a Javadoc comment. 85
method is missing a Javadoc comment. 89
method is missing a Javadoc comment. 93
method is missing a Javadoc comment. 97
method is missing a Javadoc comment. 101

junit\extensions\PPTestResult.java

Error Line
type Javadoc comment is missing an @author tag. 40
method is missing a Javadoc comment. 57
')' is preceeded by whitespace. 58
Expected @param tag for 'test'. 70
Expected @param tag for 'test'. 88
line longer than 80 characters 91
Expected an @return tag. 108
Expected @param tag for 'test'. 108
line longer than 80 characters 116
Expected @param tag for 'test'. 122
'if' is not followed by whitespace. 123
'(' is followed by whitespace. 123
')' is preceeded by whitespace. 123
'if' is not followed by whitespace. 124
'(' is followed by whitespace. 124
')' is preceeded by whitespace. 124
'(' is followed by whitespace. 125
')' is preceeded by whitespace. 125
'(' is followed by whitespace. 128
')' is preceeded by whitespace. 128

junit\extensions\PPTestRunner.java

Error Line
Expected @param tag for 'writer'. 80
Expected @param tag for 'printer'. 89
Expected an @return tag. 97
line longer than 80 characters 99
method is missing a Javadoc comment. 102
line longer than 80 characters 105
Expected an @return tag. 130
Expected @throws tag for 'Exception'. 130
'if' construct must use '{}'s. 137
'if' construct must use '{}'s. 139
'if' construct must use '{}'s. 141
'if' construct must use '{}'s. 143
'if' construct must use '{}'s. 145
method is missing a Javadoc comment. 158
line longer than 80 characters 172
line longer than 80 characters 173
line longer than 80 characters 174
line longer than 80 characters 181
line longer than 80 characters 182
line longer than 80 characters 186
line longer than 80 characters 187
line longer than 80 characters 188
line longer than 80 characters 189

junit\extensions\util\EnhancedProperties.java

Error Line
line longer than 80 characters 108
line longer than 80 characters 140
line longer than 80 characters 143
line longer than 80 characters 155
line longer than 80 characters 183

junit\extensions\util\FileUtils.java

Error Line
line longer than 80 characters 143

junit\extensions\util\Parameters.java

Error Line
variable 'parameters' must be private and have accessor methods. 37
line longer than 80 characters 40
line contains a tab character 42
Expected an @return tag. 44
line longer than 80 characters 51
line contains a tab character 67
line contains a tab character 78

test\junit\extensions\AllTests.java

Error Line
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
method is missing a Javadoc comment. 39
method is missing a Javadoc comment. 43
'=' is not preceeded with whitespace. 45
method is missing a Javadoc comment. 52

test\junit\extensions\ConfigurableTestCaseTest.java

Error Line
Unused import - java.util.Random 25
Avoid using the '.*' form of import. 26
Avoid using the '.*' form of import. 27
line contains a tab character 37
method is missing a Javadoc comment. 37
'(' is followed by whitespace. 37
')' is preceeded by whitespace. 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
line contains a tab character 42
'(' is followed by whitespace. 42
')' is preceeded by whitespace. 42
line contains a tab character 43
line contains a tab character 45
method is missing a Javadoc comment. 45
line contains a tab character 46
'=' is not preceeded with whitespace. 46
line longer than 80 characters 47
line contains a tab character 47
'(' is followed by whitespace. 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
')' is preceeded by whitespace. 47
line longer than 80 characters 48
line contains a tab character 48
'(' is followed by whitespace. 48
'(' is followed by whitespace. 48
')' is preceeded by whitespace. 48
')' is preceeded by whitespace. 48
line longer than 80 characters 49
line contains a tab character 49
'(' is followed by whitespace. 49
'(' is followed by whitespace. 49
')' is preceeded by whitespace. 49
')' is preceeded by whitespace. 49
line longer than 80 characters 50
line contains a tab character 50
'(' is followed by whitespace. 50
'(' is followed by whitespace. 50
')' is preceeded by whitespace. 50
')' is preceeded by whitespace. 50
line longer than 80 characters 51
line contains a tab character 51
'(' is followed by whitespace. 51
'(' is followed by whitespace. 51
')' is preceeded by whitespace. 51
')' is preceeded by whitespace. 51
line longer than 80 characters 52
line contains a tab character 52
'(' is followed by whitespace. 52
'(' is followed by whitespace. 52
')' is preceeded by whitespace. 52
')' is preceeded by whitespace. 52
line contains a tab character 53
'(' is followed by whitespace. 53
'(' is followed by whitespace. 53
')' is preceeded by whitespace. 53
')' is preceeded by whitespace. 53
line longer than 80 characters 54
line contains a tab character 54
'(' is followed by whitespace. 54
'(' is followed by whitespace. 54
')' is preceeded by whitespace. 54
')' is preceeded by whitespace. 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 56
'(' is followed by whitespace. 56
'(' is followed by whitespace. 56
')' is preceeded by whitespace. 56
')' is preceeded by whitespace. 56
line contains a tab character 57
'(' is followed by whitespace. 57
'(' is followed by whitespace. 57
')' is preceeded by whitespace. 57
')' is preceeded by whitespace. 57
line contains a tab character 58
'(' is followed by whitespace. 58
'(' is followed by whitespace. 58
')' is preceeded by whitespace. 58
')' is preceeded by whitespace. 58
line longer than 80 characters 59
line contains a tab character 59
'(' is followed by whitespace. 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
')' is preceeded by whitespace. 59
line longer than 80 characters 60
line contains a tab character 60
'(' is followed by whitespace. 60
'(' is followed by whitespace. 60
')' is preceeded 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 66
line contains a tab character 67
line contains a tab character 68
line contains a tab character 70
line contains a tab character 71
'(' is followed by whitespace. 71
'(' is followed by whitespace. 71
')' is preceeded by whitespace. 71
'(' is followed by whitespace. 71
')' is preceeded by whitespace. 71
')' is preceeded by whitespace. 71
line contains a tab character 72
line contains a tab character 74
line contains a tab character 75
line contains a tab character 76
line contains a tab character 78
line contains a tab character 79
'(' is followed by whitespace. 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
'(' is followed by whitespace. 79
')' is preceeded by whitespace. 79
')' is preceeded by whitespace. 79
line contains a tab character 80
line contains a tab character 82
line contains a tab character 83
line contains a tab character 84
line contains a tab character 86
line contains a tab character 87
'(' is followed by whitespace. 87
'(' is followed by whitespace. 87
')' is preceeded by whitespace. 87
'(' is followed by whitespace. 87
')' is preceeded by whitespace. 87
')' is preceeded by whitespace. 87
line contains a tab character 88
line contains a tab character 90
line contains a tab character 91
line contains a tab character 92
line contains a tab character 94
line contains a tab character 95
'(' is followed by whitespace. 95
'(' is followed by whitespace. 95
')' is preceeded by whitespace. 95
'(' is followed by whitespace. 95
')' is preceeded by whitespace. 95
')' is preceeded by whitespace. 95
line contains a tab character 96
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 contains a tab character 103
'(' is followed by whitespace. 103
'(' is followed by whitespace. 103
')' is preceeded by whitespace. 103
')' is preceeded by whitespace. 103
line contains a tab character 104
line contains a tab character 106
line contains a tab character 107
line contains a tab character 108
line contains a tab character 110
line contains a tab character 111
line contains a tab character 112
'(' is followed by whitespace. 112
')' is preceeded by whitespace. 112
line contains a tab character 113
'}' should be on the same line. 113
line contains a tab character 115
'catch' is not followed by whitespace. 115
'(' is followed by whitespace. 115
')' is preceeded by whitespace. 115
line contains a tab character 116
line contains a tab character 117
line contains a tab character 119
line contains a tab character 120
line contains a tab character 122
line contains a tab character 123
line contains a tab character 124
line contains a tab character 126
line contains a tab character 127
'(' is followed by whitespace. 127
'(' is followed by whitespace. 127
')' is preceeded by whitespace. 127
')' is preceeded by whitespace. 127
line contains a tab character 128
line contains a tab character 131
line contains a tab character 132
line contains a tab character 133
line contains a tab character 135
line contains a tab character 136
'(' is followed by whitespace. 136
'(' is followed by whitespace. 136
')' is preceeded by whitespace. 136
')' is preceeded by whitespace. 136
line contains a tab character 137
line contains a tab character 139
line contains a tab character 140
line contains a tab character 141
line contains a tab character 143
line contains a tab character 144
'(' is followed by whitespace. 144
'(' is followed by whitespace. 144
')' is preceeded by whitespace. 144
')' is preceeded by whitespace. 144
line contains a tab character 145
'(' is followed by whitespace. 145
'(' is followed by whitespace. 145
')' is preceeded by whitespace. 145
')' is preceeded by whitespace. 145
line contains a tab character 146
'(' is followed by whitespace. 146
'(' is followed by whitespace. 146
')' is preceeded by whitespace. 146
')' is preceeded by whitespace. 146
line contains a tab character 147
'(' is followed by whitespace. 147
'(' is followed by whitespace. 147
')' is preceeded by whitespace. 147
')' is preceeded by whitespace. 147
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
line contains a tab character 149
line contains a tab character 151
line contains a tab character 152
line contains a tab character 153
line contains a tab character 155
line contains a tab character 156
'(' is followed by whitespace. 156
'(' is followed by whitespace. 156
')' is preceeded by whitespace. 156
')' is preceeded by whitespace. 156
line contains a tab character 157
line contains a tab character 159
line contains a tab character 160
line contains a tab character 161
line contains a tab character 163
line contains a tab character 164
'(' is followed by whitespace. 164
'(' is followed by whitespace. 164
')' is preceeded by whitespace. 164
')' is preceeded by whitespace. 164
line contains a tab character 165
line contains a tab character 167
line contains a tab character 168
line contains a tab character 169
line contains a tab character 171
line contains a tab character 172
'(' is followed by whitespace. 172
'(' is followed by whitespace. 172
')' is preceeded by whitespace. 172
')' is preceeded by whitespace. 172
line contains a tab character 173
line contains a tab character 175
line contains a tab character 176
line contains a tab character 177
line contains a tab character 179
line contains a tab character 180
'(' is followed by whitespace. 180
'(' is followed by whitespace. 180
')' is preceeded by whitespace. 180
')' is preceeded by whitespace. 180
line contains a tab character 181
line contains a tab character 183
line contains a tab character 184
line contains a tab character 185
line contains a tab character 187
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 189

test\junit\extensions\ConfigurableTestSetupTest.java

Error Line
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
line contains a tab character 37
method is missing a Javadoc comment. 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
line contains a tab character 44
line contains a tab character 45
'=' is not preceeded with whitespace. 45
line contains a tab character 47
'(' is followed by whitespace. 47
')' is preceeded by whitespace. 47
line longer than 80 characters 50
line contains a tab character 50
'=' is not preceeded with whitespace. 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
line longer than 80 characters 56
line contains a tab character 56
'(' is followed by whitespace. 56
')' is preceeded by whitespace. 56
line contains a tab character 57
line contains a tab character 58
line longer than 80 characters 59
line contains a tab character 59
'(' is followed by whitespace. 59
')' is preceeded by whitespace. 59
line longer than 80 characters 60
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 66
method is missing a Javadoc comment. 66
line contains a tab character 67
line contains a tab character 68

test\junit\extensions\util\ParametersTest.java

Error Line
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 26
line contains a tab character 37
method is missing a Javadoc comment. 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
line contains a tab character 42
'=' is not preceeded with whitespace. 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
method is missing a Javadoc comment. 47
line contains a tab character 48
line longer than 80 characters 49
line contains a tab character 49
line contains a tab character 50
line contains a tab character 52
method is missing a Javadoc comment. 52
line contains a tab character 53
line contains a tab character 54