Checkstyle Results

The following document contains the results of Checkstyle .

Errors filtered by severity

Summary

Files Infos Warnings Errors
3 0 37 0

Files

Files I W E
Tescik.java 0 11 0
org/objectledge/mail/MailmanMailingList.java 0 17 0
org/objectledge/mail/MailmanMailingListsManager.java 0 9 0

Tescik.java

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

org/objectledge/mail/MailmanMailingList.java

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

org/objectledge/mail/MailmanMailingListsManager.java

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