Checkstyle Results
The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
9 |
0 |
0 |
118 |
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 |