Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with 7bits-checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 0 40 0

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 2  Warning
imports AvoidStarImport 1  Warning
UnusedImports 1  Warning
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "package"
  • excludeScope: "private"
  • suppressLoadErrors: "true"
11  Warning
JavadocType 4  Warning
misc FinalParameters 4  Warning
naming StaticVariableName 13  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
4  Warning

Details

info/smart_tools/smartactors/actors/mailing/MailingActor.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - info.smart_tools.smartactors.actors.mailing.exception.AttributeSetterException. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 39
 Warning naming StaticVariableName Name 'serverURI_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Warning naming StaticVariableName Name 'senderAddress_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Warning naming StaticVariableName Name 'userName_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Warning naming StaticVariableName Name 'password_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
 Warning naming StaticVariableName Name 'authenticationMode_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
 Warning naming StaticVariableName Name 'SSLProtocol_ActorParams_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Warning naming StaticVariableName Name 'senderAddress_Context_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 63
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Warning whitespace WhitespaceAround '}' is not followed by whitespace. 67
 Warning whitespace WhitespaceAround '}' is not preceded with whitespace. 67
 Warning javadoc JavadocMethod Expected @throws tag for 'MailingActorException'. 82

info/smart_tools/smartactors/actors/mailing/email/MessageAttributeSetter.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 9
 Warning javadoc JavadocMethod Expected @throws tag for 'MessagingException'. 19
 Warning javadoc JavadocMethod Expected @throws tag for 'ReadValueException'. 19
 Warning javadoc JavadocMethod Expected @throws tag for 'ChangeValueException'. 19

info/smart_tools/smartactors/actors/mailing/email/MessageAttributeSetters.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Warning naming StaticVariableName Name 'senderAddress_Context_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
 Warning javadoc JavadocMethod Expected @throws tag for 'AttributeSetterException'. 33

info/smart_tools/smartactors/actors/mailing/email/MessagePartCreator.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 9
 Warning javadoc JavadocMethod Expected @param tag for 'context'. 20

info/smart_tools/smartactors/actors/mailing/email/MessagePartCreators.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 23
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning naming StaticVariableName Name 'partType_Part_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
 Warning naming StaticVariableName Name 'partText_TextPart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
 Warning naming StaticVariableName Name 'partMime_Part_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
 Warning naming StaticVariableName Name 'sourcePath_FilePart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Warning naming StaticVariableName Name 'attachmentName_FilePart_F' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning misc FinalParameters Parameter name should be final. 47
 Warning misc FinalParameters Parameter creator should be final. 47

info/smart_tools/smartactors/actors/mailing/email/SMTPMessageAdaptor.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter message should be final. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter part should be final. 49