Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
Files | Infos | Warnings | Errors |
46 | 0 | 0 | 1558 |
Files
net/sf/mmapps/modules/config/ApplicationConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
8
|
| Redundant 'public' modifier. |
12
|
| Line has trailing spaces. |
13
|
| Line contains a tab character. |
17
|
| Redundant 'public' modifier. |
17
|
| Expected @param tag for 'name'. |
17
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Redundant 'public' modifier. |
22
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
28
|
| Redundant 'public' modifier. |
28
|
| Redundant 'public' modifier. |
33
|
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
39
|
| Redundant 'public' modifier. |
39
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Line has trailing spaces. |
42
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Line has trailing spaces. |
44
|
| Line is longer than 80 characters. |
45
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Line is longer than 80 characters. |
49
|
| Redundant 'public' modifier. |
52
|
| Line has trailing spaces. |
53
|
| Line is longer than 80 characters. |
54
|
| Missing a Javadoc comment. |
54
|
| Redundant 'public' modifier. |
54
|
| Missing a Javadoc comment. |
56
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
57
|
| Line is longer than 80 characters. |
59
|
| Redundant 'public' modifier. |
61
|
| Line has trailing spaces. |
62
|
| Missing a Javadoc comment. |
63
|
| Redundant 'public' modifier. |
63
|
| Missing a Javadoc comment. |
64
|
| Redundant 'public' modifier. |
64
|
| Line has trailing spaces. |
65
|
| Missing a Javadoc comment. |
66
|
| Redundant 'public' modifier. |
66
|
| Missing a Javadoc comment. |
67
|
| Redundant 'public' modifier. |
67
|
net/sf/mmapps/modules/config/ApplicationConfigurations.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
7
|
| Missing a Javadoc comment. |
9
|
| '{' should be on a new line. |
9
|
| Method 'getApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. |
13
|
| Missing a Javadoc comment. |
13
|
| Parameter index should be final. |
13
|
| '{' should be on a new line. |
13
|
| Method 'getApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Missing a Javadoc comment. |
17
|
| Parameter name should be final. |
17
|
| '{' should be on a new line. |
17
|
| '{' should be on a new line. |
18
|
| '{' should be on a new line. |
20
|
net/sf/mmapps/modules/config/Configuration.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/mmapps/modules/config/Configuration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - net.sf.mmapps.modules.config.implementation.*. |
2
|
| Line is longer than 80 characters. |
4
|
| '{' should be on a new line. |
6
|
| Missing a Javadoc comment. |
9
|
| Name 'nodeManagerConfigurations' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
9
|
| Variable 'nodeManagerConfigurations' must be private and have accessor methods. |
9
|
| Missing a Javadoc comment. |
12
|
| Name 'applicationConfigurations' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'applicationConfigurations' must be private and have accessor methods. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'configurationFactory' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'configurationFactory' must be private and have accessor methods. |
13
|
| Line has trailing spaces. |
15
|
| '{' should be on a new line. |
17
|
| Line has trailing spaces. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
27
|
| Method 'addNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Parameter nodeManagerConfiguration should be final. |
27
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
36
|
| Method 'addApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter applicationConfiguration should be final. |
36
|
| '{' should be on a new line. |
36
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
44
|
| Method 'getNodeManagerConfigurationFromRoot' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter name should be final. |
44
|
| '{' should be on a new line. |
44
|
| Line has trailing spaces. |
51
|
| Line is longer than 80 characters. |
53
|
| Method 'getNodeManagerConfigurationFromApplication' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter appName should be final. |
53
|
| Parameter name should be final. |
53
|
| '{' should be on a new line. |
53
|
| Line is longer than 80 characters. |
54
|
| '{' should be on a new line. |
55
|
| Line is longer than 80 characters. |
56
|
| Line has trailing spaces. |
61
|
| Method 'getNodeManagerConfigurations' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '{' should be on a new line. |
64
|
| Method 'getApplicationConfigurations' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| '{' should be on a new line. |
68
|
| Method 'getNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter name should be final. |
72
|
| '{' should be on a new line. |
72
|
| '{' should be on a new line. |
76
|
| '{' should be on a new line. |
77
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
79
|
| '{' should be on a new line. |
80
|
| Method 'createApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| '{' should be on a new line. |
88
|
| Method 'createFieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| '{' should be on a new line. |
92
|
| Method 'createNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| '{' should be on a new line. |
96
|
| Method 'createRelationManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| '{' should be on a new line. |
100
|
net/sf/mmapps/modules/config/ConfigurationXMLReader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Utility classes should not have a public or default constructor. |
12
|
| '{' should be on a new line. |
12
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter config should be final. |
14
|
| Parameter data should be final. |
14
|
| '{' should be on a new line. |
14
|
| Line is longer than 80 characters. |
19
|
| '{' should be on a new line. |
22
|
| '{' should be on a new line. |
25
|
| Line is longer than 80 characters. |
26
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
28
|
| '{' should be on a new line. |
29
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| '}' should be alone on a line. |
33
|
| '{' should be on a new line. |
33
|
| Line is longer than 80 characters. |
34
|
| '}' should be alone on a line. |
37
|
| '{' should be on a new line. |
37
|
| '{' should be on a new line. |
39
|
| '}' should be alone on a line. |
43
|
| '{' should be on a new line. |
43
|
| Line is longer than 80 characters. |
44
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
46
|
| '{' should be on a new line. |
47
|
| Line is longer than 80 characters. |
49
|
| '}' should be alone on a line. |
57
|
| '{' should be on a new line. |
57
|
| Line is longer than 80 characters. |
58
|
| '}' should be alone on a line. |
61
|
| '{' should be on a new line. |
61
|
| Line is longer than 80 characters. |
62
|
| '{' should be on a new line. |
63
|
| Line is longer than 80 characters. |
64
|
| '{' should be on a new line. |
65
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
68
|
| 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
|
| '}' should be alone on a line. |
73
|
| '{' should be on a new line. |
73
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter configuration should be final. |
85
|
| ',' is not followed by whitespace. |
85
|
| Parameter data should be final. |
85
|
| '{' should be on a new line. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
91
|
| '{' should be on a new line. |
98
|
| '{' should be on a new line. |
102
|
| '}' should be alone on a line. |
104
|
| '{' should be on a new line. |
104
|
| '}' should be alone on a line. |
106
|
| '{' should be on a new line. |
106
|
| '}' should be alone on a line. |
108
|
| '{' should be on a new line. |
108
|
| '{' should be on a new line. |
110
|
| '{' should be on a new line. |
112
|
| Line is longer than 80 characters. |
113
|
| '}' should be alone on a line. |
114
|
| '{' should be on a new line. |
114
|
| Line is longer than 80 characters. |
115
|
| '}' should be alone on a line. |
116
|
| '{' should be on a new line. |
116
|
| Line is longer than 80 characters. |
117
|
| '}' should be alone on a line. |
120
|
| '{' should be on a new line. |
120
|
| '{' should be on a new line. |
122
|
| Line is longer than 80 characters. |
124
|
| '}' should be alone on a line. |
126
|
| '{' should be on a new line. |
126
|
| '{' should be on a new line. |
128
|
| '{' should be on a new line. |
131
|
| '}' should be alone on a line. |
133
|
| '{' should be on a new line. |
133
|
| Line is longer than 80 characters. |
134
|
| '}' should be alone on a line. |
137
|
| '{' should be on a new line. |
137
|
| '{' should be on a new line. |
139
|
| Line is longer than 80 characters. |
141
|
| ',' is not followed by whitespace. |
141
|
| Line is longer than 80 characters. |
142
|
| '}' should be alone on a line. |
144
|
| '{' should be on a new line. |
144
|
| Line is longer than 80 characters. |
145
|
| Line is longer than 80 characters. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter config should be final. |
152
|
| ',' is not followed by whitespace. |
152
|
| Parameter xmlField should be final. |
152
|
| '{' should be on a new line. |
152
|
| '{' should be on a new line. |
155
|
| '{' should be on a new line. |
157
|
| '{' should be on a new line. |
159
|
| '{' should be on a new line. |
161
|
| Line is longer than 80 characters. |
162
|
| '}' should be alone on a line. |
163
|
| '{' should be on a new line. |
163
|
| '}' should be alone on a line. |
165
|
| '{' should be on a new line. |
165
|
| Line is longer than 80 characters. |
166
|
| '}' should be alone on a line. |
169
|
| '{' should be on a new line. |
169
|
| '{' should be on a new line. |
171
|
| Line is longer than 80 characters. |
173
|
| '}' should be alone on a line. |
175
|
| '{' should be on a new line. |
175
|
| '{' should be on a new line. |
177
|
| '{' should be on a new line. |
179
|
| '{' should be on a new line. |
181
|
| '{' should be on a new line. |
183
|
| '}' should be alone on a line. |
185
|
| '{' should be on a new line. |
185
|
| '}' should be alone on a line. |
187
|
| '{' should be on a new line. |
187
|
| '}' should be alone on a line. |
189
|
| '{' should be on a new line. |
189
|
| Line is longer than 80 characters. |
190
|
| '}' should be alone on a line. |
193
|
| '{' should be on a new line. |
193
|
| Line is longer than 80 characters. |
194
|
| '}' should be alone on a line. |
198
|
| '{' should be on a new line. |
198
|
| '{' should be on a new line. |
200
|
| '{' should be on a new line. |
202
|
| '}' should be alone on a line. |
204
|
| '{' should be on a new line. |
204
|
| '{' should be on a new line. |
207
|
| '{' should be on a new line. |
210
|
| '{' should be on a new line. |
213
|
| Line is longer than 80 characters. |
214
|
| '{' should be on a new line. |
216
|
| '{' should be on a new line. |
219
|
| Line is longer than 80 characters. |
220
|
| '}' should be alone on a line. |
222
|
| '{' should be on a new line. |
222
|
| Line is longer than 80 characters. |
223
|
net/sf/mmapps/modules/config/ConfigurationXMLWriter.java
Error | Line |
| Line does not match expected header line of '================================='. |
2
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
4
|
| Utility classes should not have a public or default constructor. |
13
|
| '{' should be on a new line. |
13
|
| Line is longer than 80 characters. |
15
|
| Missing a Javadoc comment. |
15
|
| Parameter config should be final. |
15
|
| Parameter baseDir should be final. |
15
|
| '{' should be on a new line. |
15
|
| '{' should be on a new line. |
16
|
| Line is longer than 80 characters. |
19
|
| '{' should be on a new line. |
20
|
| '{' should be on a new line. |
23
|
| '{' should be on a new line. |
27
|
| '{' should be on a new line. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
45
|
| '{' should be on a new line. |
46
|
| '{' should be on a new line. |
49
|
| '{' should be on a new line. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
65
|
| Parameter appconfig should be final. |
65
|
| Parameter basedir should be final. |
65
|
| '{' should be on a new line. |
65
|
| '{' should be on a new line. |
66
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
71
|
| '{' should be on a new line. |
73
|
| 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. |
80
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
93
|
| '}' should be alone on a line. |
99
|
| '{' should be on a new line. |
99
|
| '}' should be alone on a line. |
101
|
| '{' should be on a new line. |
101
|
| Line is longer than 80 characters. |
109
|
| Method length is 153 lines (max allowed is 150). |
109
|
| Parameter appconfig should be final. |
109
|
| Expected @param tag for 'appconfig'. |
109
|
| '{' should be on a new line. |
109
|
| '{' should be on a new line. |
117
|
| '{' should be on a new line. |
121
|
| Line is longer than 80 characters. |
133
|
| '{' should be on a new line. |
134
|
| Line is longer than 80 characters. |
135
|
| '{' should be on a new line. |
145
|
| Line is longer than 80 characters. |
147
|
| '{' should be on a new line. |
147
|
| Line is longer than 80 characters. |
153
|
| '{' should be on a new line. |
166
|
| '{' should be on a new line. |
168
|
| Line is longer than 80 characters. |
187
|
| '{' should be on a new line. |
188
|
| Line is longer than 80 characters. |
189
|
| '{' should be on a new line. |
207
|
| Line is longer than 80 characters. |
209
|
| '{' should be on a new line. |
209
|
| Line is longer than 80 characters. |
214
|
| '{' should be on a new line. |
219
|
| Line is longer than 80 characters. |
220
|
| Line is longer than 80 characters. |
225
|
| '{' should be on a new line. |
227
|
| '}' should be alone on a line. |
230
|
| '{' should be on a new line. |
230
|
| Line is longer than 80 characters. |
245
|
| Line is longer than 80 characters. |
264
|
| Line is longer than 80 characters. |
266
|
| Parameter nodeManagerConfiguration should be final. |
266
|
| Expected @param tag for 'nodeManagerConfiguration'. |
266
|
| '{' should be on a new line. |
266
|
| Line is longer than 80 characters. |
268
|
| Line is longer than 80 characters. |
271
|
| '{' should be on a new line. |
276
|
| Line is longer than 80 characters. |
279
|
| Line is longer than 80 characters. |
291
|
| '{' should be on a new line. |
292
|
| Line is longer than 80 characters. |
297
|
| '{' should be on a new line. |
302
|
| '{' should be on a new line. |
315
|
| Line is longer than 80 characters. |
320
|
| '{' should be on a new line. |
330
|
| Line is longer than 80 characters. |
341
|
| Line is longer than 80 characters. |
348
|
| Parameter fieldConfigurations should be final. |
348
|
| Expected @param tag for 'fieldConfigurations'. |
348
|
| '{' should be on a new line. |
348
|
| '{' should be on a new line. |
351
|
| Line is longer than 80 characters. |
352
|
| '{' should be on a new line. |
360
|
| '{' should be on a new line. |
376
|
| Line is longer than 80 characters. |
423
|
| '{' should be on a new line. |
425
|
| '{' should be on a new line. |
428
|
net/sf/mmapps/modules/config/FieldConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| '{' is not preceded with whitespace. |
10
|
| '{' should be on a new line. |
10
|
| Redundant 'public' modifier. |
14
|
| Expected @param tag for 'lang'. |
14
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| Redundant 'public' modifier. |
15
|
| ',' is not followed by whitespace. |
15
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
18
|
| Redundant 'public' modifier. |
18
|
| Redundant 'public' modifier. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Redundant 'public' modifier. |
28
|
| Redundant 'public' modifier. |
33
|
| Expected @param tag for 'lang'. |
33
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| ',' is not followed by whitespace. |
34
|
| Line has trailing spaces. |
35
|
| Redundant 'public' modifier. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| Line has trailing spaces. |
41
|
| Redundant 'public' modifier. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Redundant 'public' modifier. |
46
|
| Redundant 'public' modifier. |
51
|
| Missing a Javadoc comment. |
52
|
| Redundant 'public' modifier. |
52
|
| Redundant 'public' modifier. |
57
|
| Missing a Javadoc comment. |
58
|
| Redundant 'public' modifier. |
58
|
| Redundant 'public' modifier. |
63
|
| Missing a Javadoc comment. |
64
|
| Redundant 'public' modifier. |
64
|
| Redundant 'public' modifier. |
70
|
| Missing a Javadoc comment. |
71
|
| Redundant 'public' modifier. |
71
|
| Line has trailing spaces. |
72
|
| Redundant 'public' modifier. |
78
|
| Line contains a tab character. |
79
|
| Missing a Javadoc comment. |
79
|
| Redundant 'public' modifier. |
79
|
| Line has trailing spaces. |
80
|
| Missing a Javadoc comment. |
81
|
| Redundant 'public' modifier. |
81
|
| Missing a Javadoc comment. |
82
|
| Redundant 'public' modifier. |
82
|
| Missing a Javadoc comment. |
83
|
| Redundant 'public' modifier. |
83
|
| Line contains a tab character. |
84
|
| Missing a Javadoc comment. |
84
|
| Redundant 'public' modifier. |
84
|
| Missing a Javadoc comment. |
85
|
| Redundant 'public' modifier. |
85
|
| Line contains a tab character. |
86
|
| Missing a Javadoc comment. |
86
|
| Redundant 'public' modifier. |
86
|
net/sf/mmapps/modules/config/FieldConfigurations.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
8
|
| Line has trailing spaces. |
9
|
| '{' should be on a new line. |
11
|
| Line has trailing spaces. |
13
|
| Method 'getFieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter index should be final. |
14
|
| '{' is not preceded with whitespace. |
14
|
| '{' should be on a new line. |
14
|
| 'cast' is not followed by whitespace. |
15
|
| Method 'getFieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter name should be final. |
18
|
| '{' is not preceded with whitespace. |
18
|
| '{' should be on a new line. |
18
|
| Line contains a tab character. |
19
|
| '=' is not followed by whitespace. |
19
|
| ';' is preceded with whitespace. |
19
|
| ';' is preceded with whitespace. |
19
|
| '{' is not preceded with whitespace. |
19
|
| '{' should be on a new line. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| '{' is not preceded with whitespace. |
21
|
| '{' should be on a new line. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
net/sf/mmapps/modules/config/JarConfigurationReader.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/mmapps/modules/config/JarConfigurationReader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Line has trailing spaces. |
11
|
| Utility classes should not have a public or default constructor. |
14
|
| '{' should be on a new line. |
14
|
| Missing a Javadoc comment. |
16
|
| Name 'FILE_SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
16
|
| Variable 'FILE_SEPARATOR' must be private and have accessor methods. |
16
|
| Missing a Javadoc comment. |
17
|
| Name 'CONFIGURATION_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
17
|
| Variable 'CONFIGURATION_DIR' must be private and have accessor methods. |
17
|
| Parameter file should be final. |
24
|
| Expected @throws tag for 'Exception'. |
24
|
| '{' should be on a new line. |
24
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
30
|
| '{' should be on a new line. |
30
|
| '{' should be on a new line. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
39
|
| '{' should be on a new line. |
42
|
| Line is longer than 80 characters. |
44
|
| '{' should be on a new line. |
46
|
| '{' should be on a new line. |
50
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
52
|
| ',' is not followed by whitespace. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter jarFile should be final. |
64
|
| Parameter entry should be final. |
64
|
| '{' should be on a new line. |
64
|
| '{' should be on a new line. |
69
|
net/sf/mmapps/modules/config/MMBaseFileConfigurationReader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
2
|
| Missing a Javadoc comment. |
4
|
| '{' should be on a new line. |
4
|
| '{' should be on a new line. |
7
|
| Line is longer than 80 characters. |
10
|
| Method 'readConfiguration' is not designed for extension - needs to be abstract, final or empty. |
10
|
| Missing a Javadoc comment. |
10
|
| Parameter config should be final. |
10
|
| Parameter dir should be final. |
10
|
| '{' should be on a new line. |
10
|
| '{' should be on a new line. |
11
|
| '{' should be on a new line. |
13
|
| '{' should be on a new line. |
15
|
| Line is longer than 80 characters. |
16
|
| ',' is not followed by whitespace. |
16
|
| '{' should be on a new line. |
17
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
22
|
| '{' should be on a new line. |
22
|
| Line is longer than 80 characters. |
23
|
| ',' is not followed by whitespace. |
23
|
| '{' should be on a new line. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
32
|
| Method 'readNodeManagerDir' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter dir should be final. |
32
|
| ',' is not followed by whitespace. |
32
|
| Parameter config should be final. |
32
|
| '{' should be on a new line. |
32
|
| Line is longer than 80 characters. |
33
|
| '{' should be on a new line. |
35
|
| Line contains a tab character. |
37
|
| Line is longer than 80 characters. |
38
|
| '!' is followed by whitespace. |
38
|
| '{' should be on a new line. |
38
|
| Line is longer than 80 characters. |
39
|
| ',' is not followed by whitespace. |
39
|
| '}' should be alone on a line. |
40
|
| '{' should be on a new line. |
40
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
43
|
| ',' is not followed by whitespace. |
43
|
| Line is longer than 80 characters. |
44
|
| Line contains a tab character. |
44
|
| '{' is not preceded with whitespace. |
44
|
| '{' should be on a new line. |
44
|
| Line contains a tab character. |
45
|
| Line is longer than 80 characters. |
46
|
| Line contains a tab character. |
46
|
| ',' is not followed by whitespace. |
46
|
| '-' is not followed by whitespace. |
46
|
| '4' is a magic number. |
46
|
| Line contains a tab character. |
47
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
48
|
| '{' is not preceded with whitespace. |
48
|
| '{' should be on a new line. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| '}' should be alone on a line. |
50
|
| '{' should be on a new line. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line is longer than 80 characters. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| ';' is preceded with whitespace. |
54
|
| ';' is preceded with whitespace. |
54
|
| '++' is preceded with whitespace. |
54
|
| '{' is not preceded with whitespace. |
54
|
| '{' should be on a new line. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| '{' is not preceded with whitespace. |
57
|
| '{' should be on a new line. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
70
|
| Method 'readApplicationDir' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter config should be final. |
70
|
| ',' is not followed by whitespace. |
70
|
| Parameter dir should be final. |
70
|
| '{' should be on a new line. |
70
|
| Line is longer than 80 characters. |
71
|
| '{' should be on a new line. |
73
|
| '{' should be on a new line. |
75
|
| '{' should be on a new line. |
76
|
| Line is longer than 80 characters. |
78
|
| ',' is not followed by whitespace. |
78
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| ',' is not followed by whitespace. |
81
|
| '+' is not followed by whitespace. |
81
|
| Line contains a tab character. |
82
|
| '{' is not preceded with whitespace. |
82
|
| '{' should be on a new line. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| ',' is not followed by whitespace. |
83
|
| Line contains a tab character. |
85
|
| '}' should be alone on a line. |
85
|
| '{' should be on a new line. |
85
|
| Line is longer than 80 characters. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Method 'readFile' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter file should be final. |
94
|
| '{' should be on a new line. |
94
|
| '{' should be on a new line. |
98
|
| Line has trailing spaces. |
105
|
| Missing a Javadoc comment. |
106
|
| Parameter argv should be final. |
106
|
| '{' should be on a new line. |
106
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
109
|
net/sf/mmapps/modules/config/NodeManagerConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' is not preceded with whitespace. |
9
|
| '{' should be on a new line. |
9
|
| Missing a Javadoc comment. |
10
|
| Redundant 'public' modifier. |
10
|
| Missing a Javadoc comment. |
11
|
| Redundant 'public' modifier. |
11
|
| Missing a Javadoc comment. |
12
|
| Redundant 'public' modifier. |
12
|
| Missing a Javadoc comment. |
13
|
| Redundant 'public' modifier. |
13
|
| Missing a Javadoc comment. |
14
|
| Redundant 'public' modifier. |
14
|
| Missing a Javadoc comment. |
15
|
| Redundant 'public' modifier. |
15
|
| Missing a Javadoc comment. |
16
|
| Redundant 'public' modifier. |
16
|
| Missing a Javadoc comment. |
17
|
| Redundant 'public' modifier. |
17
|
| Missing a Javadoc comment. |
18
|
| Redundant 'public' modifier. |
18
|
| Missing a Javadoc comment. |
19
|
| Redundant 'public' modifier. |
19
|
| Missing a Javadoc comment. |
20
|
| Redundant 'public' modifier. |
20
|
| Missing a Javadoc comment. |
21
|
| Redundant 'public' modifier. |
21
|
| Missing a Javadoc comment. |
22
|
| Redundant 'public' modifier. |
22
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
24
|
| Redundant 'public' modifier. |
24
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| ',' is not followed by whitespace. |
26
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| ',' is not followed by whitespace. |
29
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| ',' is not followed by whitespace. |
32
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| ',' is not followed by whitespace. |
35
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
net/sf/mmapps/modules/config/NodeManagerConfigurations.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
8
|
| Line has trailing spaces. |
9
|
| '{' should be on a new line. |
11
|
| Line has trailing spaces. |
14
|
| Method 'getNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
15
|
| Missing a Javadoc comment. |
15
|
| Parameter index should be final. |
15
|
| '{' is not preceded with whitespace. |
15
|
| '{' should be on a new line. |
15
|
| 'cast' is not followed by whitespace. |
16
|
| Line has trailing spaces. |
18
|
| Line is longer than 80 characters. |
19
|
| Method 'getNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter nodeManagerName should be final. |
19
|
| '{' is not preceded with whitespace. |
19
|
| '{' should be on a new line. |
19
|
| '{' is not preceded with whitespace. |
20
|
| '{' should be on a new line. |
20
|
| Line is longer than 80 characters. |
21
|
| '{' is not preceded with whitespace. |
22
|
| '{' should be on a new line. |
22
|
net/sf/mmapps/modules/config/RelationManagerConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' is not preceded with whitespace. |
6
|
| '{' should be on a new line. |
6
|
| Redundant 'public' modifier. |
10
|
| Missing a Javadoc comment. |
11
|
| Redundant 'public' modifier. |
11
|
| Line contains a tab character. |
12
|
| Missing a Javadoc comment. |
12
|
| Redundant 'public' modifier. |
12
|
| Missing a Javadoc comment. |
13
|
| Redundant 'public' modifier. |
13
|
| Line contains a tab character. |
14
|
| Missing a Javadoc comment. |
14
|
| Redundant 'public' modifier. |
14
|
| Line has trailing spaces. |
15
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
20
|
| Redundant 'public' modifier. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
net/sf/mmapps/modules/config/RelationManagerConfigurations.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
8
|
| Line has trailing spaces. |
9
|
| '{' should be on a new line. |
11
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Method 'getRelationManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
14
|
| Missing a Javadoc comment. |
14
|
| Parameter index should be final. |
14
|
| '{' is not preceded with whitespace. |
14
|
| '{' should be on a new line. |
14
|
| 'cast' is not followed by whitespace. |
15
|
| Line has trailing spaces. |
17
|
| Line is longer than 80 characters. |
18
|
| Method 'getRelationManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter name should be final. |
18
|
| '{' is not preceded with whitespace. |
18
|
| '{' should be on a new line. |
18
|
| Line contains a tab character. |
19
|
| '=' is not followed by whitespace. |
19
|
| ';' is preceded with whitespace. |
19
|
| ';' is preceded with whitespace. |
19
|
| '{' is not preceded with whitespace. |
19
|
| '{' should be on a new line. |
19
|
| Line contains a tab character. |
20
|
| '{' is not preceded with whitespace. |
20
|
| '{' should be on a new line. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
net/sf/mmapps/modules/config/RelationType.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' should be on a new line. |
8
|
| Missing a Javadoc comment. |
9
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
9
|
| Variable 'name' must be private and have accessor methods. |
9
|
| Missing a Javadoc comment. |
10
|
| Name 'sourceName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
10
|
| Variable 'sourceName' must be private and have accessor methods. |
10
|
| Missing a Javadoc comment. |
11
|
| Name 'destinationName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
11
|
| Variable 'destinationName' must be private and have accessor methods. |
11
|
| Missing a Javadoc comment. |
12
|
| Name 'nodeManagerName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'nodeManagerName' must be private and have accessor methods. |
12
|
| '=' is not followed by whitespace. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'directionality' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'directionality' must be private and have accessor methods. |
13
|
| '=' is not followed by whitespace. |
13
|
| Missing a Javadoc comment. |
15
|
| '{' is not preceded with whitespace. |
15
|
| '{' should be on a new line. |
15
|
| Line is longer than 80 characters. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter name should be final. |
18
|
| 'name' hides a field. |
18
|
| Parameter sourceName should be final. |
18
|
| 'sourceName' hides a field. |
18
|
| ',' is not followed by whitespace. |
18
|
| Parameter destinationName should be final. |
18
|
| 'destinationName' hides a field. |
18
|
| ',' is not followed by whitespace. |
18
|
| Parameter nodeManagerName should be final. |
18
|
| 'nodeManagerName' hides a field. |
18
|
| ',' is not followed by whitespace. |
18
|
| Parameter directionality should be final. |
18
|
| 'directionality' hides a field. |
18
|
| '{' should be on a new line. |
18
|
| Line has trailing spaces. |
21
|
| 'if' construct must use '{}'s. |
22
|
| 'if' construct must use '{}'s. |
23
|
| 'if' construct must use '{}'s. |
24
|
| 'if' construct must use '{}'s. |
25
|
| Line has trailing spaces. |
27
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter name should be final. |
28
|
| 'name' hides a field. |
28
|
| ')' is preceded with whitespace. |
28
|
| '{' is not preceded with whitespace. |
28
|
| '{' should be on a new line. |
28
|
| Line contains a tab character. |
29
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '{' is not preceded with whitespace. |
32
|
| '{' should be on a new line. |
32
|
| 'return' is not preceded with whitespace. |
32
|
| '{' is not followed by whitespace. |
32
|
| ';' is not followed by whitespace. |
32
|
| '}' is not preceded with whitespace. |
32
|
| Line is longer than 80 characters. |
34
|
| Method 'getSourceName' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| '{' is not preceded with whitespace. |
34
|
| '{' should be on a new line. |
34
|
| '?' is not preceded with whitespace. |
34
|
| Avoid inline conditionals. |
34
|
| '?' is not followed by whitespace. |
34
|
| ';' is not followed by whitespace. |
34
|
| '}' is not preceded with whitespace. |
34
|
| Line is longer than 80 characters. |
36
|
| Method 'getDestinationName' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| '{' is not preceded with whitespace. |
36
|
| '{' should be on a new line. |
36
|
| 'return' is not preceded with whitespace. |
36
|
| '{' is not followed by whitespace. |
36
|
| '?' is not preceded with whitespace. |
36
|
| Avoid inline conditionals. |
36
|
| '?' is not followed by whitespace. |
36
|
| ';' is preceded with whitespace. |
36
|
| ';' is not followed by whitespace. |
36
|
| '}' is not preceded with whitespace. |
36
|
| Line is longer than 80 characters. |
38
|
| Method 'setNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter nodeManagerName should be final. |
38
|
| 'nodeManagerName' hides a field. |
38
|
| '{' is not preceded with whitespace. |
38
|
| '{' should be on a new line. |
38
|
| '{' is not followed by whitespace. |
38
|
| ';' is not followed by whitespace. |
38
|
| '}' is not preceded with whitespace. |
38
|
| Method 'getNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| '{' is not preceded with whitespace. |
39
|
| '{' should be on a new line. |
39
|
| 'return' is not preceded with whitespace. |
39
|
| '{' is not followed by whitespace. |
39
|
| ';' is not followed by whitespace. |
39
|
| '}' is not preceded with whitespace. |
39
|
| Line is longer than 80 characters. |
41
|
| Method 'setDirectionality' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter directionality should be final. |
41
|
| 'directionality' hides a field. |
41
|
| '{' should be on a new line. |
41
|
| '{' is not followed by whitespace. |
41
|
| ';' is not followed by whitespace. |
41
|
| '}' is not preceded with whitespace. |
41
|
| Method 'getDirectionality' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| '{' should be on a new line. |
42
|
| 'return' is not preceded with whitespace. |
42
|
| '{' is not followed by whitespace. |
42
|
| ';' is not followed by whitespace. |
42
|
| '}' is not preceded with whitespace. |
42
|
net/sf/mmapps/modules/config/RelationTypes.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| '{' is not preceded with whitespace. |
9
|
| '{' should be on a new line. |
9
|
| Line has trailing spaces. |
10
|
| '{' should be on a new line. |
12
|
| Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. |
15
|
| Missing a Javadoc comment. |
15
|
| Parameter index should be final. |
15
|
| '{' is not preceded with whitespace. |
15
|
| '{' should be on a new line. |
15
|
| 'cast' is not followed by whitespace. |
16
|
| Line has trailing spaces. |
18
|
| Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter name should be final. |
19
|
| '{' is not preceded with whitespace. |
19
|
| '{' should be on a new line. |
19
|
| 'while' is not followed by whitespace. |
21
|
| '{' is not preceded with whitespace. |
21
|
| '{' should be on a new line. |
21
|
| 'cast' is not followed by whitespace. |
22
|
| '{' is not preceded with whitespace. |
23
|
| '{' should be on a new line. |
23
|
net/sf/mmapps/modules/config/Strings.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
5
|
| '{' is not preceded with whitespace. |
5
|
| '{' should be on a new line. |
5
|
| Line contains a tab character. |
6
|
| Missing a Javadoc comment. |
6
|
| '{' is not preceded with whitespace. |
6
|
| '{' should be on a new line. |
6
|
| Line contains a tab character. |
7
|
| Line contains a tab character. |
8
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
9
|
| Line contains a tab character. |
10
|
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. |
10
|
| Missing a Javadoc comment. |
10
|
| Parameter x should be final. |
10
|
| '{' is not preceded with whitespace. |
10
|
| '{' should be on a new line. |
10
|
| Line contains a tab character. |
11
|
| 'cast' is not followed by whitespace. |
11
|
| Line contains a tab character. |
12
|
net/sf/mmapps/modules/config/URLApplicationConfigurationReader.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/mmapps/modules/config/URLApplicationConfigurationReader.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Line has trailing spaces. |
8
|
| Line is longer than 80 characters. |
9
|
| Line has trailing spaces. |
10
|
| Utility classes should not have a public or default constructor. |
13
|
| '{' should be on a new line. |
13
|
| Line is longer than 80 characters. |
16
|
| Line is longer than 80 characters. |
17
|
| Line has trailing spaces. |
18
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
22
|
| Parameter url should be final. |
22
|
| Expected @throws tag for 'Exception'. |
22
|
| '{' should be on a new line. |
22
|
| '{' should be on a new line. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
32
|
| '{' should be on a new line. |
35
|
| Line is longer than 80 characters. |
40
|
| '{' should be on a new line. |
41
|
| '{' should be on a new line. |
45
|
| Line is longer than 80 characters. |
47
|
| ',' is not followed by whitespace. |
47
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| '}' should be alone on a line. |
52
|
| '{' should be on a new line. |
52
|
| Missing a Javadoc comment. |
61
|
| Parameter url should be final. |
61
|
| '{' should be on a new line. |
61
|
| '{' should be on a new line. |
66
|
| Line is longer than 80 characters. |
73
|
net/sf/mmapps/modules/config/implementation/BasicApplicationConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - net.sf.mmapps.modules.config.*. |
3
|
| Line is longer than 80 characters. |
10
|
| '{' should be on a new line. |
10
|
| Missing a Javadoc comment. |
11
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
11
|
| Variable 'name' must be private and have accessor methods. |
11
|
| Missing a Javadoc comment. |
12
|
| Name 'maintainer' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'maintainer' must be private and have accessor methods. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'version' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'version' must be private and have accessor methods. |
13
|
| Missing a Javadoc comment. |
14
|
| Name 'nodeManagerConfigurations' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
14
|
| Variable 'nodeManagerConfigurations' must be private and have accessor methods. |
14
|
| Missing a Javadoc comment. |
15
|
| Name 'relationManagerConfigurations' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
15
|
| Variable 'relationManagerConfigurations' must be private and have accessor methods. |
15
|
| Missing a Javadoc comment. |
16
|
| Name 'relationTypes' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
16
|
| Variable 'relationTypes' must be private and have accessor methods. |
16
|
| Missing a Javadoc comment. |
17
|
| Name 'requiredNodeManagers' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
17
|
| Variable 'requiredNodeManagers' must be private and have accessor methods. |
17
|
| Missing a Javadoc comment. |
19
|
| Name 'depends' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
19
|
| Variable 'depends' must be private and have accessor methods. |
19
|
| '{' should be on a new line. |
21
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter name should be final. |
33
|
| 'name' hides a field. |
33
|
| '{' should be on a new line. |
33
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Method 'setMaintainer' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter maintainer should be final. |
41
|
| 'maintainer' hides a field. |
41
|
| '{' should be on a new line. |
41
|
| Method 'getMaintainer' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '{' should be on a new line. |
45
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter version should be final. |
49
|
| 'version' hides a field. |
49
|
| '{' should be on a new line. |
49
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| '{' should be on a new line. |
53
|
| Line is longer than 80 characters. |
61
|
| Method 'addNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter nodeManagerConfiguration should be final. |
61
|
| '{' should be on a new line. |
61
|
| Method 'addRequiredNodeManager' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter name should be final. |
65
|
| 'name' hides a field. |
65
|
| '{' should be on a new line. |
65
|
| Method 'getRequiredNodeManagers' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| '{' should be on a new line. |
69
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
77
|
| Method 'addRelationManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter relationManagerConfiguration should be final. |
77
|
| '{' should be on a new line. |
77
|
| Method 'getNodeManagerConfigurations' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| '{' should be on a new line. |
81
|
| Method 'getRelationManagerConfigurations' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| '{' should be on a new line. |
85
|
| Method 'addRelationType' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter relationType should be final. |
88
|
| '{' should be on a new line. |
88
|
| Method 'getRelationTypes' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| '{' should be on a new line. |
92
|
| Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter name should be final. |
95
|
| 'name' hides a field. |
95
|
| '{' should be on a new line. |
95
|
| '{' should be on a new line. |
96
|
| '{' should be on a new line. |
98
|
| Method 'addDepends' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter name should be final. |
105
|
| 'name' hides a field. |
105
|
| '{' should be on a new line. |
105
|
| Method 'getDepends' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| '{' should be on a new line. |
109
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Parameter applicationConfiguration should be final. |
113
|
| '{' should be on a new line. |
113
|
| Line has trailing spaces. |
116
|
| '{' should be on a new line. |
119
|
| '{' should be on a new line. |
120
|
| '{' should be on a new line. |
129
|
| '{' should be on a new line. |
130
|
| '{' should be on a new line. |
139
|
| Line is longer than 80 characters. |
140
|
| '{' should be on a new line. |
140
|
| Line is longer than 80 characters. |
147
|
| '{' should be on a new line. |
148
|
| Line is longer than 80 characters. |
149
|
| '{' should be on a new line. |
149
|
| Line is longer than 80 characters. |
150
|
| '{' should be on a new line. |
156
|
| Line is longer than 80 characters. |
157
|
| '{' should be on a new line. |
157
|
net/sf/mmapps/modules/config/implementation/BasicFieldConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| '{' is not preceded with whitespace. |
11
|
| '{' should be on a new line. |
11
|
| Missing a Javadoc comment. |
12
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'name' must be private and have accessor methods. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'type' must be private and have accessor methods. |
13
|
| Missing a Javadoc comment. |
14
|
| Name 'size' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
14
|
| Variable 'size' must be private and have accessor methods. |
14
|
| Missing a Javadoc comment. |
15
|
| Name 'guitype' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
15
|
| Variable 'guitype' must be private and have accessor methods. |
15
|
| Missing a Javadoc comment. |
16
|
| Name 'isKey' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
16
|
| Variable 'isKey' must be private and have accessor methods. |
16
|
| '=' is not preceded with whitespace. |
16
|
| Missing a Javadoc comment. |
17
|
| Name 'isNotNull' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
17
|
| Variable 'isNotNull' must be private and have accessor methods. |
17
|
| Missing a Javadoc comment. |
18
|
| Name 'state' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
18
|
| Variable 'state' must be private and have accessor methods. |
18
|
| '=' is not followed by whitespace. |
18
|
| Missing a Javadoc comment. |
19
|
| Name 'docType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
19
|
| Variable 'docType' must be private and have accessor methods. |
19
|
| Missing a Javadoc comment. |
20
|
| Name 'guiNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
20
|
| Variable 'guiNames' must be private and have accessor methods. |
20
|
| Missing a Javadoc comment. |
21
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
21
|
| Variable 'descriptions' must be private and have accessor methods. |
21
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
23
|
| Name 'editorPos' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
23
|
| Variable 'editorPos' must be private and have accessor methods. |
23
|
| '=' is not followed by whitespace. |
23
|
| Missing a Javadoc comment. |
24
|
| Name 'searchPos' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
24
|
| Variable 'searchPos' must be private and have accessor methods. |
24
|
| '=' is not followed by whitespace. |
24
|
| Missing a Javadoc comment. |
25
|
| Name 'listPos' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
25
|
| Variable 'listPos' must be private and have accessor methods. |
25
|
| '=' is not followed by whitespace. |
25
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| Line has trailing spaces. |
29
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter name should be final. |
30
|
| 'name' hides a field. |
30
|
| '{' is not preceded with whitespace. |
30
|
| '{' should be on a new line. |
30
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '{' is not preceded with whitespace. |
33
|
| '{' should be on a new line. |
33
|
| Line has trailing spaces. |
36
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter type should be final. |
37
|
| 'type' hides a field. |
37
|
| '{' is not preceded with whitespace. |
37
|
| '{' should be on a new line. |
37
|
| Line has trailing spaces. |
40
|
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter size should be final. |
41
|
| 'size' hides a field. |
41
|
| '{' is not preceded with whitespace. |
41
|
| '{' should be on a new line. |
41
|
| Line has trailing spaces. |
44
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '{' is not preceded with whitespace. |
45
|
| '{' should be on a new line. |
45
|
| Line has trailing spaces. |
48
|
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| '{' is not preceded with whitespace. |
49
|
| '{' should be on a new line. |
49
|
| Line contains a tab character. |
50
|
| '{' is not preceded with whitespace. |
50
|
| '{' should be on a new line. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
56
|
| Method 'setGUIType' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter guitype should be final. |
57
|
| 'guitype' hides a field. |
57
|
| '{' should be on a new line. |
57
|
| Line has trailing spaces. |
60
|
| Method 'getGUIType' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| '{' should be on a new line. |
61
|
| Line has trailing spaces. |
64
|
| Method 'setDocType' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter docType should be final. |
65
|
| 'docType' hides a field. |
65
|
| '{' is not preceded with whitespace. |
65
|
| '{' should be on a new line. |
65
|
| Method 'getDocType' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '{' should be on a new line. |
71
|
| Line has trailing spaces. |
74
|
| Method 'setGUIName' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter lang should be final. |
75
|
| ',' is not followed by whitespace. |
75
|
| Parameter value should be final. |
75
|
| '{' is not preceded with whitespace. |
75
|
| '{' should be on a new line. |
75
|
| '{' should be on a new line. |
76
|
| ',' is not followed by whitespace. |
77
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
81
|
| Method 'getGUIName' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter lang should be final. |
85
|
| Expected @param tag for 'lang'. |
85
|
| '{' should be on a new line. |
85
|
| '{' is not preceded with whitespace. |
86
|
| '{' should be on a new line. |
86
|
| 'cast' is not followed by whitespace. |
89
|
| Line has trailing spaces. |
91
|
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter state should be final. |
92
|
| 'state' hides a field. |
92
|
| '{' is not preceded with whitespace. |
92
|
| '{' should be on a new line. |
92
|
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '{' should be on a new line. |
98
|
| Line has trailing spaces. |
101
|
| Method 'setIsKey' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter value should be final. |
102
|
| '{' is not preceded with whitespace. |
102
|
| '{' should be on a new line. |
102
|
| Method 'isKey' is not designed for extension - needs to be abstract, final or empty. |
108
|
| '{' should be on a new line. |
108
|
| Line has trailing spaces. |
111
|
| Method 'setIsNotNull' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter value should be final. |
112
|
| '{' is not preceded with whitespace. |
112
|
| '{' should be on a new line. |
112
|
| Method 'isNotNull' is not designed for extension - needs to be abstract, final or empty. |
118
|
| '{' should be on a new line. |
118
|
| Line has trailing spaces. |
121
|
| Method 'setEditorPosition' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Parameter pos should be final. |
122
|
| '{' is not preceded with whitespace. |
122
|
| '{' should be on a new line. |
122
|
| Method 'getEditorPosition' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| '{' should be on a new line. |
125
|
| Line has trailing spaces. |
128
|
| Method 'setListPosition' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter pos should be final. |
129
|
| '{' is not preceded with whitespace. |
129
|
| '{' should be on a new line. |
129
|
| Method 'getListPosition' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| '{' should be on a new line. |
132
|
| Line has trailing spaces. |
135
|
| Method 'setSearchPosition' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter pos should be final. |
136
|
| '{' is not preceded with whitespace. |
136
|
| '{' should be on a new line. |
136
|
| Method 'getSearchPosition' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Missing a Javadoc comment. |
139
|
| '{' should be on a new line. |
139
|
| Line has trailing spaces. |
142
|
| Method 'getGUINames' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Missing a Javadoc comment. |
143
|
| '{' should be on a new line. |
143
|
| Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| '{' is not preceded with whitespace. |
146
|
| '{' should be on a new line. |
146
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| Parameter lang should be final. |
149
|
| ',' is not followed by whitespace. |
149
|
| Parameter description should be final. |
149
|
| '{' is not preceded with whitespace. |
149
|
| '{' should be on a new line. |
149
|
| '{' should be on a new line. |
150
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| Parameter lang should be final. |
155
|
| '{' should be on a new line. |
155
|
| '{' is not preceded with whitespace. |
156
|
| '{' should be on a new line. |
156
|
| 'cast' is not followed by whitespace. |
159
|
net/sf/mmapps/modules/config/implementation/BasicNodeManagerConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - net.sf.mmapps.modules.config.*. |
5
|
| '{' should be on a new line. |
11
|
| Missing a Javadoc comment. |
12
|
| Name 'parentNodeManagerName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'parentNodeManagerName' must be private and have accessor methods. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'fieldConfigurations' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'fieldConfigurations' must be private and have accessor methods. |
13
|
| Missing a Javadoc comment. |
14
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
14
|
| Variable 'name' must be private and have accessor methods. |
14
|
| Missing a Javadoc comment. |
15
|
| Name 'maintainer' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
15
|
| Variable 'maintainer' must be private and have accessor methods. |
15
|
| Missing a Javadoc comment. |
16
|
| Name 'version' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
16
|
| Variable 'version' must be private and have accessor methods. |
16
|
| Missing a Javadoc comment. |
17
|
| Name 'classFile' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
17
|
| Variable 'classFile' must be private and have accessor methods. |
17
|
| Missing a Javadoc comment. |
18
|
| Name 'searchAge' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
18
|
| Variable 'searchAge' must be private and have accessor methods. |
18
|
| Missing a Javadoc comment. |
19
|
| Name 'status' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
19
|
| Variable 'status' must be private and have accessor methods. |
19
|
| Missing a Javadoc comment. |
20
|
| Name 'descriptions' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
20
|
| Variable 'descriptions' must be private and have accessor methods. |
20
|
| Missing a Javadoc comment. |
21
|
| Name 'singularNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
21
|
| Variable 'singularNames' must be private and have accessor methods. |
21
|
| Missing a Javadoc comment. |
22
|
| Name 'pluralNames' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
22
|
| Variable 'pluralNames' must be private and have accessor methods. |
22
|
| Missing a Javadoc comment. |
23
|
| Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
23
|
| Variable 'properties' must be private and have accessor methods. |
23
|
| '{' should be on a new line. |
26
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter name should be final. |
30
|
| 'name' hides a field. |
30
|
| '{' should be on a new line. |
30
|
| Method 'setMaintainer' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter maintainer should be final. |
34
|
| 'maintainer' hides a field. |
34
|
| '{' should be on a new line. |
34
|
| Method 'getMaintainer' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '{' should be on a new line. |
37
|
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter version should be final. |
40
|
| 'version' hides a field. |
40
|
| '{' should be on a new line. |
40
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| '{' should be on a new line. |
43
|
| Method 'setClassFile' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter classFile should be final. |
47
|
| 'classFile' hides a field. |
47
|
| '{' should be on a new line. |
47
|
| Method 'getClassFile' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| '{' should be on a new line. |
51
|
| Method 'setSearchAge' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter searchAge should be final. |
55
|
| 'searchAge' hides a field. |
55
|
| '{' should be on a new line. |
55
|
| Method 'getSearchAge' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| '{' should be on a new line. |
59
|
| Method 'getDescriptions' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| '{' should be on a new line. |
63
|
| Line has trailing spaces. |
66
|
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter lang should be final. |
67
|
| Parameter description should be final. |
67
|
| '{' should be on a new line. |
67
|
| 'if' construct must use '{}'s. |
68
|
| Line is longer than 80 characters. |
69
|
| 'if' construct must use '{}'s. |
70
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter lang should be final. |
75
|
| '{' should be on a new line. |
75
|
| '{' should be on a new line. |
76
|
| 'cast' is not followed by whitespace. |
79
|
| Method 'addFieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter fieldConfiguration should be final. |
82
|
| '{' should be on a new line. |
82
|
| Method 'setExtends' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter extendsString should be final. |
86
|
| '{' should be on a new line. |
86
|
| Method 'getExtends' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| '{' should be on a new line. |
90
|
| Method 'getFieldConfigurations' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| '{' should be on a new line. |
94
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| '{' should be on a new line. |
98
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter key should be final. |
102
|
| Parameter value should be final. |
102
|
| '{' should be on a new line. |
102
|
| '{' should be on a new line. |
103
|
| Method 'getPropeties' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| '{' should be on a new line. |
108
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| Parameter key should be final. |
112
|
| '{' should be on a new line. |
112
|
| 'cast' is not followed by whitespace. |
113
|
| Method 'setPluralGUIName' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter lang should be final. |
115
|
| Parameter value should be final. |
115
|
| '{' should be on a new line. |
115
|
| '{' should be on a new line. |
116
|
| Method 'getPluralGUINames' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| '{' should be on a new line. |
121
|
| Method 'getPluralGUIName' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter lang should be final. |
124
|
| '{' should be on a new line. |
124
|
| '{' should be on a new line. |
125
|
| 'cast' is not followed by whitespace. |
128
|
| Method 'setSingularGUIName' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Parameter lang should be final. |
131
|
| Parameter value should be final. |
131
|
| '{' should be on a new line. |
131
|
| '{' should be on a new line. |
132
|
| Method 'getSingularGUINames' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| '{' should be on a new line. |
136
|
| Method 'getSingularGUIName' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Missing a Javadoc comment. |
139
|
| Parameter lang should be final. |
139
|
| '{' should be on a new line. |
139
|
| '{' should be on a new line. |
140
|
| 'cast' is not followed by whitespace. |
143
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter status should be final. |
146
|
| 'status' hides a field. |
146
|
| '{' should be on a new line. |
146
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| '{' should be on a new line. |
149
|
net/sf/mmapps/modules/config/implementation/BasicRelationManagerConfiguration.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
10
|
| '{' is not preceded with whitespace. |
10
|
| '{' should be on a new line. |
10
|
| Missing a Javadoc comment. |
11
|
| Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
11
|
| Variable 'name' must be private and have accessor methods. |
11
|
| Missing a Javadoc comment. |
12
|
| Name 'sourceNodeManagerName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
12
|
| Variable 'sourceNodeManagerName' must be private and have accessor methods. |
12
|
| Missing a Javadoc comment. |
13
|
| Name 'destinationNodeManagerName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
13
|
| Variable 'destinationNodeManagerName' must be private and have accessor methods. |
13
|
| Missing a Javadoc comment. |
14
|
| Name 'relationTypeName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. |
14
|
| Variable 'relationTypeName' must be private and have accessor methods. |
14
|
| Line has trailing spaces. |
15
|
| '{' is not followed by whitespace. |
17
|
| '}' is not preceded with whitespace. |
17
|
| Line has trailing spaces. |
18
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| '{' should be on a new line. |
19
|
| Line is longer than 80 characters. |
20
|
| '+' is not followed by whitespace. |
20
|
| '+' is not followed by whitespace. |
20
|
| Line has trailing spaces. |
22
|
| Line is longer than 80 characters. |
23
|
| Method 'setDestinationNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| Parameter destinationNodeManagerName should be final. |
23
|
| 'destinationNodeManagerName' hides a field. |
23
|
| '{' is not preceded with whitespace. |
23
|
| '{' should be on a new line. |
23
|
| Line has trailing spaces. |
26
|
| Method 'getDestinationNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| '{' should be on a new line. |
27
|
| '{' is not preceded with whitespace. |
28
|
| '{' should be on a new line. |
28
|
| Line is longer than 80 characters. |
29
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
34
|
| Method 'setSourceNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter sourceNodeManagerName should be final. |
35
|
| 'sourceNodeManagerName' hides a field. |
35
|
| '{' is not preceded with whitespace. |
35
|
| '{' should be on a new line. |
35
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
39
|
| Method 'getSourceNodeManagerName' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| '{' should be on a new line. |
40
|
| '{' is not preceded with whitespace. |
41
|
| '{' should be on a new line. |
41
|
| Line is longer than 80 characters. |
42
|
| Line has trailing spaces. |
46
|
| Method 'setRelationTypeName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter relationTypeName should be final. |
47
|
| 'relationTypeName' hides a field. |
47
|
| '{' is not preceded with whitespace. |
47
|
| '{' should be on a new line. |
47
|
| Line has trailing spaces. |
50
|
| Method 'getRelationTypeName' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| '{' should be on a new line. |
51
|
| Line has trailing spaces. |
54
|
net/sf/mmapps/modules/config/implementation/ConfigurationFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Using the '.*' form of import should be avoided - net.sf.mmapps.modules.config.*. |
11
|
| '{' should be on a new line. |
16
|
| Method 'createApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| '{' should be on a new line. |
18
|
| Method 'createFieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '{' should be on a new line. |
22
|
| Method 'createNodeManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Missing a Javadoc comment. |
26
|
| '{' should be on a new line. |
26
|
| Method 'createRelationManagerConfiguration' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| '{' should be on a new line. |
30
|
net/sf/mmapps/modules/config/implementation/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/mmapps/modules/config/package.html
Error | Line |
| Missing package documentation file. | 0 |