Checkstyle Errors

The following document contains the results of Checkstyle for severity warning .

Summary

Files Errors
3 37

Files

Files Errors
Tescik.java 11
org/objectledge/mail/MailmanMailingList.java 17
org/objectledge/mail/MailmanMailingListsManager.java 9

Tescik.java

Error Line
Error Unused import - java.util.Properties. 2
Error Unused import - javax.mail.Message. 4
Error Unused import - javax.mail.Session. 5
Error Unused import - javax.mail.internet.InternetAddress. 6
Error Unused import - javax.mail.internet.MimeMessage. 7
Error Unused import - javax.mail.internet.MimeMessage.RecipientType. 8
Error Missing a Javadoc comment. 15
Error Utility classes should not have a public or default constructor. 15
Error Missing a Javadoc comment. 18
Error Expected @param tag for 'args'. 26
Error Expected @throws tag for 'Exception'. 27

org/objectledge/mail/MailmanMailingList.java

Error Line
Error Expected an @return tag. 217
Error Expected @param tag for 'id'. 217
Error Expected @throws tag for 'MailingListsException'. 217
Error Expected @param tag for 'message'. 236
Error Expected @throws tag for 'MailingListsException'. 236
Error Line is longer than 104 characters. 301
Error Line is longer than 104 characters. 302
Error Line is longer than 104 characters. 310
Error Line is longer than 104 characters. 315
Error Line is longer than 104 characters. 321
Error Expected @throws tag for 'MailingListsException'. 392
Error Expected @throws tag for 'MailingListsException'. 405
Error Expected @throws tag for 'MailingListsException'. 418
Error Line is longer than 104 characters. 428
Error Expected @throws tag for 'MailingListsException'. 439
Error Line is longer than 104 characters. 449
Error Missing a Javadoc comment. 453

org/objectledge/mail/MailmanMailingListsManager.java

Error Line
Error Expected @param tag for 'mailSystem'. 102
Error Expected @throws tag for 'MalformedURLException'. 103
Error Unused @param tag for 'login'. 120
Error Expected @throws tag for 'MalformedURLException'. 124
Error Missing a Javadoc comment. 133
Error Line is longer than 104 characters. 577
Error Line is longer than 104 characters. 602
Error Line is longer than 104 characters. 772
Error Name 'exceptions' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 847