| Files | Errors |
|---|---|
| Tescik.java | 11 |
| org/objectledge/mail/MailmanMailingList.java | 17 |
| org/objectledge/mail/MailmanMailingListsManager.java | 9 |
| Error | Line | |
|---|---|---|
|
|
Unused import - java.util.Properties. | 2 |
|
|
Unused import - javax.mail.Message. | 4 |
|
|
Unused import - javax.mail.Session. | 5 |
|
|
Unused import - javax.mail.internet.InternetAddress. | 6 |
|
|
Unused import - javax.mail.internet.MimeMessage. | 7 |
|
|
Unused import - javax.mail.internet.MimeMessage.RecipientType. | 8 |
|
|
Missing a Javadoc comment. | 15 |
|
|
Utility classes should not have a public or default constructor. | 15 |
|
|
Missing a Javadoc comment. | 18 |
|
|
Expected @param tag for 'args'. | 26 |
|
|
Expected @throws tag for 'Exception'. | 27 |
| Error | Line | |
|---|---|---|
|
|
Expected an @return tag. | 217 |
|
|
Expected @param tag for 'id'. | 217 |
|
|
Expected @throws tag for 'MailingListsException'. | 217 |
|
|
Expected @param tag for 'message'. | 236 |
|
|
Expected @throws tag for 'MailingListsException'. | 236 |
|
|
Line is longer than 104 characters. | 301 |
|
|
Line is longer than 104 characters. | 302 |
|
|
Line is longer than 104 characters. | 310 |
|
|
Line is longer than 104 characters. | 315 |
|
|
Line is longer than 104 characters. | 321 |
|
|
Expected @throws tag for 'MailingListsException'. | 392 |
|
|
Expected @throws tag for 'MailingListsException'. | 405 |
|
|
Expected @throws tag for 'MailingListsException'. | 418 |
|
|
Line is longer than 104 characters. | 428 |
|
|
Expected @throws tag for 'MailingListsException'. | 439 |
|
|
Line is longer than 104 characters. | 449 |
|
|
Missing a Javadoc comment. | 453 |
| Error | Line | |
|---|---|---|
|
|
Expected @param tag for 'mailSystem'. | 102 |
|
|
Expected @throws tag for 'MalformedURLException'. | 103 |
|
|
Unused @param tag for 'login'. | 120 |
|
|
Expected @throws tag for 'MalformedURLException'. | 124 |
|
|
Missing a Javadoc comment. | 133 |
|
|
Line is longer than 104 characters. | 577 |
|
|
Line is longer than 104 characters. | 602 |
|
|
Line is longer than 104 characters. | 772 |
|
|
Name 'exceptions' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. | 847 |