Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
50 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 83). |
57 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 98). |
63 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
63 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
65 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
67 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
69 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
71 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
73 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 134). |
77 |
Error |
misc |
FinalParameters |
Parameter args should be final. |
81 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
87 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
87 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
90 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
90 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 102). |
97 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
102 |
Error |
misc |
FinalParameters |
Parameter config should be final. |
102 |
Error |
coding |
HiddenField |
'config' hides a field. |
102 |
Error |
design |
DesignForExtension |
Class 'StreamsPigResourceGenerator' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsPigResourceGenerator' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. |
106 |
Error |
misc |
FinalParameters |
Parameter config should be final. |
119 |
Error |
coding |
HiddenField |
'config' hides a field. |
119 |
Error |
whitespace |
EmptyForIteratorPad |
';' is followed by whitespace. |
123 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 105). |
140 |
Error |
whitespace |
EmptyForIteratorPad |
';' is followed by whitespace. |
140 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 91). |
145 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 107). |
149 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
170 |
Error |
misc |
FinalParameters |
Parameter resourceId should be final. |
170 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
175 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 122). |
180 |
Error |
design |
DesignForExtension |
Class 'StreamsPigResourceGenerator' looks like designed for extension (can be subclassed), but the method 'appendRootObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsPigResourceGenerator' final or making the method 'appendRootObject' static/final/abstract/empty, or adding allowed annotation for the method. |
180 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
180 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
180 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
180 |
Error |
misc |
FinalParameters |
Parameter resourceId should be final. |
180 |
Error |
misc |
FinalParameters |
Parameter separator should be final. |
180 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 88). |
181 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 91). |
182 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 81). |
183 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 132). |
188 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
188 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
188 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
188 |
Error |
misc |
FinalParameters |
Parameter propertiesNode should be final. |
188 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
188 |
Error |
whitespace |
EmptyForIteratorPad |
';' is followed by whitespace. |
193 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
196 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
196 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
199 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 94). |
202 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 83). |
203 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
203 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 131). |
204 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 101). |
211 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
212 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 135). |
213 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 125). |
220 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 138). |
233 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
233 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
233 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
233 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
233 |
Error |
misc |
FinalParameters |
Parameter fieldType should be final. |
233 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
233 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 141). |
242 |
Error |
design |
DesignForExtension |
Class 'StreamsPigResourceGenerator' looks like designed for extension (can be subclassed), but the method 'appendArrayItems' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StreamsPigResourceGenerator' final or making the method 'appendArrayItems' static/final/abstract/empty, or adding allowed annotation for the method. |
242 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
242 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
242 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
242 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
242 |
Error |
misc |
FinalParameters |
Parameter itemsNode should be final. |
242 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
242 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
245 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
245 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
250 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
250 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 86). |
252 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 89). |
256 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
259 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 138). |
269 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
269 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
269 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
269 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
269 |
Error |
misc |
FinalParameters |
Parameter fieldType should be final. |
269 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
269 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 140). |
282 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
282 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
282 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
282 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
282 |
Error |
misc |
FinalParameters |
Parameter fieldNode should be final. |
282 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
282 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 90). |
287 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
288 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
288 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 145). |
297 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
297 |
Error |
misc |
FinalParameters |
Parameter builder should be final. |
297 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
297 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
297 |
Error |
misc |
FinalParameters |
Parameter propertiesNode should be final. |
297 |
Error |
misc |
FinalParameters |
Parameter seperator should be final. |
297 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 93). |
302 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
302 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
302 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
321 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
321 |
Error |
misc |
FinalParameters |
Parameter fieldId should be final. |
321 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
321 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
325 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
325 |
Error |
misc |
FinalParameters |
Parameter fieldType should be final. |
325 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
325 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
326 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
326 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
340 |
Error |
whitespace |
ParenPad |
'(' is followed by whitespace. |
340 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
340 |
Error |
whitespace |
ParenPad |
')' is preceded with whitespace. |
340 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 89). |
347 |