Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
40 | 0 | 0 | 1797 |
Files
org/apache/avalon/cornerstone/blocks/masterstore/AbstractFilePersistentObjectRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
30
|
| Expected an @return tag. |
35
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
35
|
| '(' is followed by whitespace. |
35
|
| Expected @param tag for 'key'. |
35
|
| ')' is preceded with whitespace. |
35
|
| '{' should be on the previous line. |
36
|
| '{' should be on the previous line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| 'if' construct must use '{}'s. |
41
|
| 'if' is not followed by whitespace. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line is longer than 80 characters. |
42
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| '{' should be on the previous line. |
44
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| 'if' construct must use '{}'s. |
47
|
| 'if' is not followed by whitespace. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| Line is longer than 80 characters. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| 'if' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| Line is longer than 80 characters. |
53
|
| '}' should be on the same line. |
56
|
| '{' should be on the previous line. |
58
|
| '}' should be on the same line. |
61
|
| 'catch' is not followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| Line is longer than 80 characters. |
65
|
| ')' is preceded with whitespace. |
65
|
| Line is longer than 80 characters. |
69
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| 'if' construct must use '{}'s. |
75
|
| 'if' is not followed by whitespace. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| Line is longer than 80 characters. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
79
|
| Line is longer than 80 characters. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| 'if' construct must use '{}'s. |
82
|
| 'if' is not followed by whitespace. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| Line is longer than 80 characters. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| 'if' is not followed by whitespace. |
87
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| Line is longer than 80 characters. |
89
|
| '}' should be on the same line. |
92
|
| '{' should be on the previous line. |
94
|
| '}' should be on the same line. |
97
|
| 'catch' is not followed by whitespace. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
99
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| First sentence should end with a period. |
105
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
108
|
| '(' is followed by whitespace. |
108
|
| Expected @param tag for 'key'. |
108
|
| Expected @param tag for 'value'. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '{' should be on the previous line. |
111
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '{' should be on the previous line. |
115
|
| Line is longer than 80 characters. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| 'if' construct must use '{}'s. |
118
|
| Line is longer than 80 characters. |
118
|
| 'if' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '}' should be on the same line. |
119
|
| '{' should be on the previous line. |
121
|
| '}' should be on the same line. |
124
|
| 'catch' is not followed by whitespace. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '{' should be on the previous line. |
126
|
| Line is longer than 80 characters. |
127
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| Method 'getExtensionDecorator' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| '{' should be on the previous line. |
132
|
org/apache/avalon/cornerstone/blocks/masterstore/AbstractFilePersistentStreamRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'm_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Variable 'm_inputs' must be private and have accessor methods. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_outputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Variable 'm_outputs' must be private and have accessor methods. |
33
|
| Expected an @return tag. |
38
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
38
|
| '(' is followed by whitespace. |
38
|
| Expected @param tag for 'key'. |
38
|
| ')' is preceded with whitespace. |
38
|
| '{' should be on the previous line. |
39
|
| '{' should be on the previous line. |
41
|
| '(' is followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| 'if' is not followed by whitespace. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '}' should be on the same line. |
49
|
| 'if' is not followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| '(' is followed by whitespace. |
52
|
| 'cast' is not followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '}' should be on the same line. |
53
|
| '{' should be on the previous line. |
55
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '}' should be on the same line. |
63
|
| 'catch' is not followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| First sentence should end with a period. |
72
|
| Expected an @return tag. |
75
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '(' is followed by whitespace. |
75
|
| Expected @param tag for 'key'. |
75
|
| ')' is preceded with whitespace. |
75
|
| '{' should be on the previous line. |
76
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line is longer than 80 characters. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| 'if' is not followed by whitespace. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
84
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '}' should be on the same line. |
86
|
| 'if' is not followed by whitespace. |
87
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
89
|
| 'cast' is not followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '}' should be on the same line. |
90
|
| '{' should be on the previous line. |
92
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '}' should be on the same line. |
100
|
| 'catch' is not followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| Line is longer than 80 characters. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '{' should be on the previous line. |
110
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| 'if' is not followed by whitespace. |
112
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '{' should be on the previous line. |
113
|
| 'if' is not followed by whitespace. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
115
|
| '(' is followed by whitespace. |
116
|
| 'cast' is not followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '}' should be on the same line. |
117
|
| '{' should be on the previous line. |
119
|
| 'cast' is not followed by whitespace. |
120
|
| 'for' is not followed by whitespace. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
124
|
| '(' is followed by whitespace. |
125
|
| 'cast' is not followed by whitespace. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| 'if' is not followed by whitespace. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| 'if' is not followed by whitespace. |
133
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '{' should be on the previous line. |
134
|
| '(' is followed by whitespace. |
135
|
| 'cast' is not followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '}' should be on the same line. |
136
|
| '{' should be on the previous line. |
138
|
| 'cast' is not followed by whitespace. |
139
|
| 'for' is not followed by whitespace. |
142
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| 'cast' is not followed by whitespace. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| Method 'getExtensionDecorator' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| '{' should be on the previous line. |
153
|
org/apache/avalon/cornerstone/blocks/masterstore/AbstractFileRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
49
|
| Name 'm_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Variable 'm_path' must be private and have accessor methods. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'm_destination' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Variable 'm_destination' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'm_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Variable 'm_extension' must be private and have accessor methods. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Variable 'm_name' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'm_filter' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Variable 'm_filter' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'm_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Variable 'm_baseDirectory' must be private and have accessor methods. |
54
|
| Missing a Javadoc comment. |
55
|
| Variable 'monitor' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
57
|
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
62
|
| 'if' is not followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| 'if' is not followed by whitespace. |
73
|
| '(' is followed by whitespace. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '}' should be on the same line. |
76
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
83
|
| '}' should be on the same line. |
85
|
| 'catch' is not followed by whitespace. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '{' should be on the previous line. |
87
|
| Line is longer than 80 characters. |
88
|
| '(' is followed by whitespace. |
88
|
| '+' should be on a new line. |
88
|
| ')' is preceded with whitespace. |
89
|
| Method 'createChildRepository' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| '{' should be on the previous line. |
99
|
| 'cast' is not followed by whitespace. |
100
|
| Method 'getChildRepository' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| '{' should be on the previous line. |
108
|
| '}' should be on the same line. |
110
|
| 'catch' is not followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| '+' should be on a new line. |
113
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
118
|
| '(' is followed by whitespace. |
119
|
| '+' should be on a new line. |
119
|
| ')' is preceded with whitespace. |
120
|
| '}' should be on the same line. |
121
|
| 'catch' is not followed by whitespace. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| Line is longer than 80 characters. |
124
|
| '(' is followed by whitespace. |
124
|
| '+' should be on a new line. |
124
|
| '+' should be on a new line. |
125
|
| ')' is preceded with whitespace. |
126
|
| '{' should be on the previous line. |
130
|
| '}' should be on the same line. |
132
|
| 'catch' is not followed by whitespace. |
133
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '{' should be on the previous line. |
134
|
| '(' is followed by whitespace. |
135
|
| '+' should be on a new line. |
135
|
| '+' should be on a new line. |
136
|
| ')' is preceded with whitespace. |
137
|
| 'if' is not followed by whitespace. |
140
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '{' should be on the previous line. |
141
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
148
|
| Missing a Javadoc comment. |
148
|
| Parameter child should be final. |
148
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
152
|
| '(' is followed by whitespace. |
153
|
| '(' is followed by whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
158
|
| '(' is followed by whitespace. |
159
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
164
|
| '(' is followed by whitespace. |
165
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
171
|
| '(' is followed by whitespace. |
171
|
| Expected @param tag for 'key'. |
171
|
| ')' is preceded with whitespace. |
171
|
| '{' should be on the previous line. |
172
|
| '{' should be on the previous line. |
174
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| 'if' construct must use '{}'s. |
177
|
| 'if' is not followed by whitespace. |
177
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '}' should be on the same line. |
179
|
| 'catch' is not followed by whitespace. |
180
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '{' should be on the previous line. |
181
|
| '(' is followed by whitespace. |
182
|
| '+' should be on a new line. |
182
|
| ')' is preceded with whitespace. |
183
|
| Expected an @return tag. |
190
|
| Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. |
190
|
| '(' is followed by whitespace. |
190
|
| Expected @param tag for 'key'. |
190
|
| ')' is preceded with whitespace. |
190
|
| '{' should be on the previous line. |
191
|
| '{' should be on the previous line. |
193
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| 'if' construct must use '{}'s. |
195
|
| 'if' is not followed by whitespace. |
195
|
| '(' is followed by whitespace. |
195
|
| ')' is preceded with whitespace. |
195
|
| '}' should be on the same line. |
197
|
| 'catch' is not followed by whitespace. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| '(' is followed by whitespace. |
200
|
| '+' should be on a new line. |
200
|
| ')' is preceded with whitespace. |
201
|
| Expected an @return tag. |
208
|
| Method 'list' is not designed for extension - needs to be abstract, final or empty. |
208
|
| '{' should be on the previous line. |
209
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| 'for' is not followed by whitespace. |
214
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '{' should be on the previous line. |
215
|
| '(' is followed by whitespace. |
216
|
| '(' is followed by whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| Expected an @return tag. |
230
|
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. |
230
|
| '(' is followed by whitespace. |
230
|
| Expected @param tag for 'key'. |
230
|
| ')' is preceded with whitespace. |
230
|
| '{' should be on the previous line. |
231
|
| 'for' is not followed by whitespace. |
235
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '{' should be on the previous line. |
236
|
| '(' is followed by whitespace. |
238
|
| '4' is a magic number. |
238
|
| ')' is preceded with whitespace. |
238
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| '(' is followed by whitespace. |
244
|
| ')' is preceded with whitespace. |
244
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '(' is followed by whitespace. |
246
|
| ')' is preceded with whitespace. |
246
|
| Expected an @return tag. |
256
|
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. |
256
|
| '(' is followed by whitespace. |
256
|
| Parameter filename should be final. |
256
|
| Expected @param tag for 'filename'. |
256
|
| ')' is preceded with whitespace. |
256
|
| '{' should be on the previous line. |
257
|
| Line is longer than 80 characters. |
258
|
| '(' is followed by whitespace. |
258
|
| ')' is preceded with whitespace. |
258
|
| 'for' is not followed by whitespace. |
262
|
| '(' is followed by whitespace. |
262
|
| ')' is preceded with whitespace. |
262
|
| '{' should be on the previous line. |
263
|
| '(' is followed by whitespace. |
264
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| '16' is a magic number. |
264
|
| ')' is preceded with whitespace. |
264
|
| '(' is followed by whitespace. |
268
|
| ')' is preceded with whitespace. |
268
|
org/apache/avalon/cornerstone/blocks/masterstore/AvalonFileRepositoryMonitor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Method 'repositoryCreated' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Parameter aClass should be final. |
29
|
| Parameter m_name should be final. |
29
|
| Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Parameter m_destination should be final. |
29
|
| Name 'm_destination' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29
|
| Parameter childName should be final. |
29
|
| '(' is followed by whitespace. |
30
|
| '+' should be on a new line. |
30
|
| '+' should be on a new line. |
31
|
| ')' is preceded with whitespace. |
32
|
| Method 'keyRemoved' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter aClass should be final. |
35
|
| Parameter key should be final. |
35
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Method 'checkingKey' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter aClass should be final. |
39
|
| Parameter key should be final. |
39
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| Method 'returningKey' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter aClass should be final. |
43
|
| Parameter key should be final. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Method 'returningObjectForKey' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter aClass should be final. |
48
|
| Parameter object should be final. |
48
|
| Parameter key should be final. |
48
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Line is longer than 80 characters. |
53
|
| Method 'storingObjectForKey' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter xmlFilePersistentObjectRepository should be final. |
53
|
| Parameter value should be final. |
53
|
| Parameter key should be final. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Method 'initialized' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter aClass should be final. |
57
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Method 'pathOpened' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter aClass should be final. |
61
|
| Parameter m_path should be final. |
61
|
| Name 'm_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Line is longer than 80 characters. |
65
|
| Method 'unExpectedIOException' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter aClass should be final. |
65
|
| Parameter message should be final. |
65
|
| Parameter ioe should be final. |
65
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
org/apache/avalon/cornerstone/blocks/masterstore/CDIFilePersistentObjectRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter monitor should be final. |
36
|
| Parameter config should be final. |
36
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter child should be final. |
51
|
org/apache/avalon/cornerstone/blocks/masterstore/CDIFilePersistentStreamRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Comment matches to-do format 'TODO:'. |
27
|
| Unclosed HTML tag found: <fede@apache.org> |
30
|
| '{' should be on the previous line. |
35
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter monitor should be final. |
37
|
| Parameter config should be final. |
37
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter child should be final. |
55
|
org/apache/avalon/cornerstone/blocks/masterstore/ClassLoaderObjectInputStream.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
39
|
| Redundant throws: 'StreamCorruptedException' is subclass of 'IOException'. |
40
|
| '{' should be on the previous line. |
41
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| Method 'resolveClass' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
48
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| 'if' is not followed by whitespace. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| '}' should be on the same line. |
55
|
| '{' should be on the previous line. |
57
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
org/apache/avalon/cornerstone/blocks/masterstore/ExtensionFileFilter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
28
|
| Unclosed HTML tag found: <fede@apache.org> |
39
|
| Unclosed HTML tag found: <sergek@lokitech.com> |
40
|
| '{' should be on the previous line. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'm_extensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Missing a Javadoc comment. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| Missing a Javadoc comment. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| 'for' is not followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| 'if' is not followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
org/apache/avalon/cornerstone/blocks/masterstore/FileRepositoryMonitor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Name 'm_destination' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Name 'm_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Missing a Javadoc comment. |
34
|
org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Object_Repository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Name 'File_Persistent_Object_Repository' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
42
|
| Line is longer than 80 characters. |
44
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter logger should be final. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
53
|
| Method 'initializeChild' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter child should be final. |
53
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Expected @throws tag for 'ContextException'. |
64
|
| '{' should be on the previous line. |
67
|
| 'cast' is not followed by whitespace. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '}' should be on the same line. |
69
|
| 'catch' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| 'cast' is not followed by whitespace. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
80
|
| '{' should be on the previous line. |
82
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Line is longer than 80 characters. |
98
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
102
|
| 'if' is not followed by whitespace. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| Line is longer than 80 characters. |
109
|
org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Stream_Repository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Comment matches to-do format 'TODO:'. |
36
|
| Unclosed HTML tag found: <fede@apache.org> |
39
|
| Name 'File_Persistent_Stream_Repository' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
41
|
| Line is longer than 80 characters. |
43
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter logger should be final. |
46
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
51
|
| Method 'initializeChild' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter child should be final. |
51
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Expected @throws tag for 'ContextException'. |
62
|
| '{' should be on the previous line. |
65
|
| 'cast' is not followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| '}' should be on the same line. |
67
|
| 'catch' is not followed by whitespace. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '{' should be on the previous line. |
69
|
| 'cast' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
78
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| Line is longer than 80 characters. |
96
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
100
|
| 'if' is not followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| Line is longer than 80 characters. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| Line is longer than 80 characters. |
107
|
org/apache/avalon/cornerstone/blocks/masterstore/IOUtil.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
70
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
110
|
| Line is longer than 80 characters. |
111
|
| Missing a Javadoc comment. |
116
|
| '{' should be on the previous line. |
117
|
| Missing a Javadoc comment. |
118
|
| '1024' is a magic number. |
118
|
| '4' is a magic number. |
118
|
| '{' should be on the previous line. |
124
|
| Line is longer than 80 characters. |
129
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '{' should be on the previous line. |
134
|
| 'if' is not followed by whitespace. |
135
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| '{' should be on the previous line. |
141
|
| '}' should be on the same line. |
143
|
| 'catch' is not followed by whitespace. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
145
|
| Must have at least one statement. |
145
|
| Line is longer than 80 characters. |
151
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '{' should be on the previous line. |
156
|
| 'if' is not followed by whitespace. |
157
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| '{' should be on the previous line. |
158
|
| '{' should be on the previous line. |
163
|
| '}' should be on the same line. |
165
|
| 'catch' is not followed by whitespace. |
166
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| '{' should be on the previous line. |
167
|
| Must have at least one statement. |
167
|
| Line is longer than 80 characters. |
173
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| '{' should be on the previous line. |
177
|
| 'if' is not followed by whitespace. |
178
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '{' should be on the previous line. |
179
|
| '{' should be on the previous line. |
184
|
| '}' should be on the same line. |
186
|
| 'catch' is not followed by whitespace. |
187
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '{' should be on the previous line. |
188
|
| Must have at least one statement. |
188
|
| Line is longer than 80 characters. |
194
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| 'if' is not followed by whitespace. |
199
|
| '(' is followed by whitespace. |
199
|
| ')' is preceded with whitespace. |
199
|
| '{' should be on the previous line. |
200
|
| '{' should be on the previous line. |
205
|
| '}' should be on the same line. |
207
|
| 'catch' is not followed by whitespace. |
208
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '{' should be on the previous line. |
209
|
| Must have at least one statement. |
209
|
| Line is longer than 80 characters. |
218
|
| Line is longer than 80 characters. |
220
|
| '(' is followed by whitespace. |
220
|
| Expected @param tag for 'input'. |
220
|
| Expected @param tag for 'output'. |
220
|
| ')' is preceded with whitespace. |
220
|
| Expected @throws tag for 'IOException'. |
221
|
| '{' should be on the previous line. |
222
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| Line is longer than 80 characters. |
227
|
| '(' is followed by whitespace. |
230
|
| Expected @param tag for 'input'. |
230
|
| Expected @param tag for 'output'. |
231
|
| ')' is preceded with whitespace. |
232
|
| Expected @throws tag for 'IOException'. |
233
|
| '{' should be on the previous line. |
234
|
| 'while' is not followed by whitespace. |
237
|
| '(' is followed by whitespace. |
237
|
| '(' is followed by whitespace. |
237
|
| '(' is followed by whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| '{' should be on the previous line. |
238
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| '(' is followed by whitespace. |
246
|
| Expected @param tag for 'input'. |
246
|
| Expected @param tag for 'output'. |
246
|
| ')' is preceded with whitespace. |
246
|
| Expected @throws tag for 'IOException'. |
247
|
| '{' should be on the previous line. |
248
|
| '(' is followed by whitespace. |
249
|
| ')' is preceded with whitespace. |
249
|
| Line is longer than 80 characters. |
256
|
| '(' is followed by whitespace. |
256
|
| Expected @param tag for 'input'. |
256
|
| Expected @param tag for 'output'. |
256
|
| ')' is preceded with whitespace. |
256
|
| Expected @throws tag for 'IOException'. |
257
|
| '{' should be on the previous line. |
258
|
| 'while' is not followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| '(' is followed by whitespace. |
263
|
| ')' is preceded with whitespace. |
263
|
| '(' is followed by whitespace. |
281
|
| Expected @param tag for 'input'. |
281
|
| Expected @param tag for 'output'. |
281
|
| ')' is preceded with whitespace. |
281
|
| Expected @throws tag for 'IOException'. |
282
|
| '{' should be on the previous line. |
283
|
| '(' is followed by whitespace. |
284
|
| ')' is preceded with whitespace. |
284
|
| Line is longer than 80 characters. |
293
|
| '(' is followed by whitespace. |
293
|
| Expected @param tag for 'input'. |
293
|
| Expected @param tag for 'output'. |
293
|
| ')' is preceded with whitespace. |
293
|
| Expected @throws tag for 'IOException'. |
294
|
| '{' should be on the previous line. |
295
|
| '(' is followed by whitespace. |
296
|
| ')' is preceded with whitespace. |
296
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| Line is longer than 80 characters. |
307
|
| '(' is followed by whitespace. |
307
|
| Expected @param tag for 'input'. |
307
|
| Expected @param tag for 'output'. |
307
|
| ')' is preceded with whitespace. |
307
|
| Expected @throws tag for 'IOException'. |
308
|
| '{' should be on the previous line. |
309
|
| '(' is followed by whitespace. |
310
|
| ')' is preceded with whitespace. |
310
|
| '(' is followed by whitespace. |
311
|
| ')' is preceded with whitespace. |
311
|
| '(' is followed by whitespace. |
322
|
| Expected @param tag for 'input'. |
322
|
| Expected @param tag for 'output'. |
323
|
| ')' is preceded with whitespace. |
325
|
| Expected @throws tag for 'IOException'. |
326
|
| '{' should be on the previous line. |
327
|
| '(' is followed by whitespace. |
328
|
| ')' is preceded with whitespace. |
328
|
| '(' is followed by whitespace. |
329
|
| ')' is preceded with whitespace. |
329
|
| Expected an @return tag. |
340
|
| '(' is followed by whitespace. |
340
|
| Expected @param tag for 'input'. |
340
|
| ')' is preceded with whitespace. |
340
|
| Expected @throws tag for 'IOException'. |
341
|
| '{' should be on the previous line. |
342
|
| '(' is followed by whitespace. |
343
|
| ')' is preceded with whitespace. |
343
|
| Expected an @return tag. |
351
|
| Line is longer than 80 characters. |
351
|
| '(' is followed by whitespace. |
351
|
| Expected @param tag for 'input'. |
351
|
| ')' is preceded with whitespace. |
351
|
| Expected @throws tag for 'IOException'. |
352
|
| '{' should be on the previous line. |
353
|
| '(' is followed by whitespace. |
355
|
| ')' is preceded with whitespace. |
355
|
| Expected an @return tag. |
365
|
| Line is longer than 80 characters. |
365
|
| '(' is followed by whitespace. |
365
|
| Expected @param tag for 'input'. |
365
|
| ')' is preceded with whitespace. |
365
|
| Expected @throws tag for 'IOException'. |
366
|
| '{' should be on the previous line. |
367
|
| '(' is followed by whitespace. |
368
|
| ')' is preceded with whitespace. |
368
|
| Expected an @return tag. |
378
|
| '(' is followed by whitespace. |
378
|
| Expected @param tag for 'input'. |
378
|
| ')' is preceded with whitespace. |
380
|
| Expected @throws tag for 'IOException'. |
381
|
| '{' should be on the previous line. |
382
|
| '(' is followed by whitespace. |
384
|
| ')' is preceded with whitespace. |
384
|
| Expected an @return tag. |
394
|
| '(' is followed by whitespace. |
394
|
| Expected @param tag for 'input'. |
394
|
| ')' is preceded with whitespace. |
394
|
| Expected @throws tag for 'IOException'. |
395
|
| '{' should be on the previous line. |
396
|
| '(' is followed by whitespace. |
397
|
| ')' is preceded with whitespace. |
397
|
| Expected an @return tag. |
404
|
| Line is longer than 80 characters. |
404
|
| '(' is followed by whitespace. |
404
|
| Expected @param tag for 'input'. |
404
|
| ')' is preceded with whitespace. |
404
|
| Expected @throws tag for 'IOException'. |
405
|
| '{' should be on the previous line. |
406
|
| '(' is followed by whitespace. |
408
|
| ')' is preceded with whitespace. |
408
|
| Line is longer than 80 characters. |
421
|
| '(' is followed by whitespace. |
424
|
| Expected @param tag for 'input'. |
424
|
| Expected @param tag for 'output'. |
424
|
| ')' is preceded with whitespace. |
424
|
| Expected @throws tag for 'IOException'. |
425
|
| '{' should be on the previous line. |
426
|
| '(' is followed by whitespace. |
427
|
| ')' is preceded with whitespace. |
427
|
| Line is longer than 80 characters. |
431
|
| Line is longer than 80 characters. |
435
|
| '(' is followed by whitespace. |
435
|
| Expected @param tag for 'input'. |
435
|
| Expected @param tag for 'output'. |
435
|
| ')' is preceded with whitespace. |
435
|
| Expected @throws tag for 'IOException'. |
436
|
| '{' should be on the previous line. |
437
|
| '(' is followed by whitespace. |
438
|
| ')' is preceded with whitespace. |
438
|
| '(' is followed by whitespace. |
439
|
| ')' is preceded with whitespace. |
439
|
| Line is longer than 80 characters. |
440
|
| Expected an @return tag. |
450
|
| '(' is followed by whitespace. |
450
|
| Expected @param tag for 'input'. |
450
|
| ')' is preceded with whitespace. |
450
|
| Expected @throws tag for 'IOException'. |
451
|
| '{' should be on the previous line. |
452
|
| '(' is followed by whitespace. |
453
|
| ')' is preceded with whitespace. |
453
|
| Expected an @return tag. |
460
|
| '(' is followed by whitespace. |
460
|
| Expected @param tag for 'input'. |
460
|
| ')' is preceded with whitespace. |
460
|
| Expected @throws tag for 'IOException'. |
461
|
| '{' should be on the previous line. |
462
|
| '(' is followed by whitespace. |
464
|
| ')' is preceded with whitespace. |
464
|
| Expected an @return tag. |
474
|
| '(' is followed by whitespace. |
474
|
| Expected @param tag for 'input'. |
474
|
| ')' is preceded with whitespace. |
474
|
| Expected @throws tag for 'IOException'. |
475
|
| '{' should be on the previous line. |
476
|
| '(' is followed by whitespace. |
477
|
| ')' is preceded with whitespace. |
477
|
| Expected an @return tag. |
484
|
| '(' is followed by whitespace. |
484
|
| Expected @param tag for 'input'. |
484
|
| ')' is preceded with whitespace. |
484
|
| Expected @throws tag for 'IOException'. |
485
|
| '{' should be on the previous line. |
486
|
| '(' is followed by whitespace. |
488
|
| ')' is preceded with whitespace. |
488
|
| Line is longer than 80 characters. |
503
|
| '(' is followed by whitespace. |
506
|
| Expected @param tag for 'input'. |
506
|
| Expected @param tag for 'output'. |
506
|
| ')' is preceded with whitespace. |
506
|
| Expected @throws tag for 'IOException'. |
507
|
| '{' should be on the previous line. |
508
|
| '(' is followed by whitespace. |
509
|
| ')' is preceded with whitespace. |
509
|
| Line is longer than 80 characters. |
513
|
| Line is longer than 80 characters. |
517
|
| '(' is followed by whitespace. |
517
|
| Expected @param tag for 'input'. |
517
|
| Expected @param tag for 'output'. |
517
|
| ')' is preceded with whitespace. |
517
|
| Expected @throws tag for 'IOException'. |
518
|
| '{' should be on the previous line. |
519
|
| '(' is followed by whitespace. |
520
|
| ')' is preceded with whitespace. |
520
|
| '(' is followed by whitespace. |
521
|
| ')' is preceded with whitespace. |
521
|
| '(' is followed by whitespace. |
522
|
| ')' is preceded with whitespace. |
522
|
| Line is longer than 80 characters. |
523
|
| '(' is followed by whitespace. |
536
|
| Expected @param tag for 'input'. |
536
|
| Expected @param tag for 'output'. |
536
|
| ')' is preceded with whitespace. |
536
|
| Expected @throws tag for 'IOException'. |
537
|
| '{' should be on the previous line. |
538
|
| '(' is followed by whitespace. |
539
|
| ')' is preceded with whitespace. |
539
|
| Line is longer than 80 characters. |
547
|
| Line is longer than 80 characters. |
550
|
| Line is longer than 80 characters. |
553
|
| '(' is followed by whitespace. |
553
|
| Expected @param tag for 'input'. |
553
|
| Expected @param tag for 'output'. |
553
|
| ')' is preceded with whitespace. |
553
|
| Expected @throws tag for 'IOException'. |
554
|
| '{' should be on the previous line. |
555
|
| '(' is followed by whitespace. |
556
|
| ')' is preceded with whitespace. |
556
|
| '(' is followed by whitespace. |
557
|
| ')' is preceded with whitespace. |
557
|
| '(' is followed by whitespace. |
558
|
| ')' is preceded with whitespace. |
558
|
| Expected an @return tag. |
568
|
| '(' is followed by whitespace. |
568
|
| Expected @param tag for 'input'. |
568
|
| ')' is preceded with whitespace. |
568
|
| Expected @throws tag for 'IOException'. |
569
|
| '{' should be on the previous line. |
570
|
| '(' is followed by whitespace. |
571
|
| ')' is preceded with whitespace. |
571
|
| Expected an @return tag. |
578
|
| '(' is followed by whitespace. |
578
|
| Expected @param tag for 'input'. |
578
|
| ')' is preceded with whitespace. |
578
|
| Expected @throws tag for 'IOException'. |
579
|
| '{' should be on the previous line. |
580
|
| '(' is followed by whitespace. |
582
|
| ')' is preceded with whitespace. |
582
|
| '(' is followed by whitespace. |
602
|
| Expected @param tag for 'input'. |
602
|
| Expected @param tag for 'output'. |
602
|
| ')' is preceded with whitespace. |
602
|
| Expected @throws tag for 'IOException'. |
603
|
| '{' should be on the previous line. |
604
|
| '(' is followed by whitespace. |
605
|
| ')' is preceded with whitespace. |
605
|
| Line is longer than 80 characters. |
614
|
| '(' is followed by whitespace. |
614
|
| Expected @param tag for 'input'. |
614
|
| Expected @param tag for 'output'. |
614
|
| ')' is preceded with whitespace. |
614
|
| Expected @throws tag for 'IOException'. |
615
|
| '{' should be on the previous line. |
616
|
| '(' is followed by whitespace. |
617
|
| ')' is preceded with whitespace. |
617
|
| '(' is followed by whitespace. |
618
|
| ')' is preceded with whitespace. |
618
|
| Line is longer than 80 characters. |
628
|
| '(' is followed by whitespace. |
628
|
| Expected @param tag for 'input'. |
628
|
| Expected @param tag for 'output'. |
628
|
| ')' is preceded with whitespace. |
628
|
| Expected @throws tag for 'IOException'. |
629
|
| '{' should be on the previous line. |
630
|
| '(' is followed by whitespace. |
631
|
| ')' is preceded with whitespace. |
631
|
| '(' is followed by whitespace. |
632
|
| ')' is preceded with whitespace. |
632
|
| '(' is followed by whitespace. |
643
|
| Expected @param tag for 'input'. |
643
|
| Expected @param tag for 'output'. |
644
|
| ')' is preceded with whitespace. |
646
|
| Expected @throws tag for 'IOException'. |
647
|
| '{' should be on the previous line. |
648
|
| '(' is followed by whitespace. |
649
|
| ')' is preceded with whitespace. |
649
|
| '(' is followed by whitespace. |
650
|
| ')' is preceded with whitespace. |
650
|
| Expected an @return tag. |
661
|
| '(' is followed by whitespace. |
661
|
| Expected @param tag for 'input'. |
661
|
| ')' is preceded with whitespace. |
661
|
| Expected @throws tag for 'IOException'. |
662
|
| '{' should be on the previous line. |
663
|
| '(' is followed by whitespace. |
664
|
| ')' is preceded with whitespace. |
664
|
| Expected an @return tag. |
672
|
| '(' is followed by whitespace. |
672
|
| Expected @param tag for 'input'. |
672
|
| ')' is preceded with whitespace. |
672
|
| Expected @throws tag for 'IOException'. |
673
|
| '{' should be on the previous line. |
674
|
| '(' is followed by whitespace. |
676
|
| ')' is preceded with whitespace. |
676
|
| Expected an @return tag. |
686
|
| '(' is followed by whitespace. |
686
|
| Expected @param tag for 'input'. |
686
|
| ')' is preceded with whitespace. |
686
|
| Expected @throws tag for 'IOException'. |
687
|
| '{' should be on the previous line. |
688
|
| '(' is followed by whitespace. |
689
|
| ')' is preceded with whitespace. |
689
|
| Expected an @return tag. |
699
|
| '(' is followed by whitespace. |
699
|
| Expected @param tag for 'input'. |
699
|
| ')' is preceded with whitespace. |
701
|
| Expected @throws tag for 'IOException'. |
702
|
| '{' should be on the previous line. |
703
|
| '(' is followed by whitespace. |
705
|
| ')' is preceded with whitespace. |
705
|
| '(' is followed by whitespace. |
716
|
| Expected @param tag for 'input'. |
716
|
| Expected @param tag for 'output'. |
716
|
| ')' is preceded with whitespace. |
716
|
| Expected @throws tag for 'IOException'. |
717
|
| '{' should be on the previous line. |
718
|
| '(' is followed by whitespace. |
719
|
| ')' is preceded with whitespace. |
719
|
| '(' is followed by whitespace. |
726
|
| Expected @param tag for 'input'. |
726
|
| Expected @param tag for 'output'. |
727
|
| ')' is preceded with whitespace. |
728
|
| Expected @throws tag for 'IOException'. |
729
|
| '{' should be on the previous line. |
730
|
| '(' is followed by whitespace. |
731
|
| ')' is preceded with whitespace. |
731
|
| Line is longer than 80 characters. |
735
|
| Line is longer than 80 characters. |
739
|
| '(' is followed by whitespace. |
741
|
| ')' is preceded with whitespace. |
742
|
| Expected @throws tag for 'IOException'. |
743
|
| '{' should be on the previous line. |
744
|
| '(' is followed by whitespace. |
745
|
| ')' is preceded with whitespace. |
745
|
| '(' is followed by whitespace. |
746
|
| ')' is preceded with whitespace. |
746
|
| 'while' is not followed by whitespace. |
749
|
| '(' is followed by whitespace. |
749
|
| ')' is preceded with whitespace. |
749
|
| '{' should be on the previous line. |
750
|
| 'if' is not followed by whitespace. |
752
|
| '(' is followed by whitespace. |
752
|
| ')' is preceded with whitespace. |
752
|
| '{' should be on the previous line. |
753
|
| Conditional logic can be removed. |
760
|
| 'if' is not followed by whitespace. |
760
|
| '(' is followed by whitespace. |
760
|
| ')' is preceded with whitespace. |
760
|
| '{' should be on the previous line. |
761
|
| '}' should be on the same line. |
763
|
| '{' should be on the previous line. |
765
|
org/apache/avalon/cornerstone/blocks/masterstore/ObjectRespositoryConfig.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
org/apache/avalon/cornerstone/blocks/masterstore/ObjectRespositoryConfigBean.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Missing a Javadoc comment. |
31
|
| Parameter url should be final. |
31
|
| 'url' hides a field. |
31
|
| Method 'getURL' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Method 'setBaseDirectory' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter baseDirectory should be final. |
39
|
| 'baseDirectory' hides a field. |
39
|
| Method 'getBaseDirectory' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
org/apache/avalon/cornerstone/blocks/masterstore/RepositoryManager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
50
|
| Name 'm_repositories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Variable 'm_repositories' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'm_models' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Variable 'm_models' must be private and have accessor methods. |
51
|
| Missing a Javadoc comment. |
52
|
| Name 'm_classes' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
| Variable 'm_classes' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
53
|
| Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Variable 'm_serviceManager' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Variable 'm_context' must be private and have accessor methods. |
54
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
61
|
| '(' is followed by whitespace. |
61
|
| Expected @param tag for 'context'. |
61
|
| ')' is preceded with whitespace. |
61
|
| '{' should be on the previous line. |
62
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| '{' should be on the previous line. |
68
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
74
|
| Line is longer than 80 characters. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| 'for' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| Method 'registerRepository' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
86
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line is longer than 80 characters. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| 'for' is not followed by whitespace. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| 'for' is not followed by whitespace. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
101
|
| 'for' is not followed by whitespace. |
104
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '{' should be on the previous line. |
105
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| Line is longer than 80 characters. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| Missing a Javadoc comment. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
115
|
| Method 'isSelectable' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| Method 'select' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
125
|
| '{' should be on the previous line. |
128
|
| 'cast' is not followed by whitespace. |
129
|
| '}' should be on the same line. |
130
|
| 'catch' is not followed by whitespace. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| Line is longer than 80 characters. |
133
|
| '(' is followed by whitespace. |
133
|
| '+' should be on a new line. |
133
|
| Line is longer than 80 characters. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
139
|
| '(' is followed by whitespace. |
140
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '}' should be on the same line. |
141
|
| 'catch' is not followed by whitespace. |
142
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| Line is longer than 80 characters. |
144
|
| '(' is followed by whitespace. |
144
|
| '+' should be on a new line. |
144
|
| Line is longer than 80 characters. |
145
|
| ')' is preceded with whitespace. |
145
|
| '}' should be on the same line. |
146
|
| 'catch' is not followed by whitespace. |
147
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| Line is longer than 80 characters. |
149
|
| '(' is followed by whitespace. |
149
|
| '+' should be on a new line. |
149
|
| Line is longer than 80 characters. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
154
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| 'cast' is not followed by whitespace. |
157
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| 'cast' is not followed by whitespace. |
158
|
| '(' is followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| 'if' is not followed by whitespace. |
160
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '{' should be on the previous line. |
161
|
| 'if' is not followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
163
|
| '}' should be on the same line. |
165
|
| '{' should be on the previous line. |
167
|
| Line is longer than 80 characters. |
168
|
| '+' should be on a new line. |
168
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '}' should be on the same line. |
172
|
| '{' should be on the previous line. |
174
|
| Line is longer than 80 characters. |
176
|
| 'cast' is not followed by whitespace. |
176
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| Line is longer than 80 characters. |
178
|
| '(' is followed by whitespace. |
178
|
| '+' should be on a new line. |
178
|
| ')' is preceded with whitespace. |
179
|
| '{' should be on the previous line. |
182
|
| 'cast' is not followed by whitespace. |
183
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
185
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| Line is longer than 80 characters. |
194
|
| '(' is followed by whitespace. |
194
|
| '+' should be on a new line. |
194
|
| ')' is preceded with whitespace. |
195
|
| '}' should be on the same line. |
197
|
| 'catch' is not followed by whitespace. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| Line is longer than 80 characters. |
200
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '}' should be on the same line. |
206
|
| 'catch' is not followed by whitespace. |
207
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '{' should be on the previous line. |
208
|
| Line is longer than 80 characters. |
209
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| Missing a Javadoc comment. |
213
|
| '{' should be on the previous line. |
214
|
org/apache/avalon/cornerstone/blocks/masterstore/ResettableFileInputStream.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Unclosed HTML tag found: <fede@apache.org> |
27
|
| '{' should be on the previous line. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Name 'm_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Variable 'm_filename' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_bufferSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Variable 'm_bufferSize' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_inputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Variable 'm_inputStream' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_position' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Variable 'm_position' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_mark' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Variable 'm_mark' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_isMarkSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Variable 'm_isMarkSet' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Missing a Javadoc comment. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '{' should be on the previous line. |
49
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| '{' should be on the previous line. |
55
|
| Method 'mark' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| '{' should be on the previous line. |
71
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| '{' should be on the previous line. |
77
|
| 'if' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
83
|
| '}' should be on the same line. |
85
|
| 'catch' is not followed by whitespace. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '{' should be on the previous line. |
87
|
| '{' should be on the previous line. |
89
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '}' should be on the same line. |
94
|
| 'catch' is not followed by whitespace. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| Line is longer than 80 characters. |
97
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| Method 'newStream' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| '{' should be on the previous line. |
104
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| Method 'available' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| '{' should be on the previous line. |
110
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| '{' should be on the previous line. |
115
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| '{' should be on the previous line. |
120
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '{' should be on the previous line. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| Method 'skip' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Missing a Javadoc comment. |
133
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '{' should be on the previous line. |
135
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
org/apache/avalon/cornerstone/blocks/masterstore/xml/AbstractXMLFilePersistentObjectRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
30
|
| Expected an @return tag. |
35
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
35
|
| '(' is followed by whitespace. |
35
|
| Expected @param tag for 'key'. |
35
|
| ')' is preceded with whitespace. |
35
|
| '{' should be on the previous line. |
36
|
| '{' should be on the previous line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| 'if' is not followed by whitespace. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| '{' should be on the previous line. |
46
|
| Line is longer than 80 characters. |
47
|
| '}' should be on the same line. |
50
|
| '{' should be on the previous line. |
52
|
| '}' should be on the same line. |
55
|
| 'catch' is not followed by whitespace. |
56
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' should be on the previous line. |
57
|
| Line is longer than 80 characters. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Line is longer than 80 characters. |
62
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
65
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| Line is longer than 80 characters. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '{' should be on the previous line. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| 'if' is not followed by whitespace. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| Line is longer than 80 characters. |
75
|
| '}' should be on the same line. |
78
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '}' should be on the same line. |
84
|
| 'catch' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Line is longer than 80 characters. |
88
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| First sentence should end with a period. |
93
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
96
|
| '(' is followed by whitespace. |
96
|
| Expected @param tag for 'key'. |
96
|
| Expected @param tag for 'value'. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| '{' should be on the previous line. |
99
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
103
|
| Line is longer than 80 characters. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| 'if' construct must use '{}'s. |
108
|
| Line is longer than 80 characters. |
108
|
| 'if' is not followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '}' should be on the same line. |
109
|
| '{' should be on the previous line. |
111
|
| '}' should be on the same line. |
114
|
| 'catch' is not followed by whitespace. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| Line is longer than 80 characters. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Method 'getExtensionDecorator' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| '{' should be on the previous line. |
122
|
org/apache/avalon/cornerstone/blocks/masterstore/xml/CDIXMLFilePersistentObjectRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
52
|
| Line is longer than 80 characters. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter monitor should be final. |
54
|
| Parameter config should be final. |
54
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| Line is longer than 80 characters. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter child should be final. |
73
|
org/apache/avalon/cornerstone/blocks/masterstore/xml/XMLFilePersistentObjectRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
59
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter logger should be final. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
67
|
| Method 'initializeChild' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter child should be final. |
67
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| Expected @throws tag for 'ContextException'. |
78
|
| '{' should be on the previous line. |
81
|
| 'cast' is not followed by whitespace. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '}' should be on the same line. |
83
|
| 'catch' is not followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| 'cast' is not followed by whitespace. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
94
|
| '{' should be on the previous line. |
96
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| Line is longer than 80 characters. |
112
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
116
|
| 'if' is not followed by whitespace. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '{' should be on the previous line. |
118
|
| Line is longer than 80 characters. |
119
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Line is longer than 80 characters. |
123
|