Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
17001325

Files

FilesIWE
org/apache/avalon/excalibur/pool/AbstractPool.java 00151
org/apache/avalon/excalibur/pool/DefaultObjectFactory.java 0054
org/apache/avalon/excalibur/pool/DefaultPool.java 00250
org/apache/avalon/excalibur/pool/DefaultPoolController.java 0026
org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java 00106
org/apache/avalon/excalibur/pool/ResourceLimitingPool.java 00423
org/apache/avalon/excalibur/pool/SingleThreadedPool.java 00186
org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java 00129

org/apache/avalon/excalibur/pool/AbstractPool.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Variable 'm_factory' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Name 'm_active' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Variable 'm_active' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Name 'm_ready' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'm_ready' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Name 'm_mutex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'm_mutex' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable 'm_initialized' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Name 'm_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'm_min' must be private and have accessor methods. 48
Error '(' is followed by whitespace. 54
Error Expected @param tag for 'factory'. 54
Error ')' is preceded with whitespace. 54
Error Expected @throws tag for 'Exception'. 54
Error '{' should be on the previous line. 55
Error 'if' is not followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 66
Error 'for' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 81
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 87
Error Expected an @return tag. 95
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 95
Error Expected @throws tag for 'Exception'. 95
Error '{' should be on the previous line. 96
Error 'cast' is not followed by whitespace. 98
Error Method 'removePoolable' is not designed for extension - needs to be abstract, final or empty. 105
Error '(' is followed by whitespace. 105
Error Parameter poolable should be final. 105
Error Expected @param tag for 'poolable'. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '}' should be on the same line. 110
Error 'catch' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error 'synchronized' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Missing a Javadoc comment. 131
Error Missing a Javadoc comment. 133
Error '(' is followed by whitespace. 133
Error Parameter object should be final. 133
Error ')' is preceded with whitespace. 133
Error Method 'internalGrow' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 137
Error 'for' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '}' should be on the same line. 143
Error 'catch' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error 'if' is not followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error Line is longer than 80 characters. 152
Error ')' is preceded with whitespace. 152
Error '}' should be on the same line. 153
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 156
Error '+' should be on a new line. 156
Error ')' is preceded with whitespace. 157
Error Line has trailing spaces. 160
Error Method 'internalShrink' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 168
Error 'for' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error 'if' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 175
Error 'cast' is not followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '}' should be on the same line. 176
Error 'catch' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error 'if' is not followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 181
Error '(' is followed by whitespace. 181
Error '+' should be on a new line. 181
Error ')' is preceded with whitespace. 182

org/apache/avalon/excalibur/pool/DefaultObjectFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Name 'm_constructor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Variable 'm_constructor' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 34
Error Name 'm_arguements' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable 'm_arguements' must be private and have accessor methods. 34
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error '{' should be on the previous line. 64
Error 'cast' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '}' should be on the same line. 66
Error 'catch' is not followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error '+' should be on a new line. 69
Error Line is longer than 80 characters. 70
Error ')' is preceded with whitespace. 70
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75

org/apache/avalon/excalibur/pool/DefaultPool.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Name 'm_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Variable 'm_min' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 34
Error Name 'm_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable 'm_max' must be private and have accessor methods. 34
Error Missing a Javadoc comment. 35
Error Name 'm_controller' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Variable 'm_controller' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 36
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Variable 'm_disposed' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Name 'm_quickFail' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Variable 'm_quickFail' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 42
Error Line is longer than 80 characters. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Missing a Javadoc comment. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Name 't_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Name 't_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error '+' should be on a new line. 61
Error ')' is preceded with whitespace. 62
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error 'if' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 72
Error '+' should be on a new line. 72
Error Line is longer than 80 characters. 73
Error '+' should be on a new line. 73
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Avoid inline conditionals. 76
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '}' should be on the same line. 85
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 98
Error Missing a Javadoc comment. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 101
Error Missing a Javadoc comment. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error 'if' is not followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '{' should be on the previous line. 120
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 127
Error 'if' is not followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error 'if' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error 'cast' is not followed by whitespace. 136
Error '}' should be on the same line. 137
Error '{' should be on the previous line. 139
Error '+' should be on a new line. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '}' should be on the same line. 145
Error '{' should be on the previous line. 147
Error '}' should be on the same line. 150
Error '{' should be on the previous line. 152
Error 'cast' is not followed by whitespace. 153
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '+' should be on a new line. 160
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error '+' should be on a new line. 176
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 182
Error 'if' is not followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error 'cast' is not followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 190
Error 'if' is not followed by whitespace. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error Line is longer than 80 characters. 193
Error ';' is preceded with whitespace. 194
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error 'if' is not followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error '+' should be on a new line. 201
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error 'if' is not followed by whitespace. 206
Error '(' is followed by whitespace. 206
Error Expression can be simplified. 206
Error ')' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line is longer than 80 characters. 210
Error 'if' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '}' should be on the same line. 214
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '}' should be on the same line. 219
Error '{' should be on the previous line. 221
Error '}' should be on the same line. 224
Error 'catch' is not followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error Line is longer than 80 characters. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Missing a Javadoc comment. 234
Error '{' should be on the previous line. 235
Error '{' should be on the previous line. 237
Error '{' should be on the previous line. 240
Error 'while' is not followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 243
Error 'cast' is not followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '}' should be on the same line. 245
Error '{' should be on the previous line. 247
Error '}' should be on the same line. 250
Error 'catch' is not followed by whitespace. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '{' should be on the previous line. 252
Error 'if' is not followed by whitespace. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255

org/apache/avalon/excalibur/pool/DefaultPoolController.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 30
Error Name 'm_amount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Avoid inline conditionals. 39
Error Method 'grow' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error '{' should be on the previous line. 43
Error Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '{' should be on the previous line. 48

org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error Parameter max should be final. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error '(' is followed by whitespace. 45
Error Parameter initial should be final. 45
Error Parameter max should be final. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line is longer than 80 characters. 65
Error Missing a Javadoc comment. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error '{' should be on the previous line. 86
Error '}' should be on the same line. 88
Error 'catch' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error 'if' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Method 'internalGrow' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error '(' is followed by whitespace. 108
Error Parameter amount should be final. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 110
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error Avoid inline conditionals. 111
Error ')' is preceded with whitespace. 111

org/apache/avalon/excalibur/pool/ResourceLimitingPool.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 34
Error '{' should be on the previous line. 45
Error First sentence should end with a period. 49
Error Name 'm_semaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Variable 'm_semaphore' must be private and have accessor methods. 52
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Name 'm_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Line is longer than 80 characters. 73
Error Name 'm_maxStrict' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79
Error Name 'm_blocking' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Line is longer than 80 characters. 84
Error Name 'm_blockTimeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Error Line is longer than 80 characters. 90
Error Name 'm_trimInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error Name 'm_lastTrim' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Name 'm_ready' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
Error Line is longer than 80 characters. 105
Error Name 'm_readySize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error Line is longer than 80 characters. 110
Error Name 'm_oldReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error Line is longer than 80 characters. 115
Error Name 'm_oldReadySize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
Error First sentence should end with a period. 119
Error Name 'm_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
Error First sentence should end with a period. 127
Error Line is longer than 80 characters. 130
Error Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 133
Error Line is longer than 80 characters. 134
Error Line is longer than 80 characters. 136
Error Line is longer than 80 characters. 138
Error Line is longer than 80 characters. 139
Error Line is longer than 80 characters. 140
Error Line is longer than 80 characters. 141
Error '(' is followed by whitespace. 143
Error Parameter max should be final. 144
Error Parameter maxStrict should be final. 145
Error Parameter blocking should be final. 146
Error Parameter blockTimeout should be final. 147
Error Parameter trimInterval should be final. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 151
Error Avoid inline conditionals. 151
Error ')' is preceded with whitespace. 151
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Line is longer than 80 characters. 169
Error Line is longer than 80 characters. 170
Error Line is longer than 80 characters. 173
Error Line is longer than 80 characters. 175
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 178
Error Method length is 160 lines (max allowed is 150). 178
Error '{' should be on the previous line. 179
Error 'if' construct must use '{}'s. 180
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error 'synchronized' is not followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error 'if' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '&&' should be on a new line. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error ')' is preceded with whitespace. 187
Error 'if' is not followed by whitespace. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '{' should be on the previous line. 194
Error 'cast' is not followed by whitespace. 196
Error '}' should be on the same line. 198
Error 'if' is not followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error 'cast' is not followed by whitespace. 202
Error '}' should be on the same line. 204
Error '{' should be on the previous line. 206
Error 'if' is not followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error Line is longer than 80 characters. 210
Error Line is longer than 80 characters. 213
Error 'if' is not followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error 'if' is not followed by whitespace. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error Line is longer than 80 characters. 220
Error '(' is followed by whitespace. 220
Error Line is longer than 80 characters. 221
Error ')' is preceded with whitespace. 221
Error 'if' is not followed by whitespace. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error Line is longer than 80 characters. 226
Error Line is longer than 80 characters. 228
Error '{' should be on the previous line. 232
Error 'if' is not followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error '{' should be on the previous line. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '}' should be on the same line. 238
Error 'catch' is not followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error Must have at least one statement. 240
Error Line is longer than 80 characters. 243
Error 'if' is not followed by whitespace. 244
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '{' should be on the previous line. 245
Error Line is longer than 80 characters. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error 'if' is not followed by whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error Line is longer than 80 characters. 251
Error Line is longer than 80 characters. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '}' should be on the same line. 255
Error '{' should be on the previous line. 257
Error 'if' is not followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error Line is longer than 80 characters. 264
Error Line is longer than 80 characters. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error Line is longer than 80 characters. 266
Error ')' is preceded with whitespace. 266
Error Line is longer than 80 characters. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 270
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '}' should be on the same line. 273
Error '{' should be on the previous line. 275
Error Line is longer than 80 characters. 276
Error Line is longer than 80 characters. 277
Error '{' should be on the previous line. 280
Error '{' should be on the previous line. 282
Error '}' should be on the same line. 284
Error 'catch' is not followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error '{' should be on the previous line. 286
Error Must have at least one statement. 286
Error 'if' is not followed by whitespace. 290
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error Line is longer than 80 characters. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error 'cast' is not followed by whitespace. 298
Error 'if' is not followed by whitespace. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error Line is longer than 80 characters. 304
Error '(' is followed by whitespace. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error Line is longer than 80 characters. 305
Error Line is longer than 80 characters. 306
Error ')' is preceded with whitespace. 306
Error '}' should be on the same line. 308
Error '{' should be on the previous line. 310
Error Line is longer than 80 characters. 313
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error '}' should be on the same line. 315
Error '{' should be on the previous line. 317
Error Line is longer than 80 characters. 318
Error 'if' is not followed by whitespace. 323
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 324
Error Line is longer than 80 characters. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 326
Error 'if' is not followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '{' should be on the previous line. 333
Error Line is longer than 80 characters. 334
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 345
Error '(' is followed by whitespace. 345
Error Parameter poolable should be final. 345
Error ')' is preceded with whitespace. 345
Error '{' should be on the previous line. 346
Error 'if' is not followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '{' should be on the previous line. 349
Error '(' is followed by whitespace. 350
Error 'cast' is not followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error 'synchronized' is not followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error '{' should be on the previous line. 354
Error 'if' is not followed by whitespace. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '{' should be on the previous line. 356
Error 'if' is not followed by whitespace. 357
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error '{' should be on the previous line. 358
Error 'if' is not followed by whitespace. 360
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '{' should be on the previous line. 361
Error Line is longer than 80 characters. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 363
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error '}' should be on the same line. 367
Error '{' should be on the previous line. 369
Error 'if' is not followed by whitespace. 371
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error '{' should be on the previous line. 372
Error Line is longer than 80 characters. 373
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 374
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error Line is longer than 80 characters. 380
Error 'if' is not followed by whitespace. 381
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error '{' should be on the previous line. 382
Error '}' should be on the same line. 386
Error '{' should be on the previous line. 388
Error Line is longer than 80 characters. 389
Error 'if' is not followed by whitespace. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error '{' should be on the previous line. 391
Error Line is longer than 80 characters. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 393
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 410
Error '{' should be on the previous line. 411
Error 'synchronized' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '{' should be on the previous line. 416
Error 'for' is not followed by whitespace. 418
Error '(' is followed by whitespace. 418
Error ';' is followed by whitespace. 418
Error '{' should be on the previous line. 419
Error 'cast' is not followed by whitespace. 420
Error '(' is followed by whitespace. 423
Error ')' is preceded with whitespace. 423
Error 'if' is not followed by whitespace. 427
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error '{' should be on the previous line. 428
Error 'for' is not followed by whitespace. 429
Error '(' is followed by whitespace. 429
Error ';' is followed by whitespace. 429
Error '{' should be on the previous line. 430
Error 'cast' is not followed by whitespace. 431
Error '(' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error Line is longer than 80 characters. 438
Error 'if' is not followed by whitespace. 439
Error '(' is followed by whitespace. 439
Error ')' is preceded with whitespace. 439
Error '{' should be on the previous line. 440
Error 'if' is not followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error ')' is preceded with whitespace. 444
Error '{' should be on the previous line. 445
Error '(' is followed by whitespace. 446
Error Line is longer than 80 characters. 447
Error ')' is preceded with whitespace. 447
Error Method 'permanentlyRemovePoolable' is not designed for extension - needs to be abstract, final or empty. 461
Error '(' is followed by whitespace. 461
Error Parameter poolable should be final. 461
Error Expected @param tag for 'poolable'. 461
Error ')' is preceded with whitespace. 461
Error '{' should be on the previous line. 462
Error '(' is followed by whitespace. 464
Error ')' is preceded with whitespace. 464
Error Line is longer than 80 characters. 468
Error Expected an @return tag. 470
Error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 470
Error '{' should be on the previous line. 471
Error Expected an @return tag. 478
Error Method 'getReadySize' is not designed for extension - needs to be abstract, final or empty. 478
Error '{' should be on the previous line. 479
Error 'synchronized' is not followed by whitespace. 480
Error '(' is followed by whitespace. 480
Error ')' is preceded with whitespace. 480
Error '{' should be on the previous line. 481
Error Expected an @return tag. 495
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 495
Error Expected @throws tag for 'Exception'. 495
Error '{' should be on the previous line. 496
Error 'cast' is not followed by whitespace. 501
Error Method 'removePoolable' is not designed for extension - needs to be abstract, final or empty. 513
Error '(' is followed by whitespace. 513
Error Parameter poolable should be final. 513
Error ')' is preceded with whitespace. 513
Error '{' should be on the previous line. 514
Error '{' should be on the previous line. 516
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error '}' should be on the same line. 518
Error 'catch' is not followed by whitespace. 519
Error '(' is followed by whitespace. 519
Error ')' is preceded with whitespace. 519
Error '{' should be on the previous line. 520
Error 'if' is not followed by whitespace. 521
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error '{' should be on the previous line. 522
Error '(' is followed by whitespace. 523
Error ')' is preceded with whitespace. 523
Error Line is longer than 80 characters. 529
Error Line is longer than 80 characters. 530
Error Line is longer than 80 characters. 535
Error Line is longer than 80 characters. 536
Error Line is longer than 80 characters. 537
Error Line is longer than 80 characters. 540
Error Line is longer than 80 characters. 541
Error Line is longer than 80 characters. 542
Error Line is longer than 80 characters. 543
Error Line is longer than 80 characters. 544
Error Line is longer than 80 characters. 547
Error Line is longer than 80 characters. 550
Error Line is longer than 80 characters. 551
Error Method 'trim' is not designed for extension - needs to be abstract, final or empty. 556
Error '{' should be on the previous line. 557
Error 'if' is not followed by whitespace. 558
Error '(' is followed by whitespace. 558
Error ')' is preceded with whitespace. 558
Error '{' should be on the previous line. 559
Error 'synchronized' is not followed by whitespace. 560
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error '{' should be on the previous line. 561
Error '}' should be on the same line. 564
Error '{' should be on the previous line. 566
Error Line is longer than 80 characters. 567
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error Expected an @return tag. 576
Error '{' should be on the previous line. 577
Error 'if' is not followed by whitespace. 581
Error '(' is followed by whitespace. 581
Error ')' is preceded with whitespace. 581
Error '{' should be on the previous line. 582
Error 'if' is not followed by whitespace. 583
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error '{' should be on the previous line. 584
Error Line is longer than 80 characters. 585
Error '(' is followed by whitespace. 585
Error ')' is preceded with whitespace. 585
Error 'for' is not followed by whitespace. 590
Error '(' is followed by whitespace. 590
Error ';' is followed by whitespace. 590
Error '{' should be on the previous line. 591
Error 'cast' is not followed by whitespace. 592
Error '(' is followed by whitespace. 595
Error ')' is preceded with whitespace. 595
Error 'if' is not followed by whitespace. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error '{' should be on the previous line. 601
Error Line is longer than 80 characters. 602
Error '(' is followed by whitespace. 602
Error ')' is preceded with whitespace. 602

org/apache/avalon/excalibur/pool/SingleThreadedPool.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Variable 'm_initialized' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 36
Error Name 'm_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Variable 'm_count' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Variable 'm_pool' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Variable 'm_factory' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Name 'm_controller' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Variable 'm_controller' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Name 'm_maximum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Variable 'm_maximum' must be private and have accessor methods. 40
Error Missing a Javadoc comment. 41
Error Name 'm_initial' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Variable 'm_initial' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 83
Error Expected @throws tag for 'Exception'. 83
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 85
Error 'if' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error 'if' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error 'if' is not followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error 'cast' is not followed by whitespace. 103
Error '}' should be on the same line. 104
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126
Error 'cast' is not followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error 'if' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error 'if' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '}' should be on the same line. 142
Error '{' should be on the previous line. 144
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 148
Error 'catch' is not followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 152
Error 'if' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error First sentence should end with a period. 160
Error '{' should be on the previous line. 166
Error First sentence should end with a period. 170
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 183
Error Expected @param tag for 'fillSize'. 183
Error ')' is preceded with whitespace. 183
Error Expected @throws tag for 'Exception'. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error 'for' is not followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error 'cast' is not followed by whitespace. 189
Error '(' is followed by whitespace. 198
Error Expected @param tag for 'increase'. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error 'if' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 214
Error Expected @param tag for 'decrease'. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 224
Error '{' should be on the previous line. 225
Error 'while' is not followed by whitespace. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error '{' should be on the previous line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '}' should be on the same line. 232
Error 'catch' is not followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error Line is longer than 80 characters. 235
Error Line is longer than 80 characters. 236
Error 'if' is not followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238

org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 29
Error '(' is followed by whitespace. 33
Error Expected @param tag for 'factory'. 33
Error ')' is preceded with whitespace. 33
Error Expected @throws tag for 'Exception'. 34
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 43
Error Expected @param tag for 'factory'. 43
Error Expected @param tag for 'min'. 44
Error ')' is preceded with whitespace. 44
Error Expected @throws tag for 'Exception'. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 54
Error Expected @param tag for 'factory'. 54
Error Expected @param tag for 'min'. 55
Error Expected @param tag for 'max'. 56
Error ')' is preceded with whitespace. 56
Error Expected @throws tag for 'Exception'. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 65
Error Expected @param tag for 'factory'. 65
Error Expected @param tag for 'controller'. 66
Error Expected @param tag for 'min'. 67
Error Expected @param tag for 'max'. 68
Error ')' is preceded with whitespace. 68
Error Expected @throws tag for 'Exception'. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error Missing a Javadoc comment. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'grow' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error 'catch' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '}' should be on the same line. 108
Error 'catch' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '}' should be on the same line. 129
Error 'catch' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 136
Error 'catch' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error Line is longer than 80 characters. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '}' should be on the same line. 143
Error '{' should be on the previous line. 145