Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
23 |
Error |
blocks |
LeftCurly |
'{' at column 1 should be on the previous line. |
30 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
32 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
33 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
35 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
43 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
45 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
52 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
53 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
55 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
56 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
58 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
68 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
69 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
71 |
Error |
misc |
FinalParameters |
Parameter twitter should be final. |
77 |
Error |
coding |
HiddenField |
'twitter' hides a field. |
77 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 95). |
81 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'withTwitter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'withTwitter' static/final/abstract/empty, or adding allowed annotation for the method. |
81 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
81 |
Error |
misc |
FinalParameters |
Parameter twitter should be final. |
81 |
Error |
coding |
HiddenField |
'twitter' hides a field. |
81 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
86 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
87 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
89 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
99 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
100 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
102 |
Error |
misc |
FinalParameters |
Parameter neo4j should be final. |
108 |
Error |
coding |
HiddenField |
'neo4j' hides a field. |
108 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'withNeo4j' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'withNeo4j' static/final/abstract/empty, or adding allowed annotation for the method. |
112 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
112 |
Error |
misc |
FinalParameters |
Parameter neo4j should be final. |
112 |
Error |
coding |
HiddenField |
'neo4j' hides a field. |
112 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. |
117 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. |
122 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
122 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. |
128 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
128 |
Error |
misc |
FinalParameters |
Parameter name should be final. |
130 |
Error |
misc |
FinalParameters |
Parameter value should be final. |
130 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 94). |
134 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. |
134 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
134 |
Error |
misc |
FinalParameters |
Parameter name should be final. |
134 |
Error |
misc |
FinalParameters |
Parameter value should be final. |
134 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. |
139 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 109). |
141 |
Error |
design |
DesignForExtension |
Class 'TwitterFollowNeo4jConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TwitterFollowNeo4jConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. |
144 |
Error |
misc |
FinalParameters |
Parameter other should be final. |
145 |
Error |
coding |
SimplifyBooleanExpression |
Expression can be simplified. |
149 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
152 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 155). |
153 |