Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
9 0 0 118

Rules

Category Rule Violations Severity
design DesignForExtension 19  Error
javadoc JavadocPackage 1  Error
JavadocType 9  Error
JavadocVariable 9  Error
misc FinalParameters 12  Error
NewlineAtEndOfFile 9  Error
naming ConstantName 9  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
24  Error
sizes LineLength 17  Error
whitespace FileTabCharacter 9  Error

Details

net/anyflow/lannister/pluginexample/ExampleAuthenticator.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error sizes LineLength Line is longer than 80 characters (found 117). 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 25
 Error design DesignForExtension Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 30
 Error misc FinalParameters Parameter clientId should be final. 31
 Error sizes LineLength Line is longer than 80 characters (found 94). 32
 Error design DesignForExtension Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 36
 Error sizes LineLength Line is longer than 80 characters (found 83). 37
 Error misc FinalParameters Parameter clientId should be final. 37
 Error misc FinalParameters Parameter userName should be final. 37
 Error misc FinalParameters Parameter password should be final. 37
 Error sizes LineLength Line is longer than 80 characters (found 119). 38

net/anyflow/lannister/pluginexample/ExampleAuthorizer.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error sizes LineLength Line is longer than 80 characters (found 114). 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 25
 Error design DesignForExtension Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. 30
 Error misc FinalParameters Parameter clientId should be final. 31
 Error misc FinalParameters Parameter userName should be final. 31
 Error sizes LineLength Line is longer than 80 characters (found 119). 32

net/anyflow/lannister/pluginexample/ExampleConnectEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error sizes LineLength Line is longer than 80 characters (found 124). 24
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 26
 Error design DesignForExtension Method 'connectHandled' is not designed for extension - needs to be abstract, final or empty. 31
 Error misc FinalParameters Parameter args should be final. 32
 Error sizes LineLength Line is longer than 80 characters (found 101). 33

net/anyflow/lannister/pluginexample/ExampleDeliveredEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 27
 Error design DesignForExtension Method 'delivered' is not designed for extension - needs to be abstract, final or empty. 32
 Error misc FinalParameters Parameter args should be final. 33
 Error sizes LineLength Line is longer than 80 characters (found 98). 34

net/anyflow/lannister/pluginexample/ExampleDisconnectEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocType Missing a Javadoc comment. 7
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Error javadoc JavadocVariable Missing a Javadoc comment. 8
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 8
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 11
 Error design DesignForExtension Method 'disconnected' is not designed for extension - needs to be abstract, final or empty. 16
 Error misc FinalParameters Parameter args should be final. 17
 Error sizes LineLength Line is longer than 80 characters (found 102). 18

net/anyflow/lannister/pluginexample/ExamplePublishEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error sizes LineLength Line is longer than 80 characters (found 124). 24
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 26
 Error design DesignForExtension Method 'allowPublish' is not designed for extension - needs to be abstract, final or empty. 31
 Error misc FinalParameters Parameter args should be final. 32
 Error sizes LineLength Line is longer than 80 characters (found 99). 33

net/anyflow/lannister/pluginexample/ExampleServiceChecker.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 22
 Error sizes LineLength Line is longer than 80 characters (found 118). 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 25
 Error design DesignForExtension Method 'isServiceAvailable' is not designed for extension - needs to be abstract, final or empty. 30
 Error sizes LineLength Line is longer than 80 characters (found 81). 32

net/anyflow/lannister/pluginexample/ExampleSubscribeEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 27
 Error design DesignForExtension Method 'allowSubscribe' is not designed for extension - needs to be abstract, final or empty. 32
 Error misc FinalParameters Parameter args should be final. 33
 Error sizes LineLength Line is longer than 80 characters (found 103). 34

net/anyflow/lannister/pluginexample/ExampleUnsubscribeEventListener.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error sizes LineLength Line is longer than 80 characters (found 82). 23
 Error javadoc JavadocType Missing a Javadoc comment. 23
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Error design DesignForExtension Method 'clone' is not designed for extension - needs to be abstract, final or empty. 27
 Error design DesignForExtension Method 'unsubscribed' is not designed for extension - needs to be abstract, final or empty. 32
 Error misc FinalParameters Parameter args should be final. 33
 Error sizes LineLength Line is longer than 80 characters (found 103). 34