Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files |
Infos |
Warnings |
Errors |
| 12 |
0 |
0 |
479 |
Files
net/sourceforge/mavenplugins/sourceforge/FTPBean.java
| Error |
Line |
|
Line does not match expected header line of 'SourceForge Maven plugin.'. |
1
|
|
Line has trailing spaces. |
2
|
|
First sentence should end with a period. |
21
|
|
Line is longer than 80 characters. |
22
|
|
Line has trailing spaces. |
23
|
|
'{' is not preceded with whitespace. |
29
|
|
Missing a Javadoc comment. |
30
|
|
Name '_site' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
|
Missing a Javadoc comment. |
31
|
|
Name '_srcDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
|
Missing a Javadoc comment. |
32
|
|
Name '_destDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
|
Missing a Javadoc comment. |
33
|
|
Name '_userEmail' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
|
First sentence should end with a period. |
35
|
|
Method 'getSite' is not designed for extension - needs to be abstract, final or empty. |
46
|
|
Method 'setSite' is not designed for extension - needs to be abstract, final or empty. |
54
|
|
Parameter site should be final. |
54
|
|
Method 'getDestDir' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Method 'setDestDir' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Parameter destDir should be final. |
70
|
|
Method 'getSrcDir' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Method 'setSrcDir' is not designed for extension - needs to be abstract, final or empty. |
86
|
|
Parameter srcDir should be final. |
86
|
|
Line has trailing spaces. |
89
|
|
Method 'getUserEmail' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Method 'setUserEmail' is not designed for extension - needs to be abstract, final or empty. |
102
|
|
Parameter userEmail should be final. |
102
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
106
|
|
Missing a Javadoc comment. |
106
|
|
Line has trailing spaces. |
108
|
|
Line is longer than 80 characters. |
111
|
|
Line is longer than 80 characters. |
114
|
|
Line is longer than 80 characters. |
117
|
|
Line is longer than 80 characters. |
120
|
|
Line has trailing spaces. |
122
|
|
Line is longer than 80 characters. |
128
|
|
Line has trailing spaces. |
131
|
|
Line has trailing spaces. |
134
|
|
Line has trailing spaces. |
138
|
|
Line has trailing spaces. |
150
|
|
Line is longer than 80 characters. |
151
|
|
'500' is a magic number. |
153
|
|
Must have at least one statement. |
154
|
|
Line has trailing spaces. |
158
|
|
Line has trailing spaces. |
159
|
|
'catch' is not followed by whitespace. |
167
|
|
Must have at least one statement. |
167
|
|
Line has trailing spaces. |
173
|
|
Line has trailing spaces. |
174
|
|
Line is longer than 80 characters. |
177
|
|
Method 'doTag' is not designed for extension - needs to be abstract, final or empty. |
177
|
|
Parameter out should be final. |
177
|
|
Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. |
177
|
|
Line has trailing spaces. |
184
|
|
Missing a Javadoc comment. |
185
|
|
Parameter ftp should be final. |
185
|
|
'if' is not followed by whitespace. |
188
|
net/sourceforge/mavenplugins/sourceforge/FileReleaseSystemBean.java
| Error |
Line |
|
Line does not match expected header line of 'SourceForge Maven plugin.'. |
1
|
|
Line has trailing spaces. |
2
|
|
Line has trailing spaces. |
32
|
|
Missing a Javadoc comment. |
40
|
|
Missing a Javadoc comment. |
43
|
|
Name '_browser' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
|
Missing a Javadoc comment. |
44
|
|
Name '_srcDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
|
Missing a Javadoc comment. |
45
|
|
Name '_sfGroupId' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Name '_sfUserName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
|
Missing a Javadoc comment. |
47
|
|
Name '_sfPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
|
Missing a Javadoc comment. |
48
|
|
Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
|
Missing a Javadoc comment. |
49
|
|
Name '_release' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
|
Missing a Javadoc comment. |
50
|
|
Name '_overwriteRelease' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
|
Missing a Javadoc comment. |
51
|
|
Name '_changeLogFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
|
Missing a Javadoc comment. |
52
|
|
Name '_releaseNotesFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
52
|
|
Missing a Javadoc comment. |
53
|
|
Name '_proxyHost' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
|
Missing a Javadoc comment. |
54
|
|
Name '_proxyPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
|
Missing a Javadoc comment. |
55
|
|
Name '_proxyUserName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
|
Missing a Javadoc comment. |
56
|
|
Name '_proxyPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
|
Missing a Javadoc comment. |
57
|
|
Name '_proxyNTDomain' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
|
Missing a Javadoc comment. |
58
|
|
Name '_submitNewsItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
58
|
|
Missing a Javadoc comment. |
59
|
|
Name '_newsTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
|
Missing a Javadoc comment. |
60
|
|
Name '_projectName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
|
Missing a Javadoc comment. |
61
|
|
Name '_sendEmailNotice' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
|
First sentence should end with a period. |
63
|
|
Method 'getSrcDir' is not designed for extension - needs to be abstract, final or empty. |
75
|
|
Method 'setSrcDir' is not designed for extension - needs to be abstract, final or empty. |
83
|
|
Parameter srcDir should be final. |
83
|
|
Line has trailing spaces. |
86
|
|
Method 'getSfGroupId' is not designed for extension - needs to be abstract, final or empty. |
91
|
|
Method 'setSfGroupId' is not designed for extension - needs to be abstract, final or empty. |
99
|
|
Parameter sfGroupId should be final. |
99
|
|
Method 'getSfUserName' is not designed for extension - needs to be abstract, final or empty. |
107
|
|
Method 'setSfUserName' is not designed for extension - needs to be abstract, final or empty. |
115
|
|
Parameter sfUserName should be final. |
115
|
|
Method 'getSfPassword' is not designed for extension - needs to be abstract, final or empty. |
123
|
|
Method 'setSfPassword' is not designed for extension - needs to be abstract, final or empty. |
131
|
|
Parameter sfPassword should be final. |
131
|
|
First sentence should end with a period. |
135
|
|
Method 'getProjectName' is not designed for extension - needs to be abstract, final or empty. |
139
|
|
Line has trailing spaces. |
142
|
|
First sentence should end with a period. |
143
|
|
Method 'setProjectName' is not designed for extension - needs to be abstract, final or empty. |
147
|
|
Parameter name should be final. |
147
|
|
Line has trailing spaces. |
150
|
|
Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. |
155
|
|
Method 'setPackage' is not designed for extension - needs to be abstract, final or empty. |
163
|
|
Parameter package1 should be final. |
163
|
|
Method 'getRelease' is not designed for extension - needs to be abstract, final or empty. |
171
|
|
Method 'setRelease' is not designed for extension - needs to be abstract, final or empty. |
179
|
|
Parameter release should be final. |
179
|
|
Method 'isOverwriteExistingRelease' is not designed for extension - needs to be abstract, final or empty. |
187
|
|
Method 'setOverwriteExistingRelease' is not designed for extension - needs to be abstract, final or empty. |
195
|
|
Parameter overwrite should be final. |
195
|
|
Method 'getChangeLogFile' is not designed for extension - needs to be abstract, final or empty. |
203
|
|
Method 'setChangeLogFile' is not designed for extension - needs to be abstract, final or empty. |
211
|
|
Parameter changeLogFile should be final. |
211
|
|
Method 'getReleaseNotesFile' is not designed for extension - needs to be abstract, final or empty. |
219
|
|
Method 'setReleaseNotesFile' is not designed for extension - needs to be abstract, final or empty. |
227
|
|
Parameter releaseNotesFile should be final. |
227
|
|
Method 'isSubmitNewsItem' is not designed for extension - needs to be abstract, final or empty. |
235
|
|
Method 'setSendEmailNotice' is not designed for extension - needs to be abstract, final or empty. |
243
|
|
Parameter sendEmailNotice should be final. |
243
|
|
Method 'isSendEmailNotice' is not designed for extension - needs to be abstract, final or empty. |
251
|
|
Method 'setSubmitNewsItem' is not designed for extension - needs to be abstract, final or empty. |
259
|
|
Parameter submitNewsItem should be final. |
259
|
|
Method 'getNewsTitle' is not designed for extension - needs to be abstract, final or empty. |
267
|
|
Method 'setNewsTitle' is not designed for extension - needs to be abstract, final or empty. |
275
|
|
Parameter newsTitle should be final. |
275
|
|
Method 'getProxyHost' is not designed for extension - needs to be abstract, final or empty. |
283
|
|
Method 'setProxyHost' is not designed for extension - needs to be abstract, final or empty. |
291
|
|
Parameter proxyHost should be final. |
291
|
|
Method 'getProxyPort' is not designed for extension - needs to be abstract, final or empty. |
299
|
|
Method 'setProxyPort' is not designed for extension - needs to be abstract, final or empty. |
307
|
|
Parameter proxyPort should be final. |
307
|
|
Method 'getProxyUserName' is not designed for extension - needs to be abstract, final or empty. |
315
|
|
Method 'setProxyUserName' is not designed for extension - needs to be abstract, final or empty. |
323
|
|
Parameter proxyUserName should be final. |
323
|
|
Line has trailing spaces. |
326
|
|
Method 'getProxyPassword' is not designed for extension - needs to be abstract, final or empty. |
331
|
|
Method 'setProxyPassword' is not designed for extension - needs to be abstract, final or empty. |
339
|
|
Parameter proxyPassword should be final. |
339
|
|
Method 'getProxyNTDomain' is not designed for extension - needs to be abstract, final or empty. |
347
|
|
Method 'setProxyNTDomain' is not designed for extension - needs to be abstract, final or empty. |
355
|
|
Parameter proxyNTDomain should be final. |
355
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
359
|
|
Missing a Javadoc comment. |
359
|
|
Line has trailing spaces. |
374
|
|
Line is longer than 80 characters. |
377
|
|
Line is longer than 80 characters. |
380
|
|
Line is longer than 80 characters. |
383
|
|
Line is longer than 80 characters. |
386
|
|
Line is longer than 80 characters. |
389
|
|
Line has trailing spaces. |
391
|
|
Line is longer than 80 characters. |
399
|
|
Line has trailing spaces. |
405
|
|
Line is longer than 80 characters. |
406
|
|
Line is longer than 80 characters. |
409
|
|
Line has trailing spaces. |
415
|
|
Line is longer than 80 characters. |
415
|
|
Line is longer than 80 characters. |
416
|
|
Line is longer than 80 characters. |
421
|
|
Line has trailing spaces. |
424
|
|
Line is longer than 80 characters. |
424
|
|
Expression can be simplified. |
431
|
|
Line is longer than 80 characters. |
432
|
|
Line is longer than 80 characters. |
436
|
|
Line is longer than 80 characters. |
449
|
|
Line is longer than 80 characters. |
451
|
|
Line has trailing spaces. |
453
|
|
Line is longer than 80 characters. |
457
|
|
Line is longer than 80 characters. |
463
|
|
Line has trailing spaces. |
470
|
|
Line has trailing spaces. |
471
|
|
Line is longer than 80 characters. |
474
|
|
Method 'doTag' is not designed for extension - needs to be abstract, final or empty. |
474
|
|
Parameter out should be final. |
474
|
|
Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. |
474
|
|
Method 'login' is not designed for extension - needs to be abstract, final or empty. |
482
|
|
Missing a Javadoc comment. |
482
|
|
Line is longer than 80 characters. |
483
|
|
Line has trailing spaces. |
485
|
|
Line is longer than 80 characters. |
486
|
|
Line has trailing spaces. |
492
|
|
Line has trailing spaces. |
494
|
|
Line has trailing spaces. |
496
|
|
Line is longer than 80 characters. |
496
|
|
Method 'checkLoginResponse' is not designed for extension - needs to be abstract, final or empty. |
501
|
|
Missing a Javadoc comment. |
501
|
|
Parameter doc should be final. |
501
|
|
Line has trailing spaces. |
505
|
|
Line is longer than 80 characters. |
506
|
|
First sentence should end with a period. |
516
|
|
Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. |
521
|
|
Parameter doc should be final. |
521
|
|
Line is longer than 80 characters. |
524
|
|
Line is longer than 80 characters. |
530
|
|
Line is longer than 80 characters. |
531
|
|
Line has trailing spaces. |
537
|
|
Method 'isReleasePermissionDenied' is not designed for extension - needs to be abstract, final or empty. |
542
|
|
Parameter doc should be final. |
542
|
|
Line is longer than 80 characters. |
545
|
|
Line has trailing spaces. |
548
|
|
First sentence should end with a period. |
549
|
|
Method 'getPackageId' is not designed for extension - needs to be abstract, final or empty. |
554
|
|
Parameter doc should be final. |
554
|
|
Line is longer than 80 characters. |
557
|
|
Line is longer than 80 characters. |
561
|
|
Line is longer than 80 characters. |
562
|
|
Line is longer than 80 characters. |
563
|
|
Line is longer than 80 characters. |
564
|
|
Method 'canCreatePackage' is not designed for extension - needs to be abstract, final or empty. |
575
|
|
Parameter doc should be final. |
575
|
|
Line is longer than 80 characters. |
578
|
|
Line has trailing spaces. |
581
|
|
First sentence should end with a period. |
582
|
|
Method 'createPackage' is not designed for extension - needs to be abstract, final or empty. |
586
|
|
Expected @throws tag for 'Exception'. |
586
|
|
Line is longer than 80 characters. |
588
|
|
Line has trailing spaces. |
594
|
|
First sentence should end with a period. |
599
|
|
Method 'getReleaseId' is not designed for extension - needs to be abstract, final or empty. |
604
|
|
Parameter doc should be final. |
604
|
|
Line is longer than 80 characters. |
607
|
|
Line is longer than 80 characters. |
624
|
|
First sentence should end with a period. |
631
|
|
Method 'createRelease' is not designed for extension - needs to be abstract, final or empty. |
635
|
|
Parameter packageId should be final. |
635
|
|
Expected @param tag for 'packageId'. |
635
|
|
Expected @throws tag for 'Exception'. |
635
|
|
Line is longer than 80 characters. |
636
|
|
Line has trailing spaces. |
637
|
|
Line is longer than 80 characters. |
637
|
|
Line has trailing spaces. |
640
|
|
Line is longer than 80 characters. |
641
|
|
Line has trailing spaces. |
649
|
|
Line is longer than 80 characters. |
653
|
|
Method 'getCreatedReleaseId' is not designed for extension - needs to be abstract, final or empty. |
653
|
|
Missing a Javadoc comment. |
653
|
|
Parameter doc should be final. |
653
|
|
Redundant throws: 'NumberFormatException' is unchecked exception. |
653
|
|
Line is longer than 80 characters. |
656
|
|
Line is longer than 80 characters. |
658
|
|
First sentence should end with a period. |
664
|
|
Line has trailing spaces. |
665
|
|
Line has trailing spaces. |
666
|
|
Line is longer than 80 characters. |
671
|
|
Method 'uploadNotes' is not designed for extension - needs to be abstract, final or empty. |
671
|
|
Parameter packageId should be final. |
671
|
|
Parameter releaseId should be final. |
671
|
|
Expected @throws tag for 'Exception'. |
671
|
|
Line is longer than 80 characters. |
672
|
|
Line has trailing spaces. |
689
|
|
Line has trailing spaces. |
694
|
|
First sentenc |