Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
imports |
AvoidStarImport |
Using the '.*' form of import should be avoided - junit.framework.TestCase.*. |
5 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 87). |
34 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
34 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
34 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
35 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
36 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
36 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
36 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
38 |
Error |
design |
DesignForExtension |
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
design |
DesignForExtension |
Method 'ingest' is not designed for extension - needs to be abstract, final or empty. |
45 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
47 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
50 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
50 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
51 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
51 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
52 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
52 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
53 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
53 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
60 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 84). |
62 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
63 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
65 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
65 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 96). |
68 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
71 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
73 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
76 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
78 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
81 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
83 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
86 |
Error |
blocks |
RightCurly |
'}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
88 |
Error |
blocks |
RightCurly |
'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
93 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
95 |
Error |
blocks |
RightCurly |
'}' at column 3 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
97 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
99 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
110 |
Error |
design |
DesignForExtension |
Method 'testSeason' is not designed for extension - needs to be abstract, final or empty. |
111 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
111 |
Error |
misc |
FinalParameters |
Parameter season should be final. |
111 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
133 |
Error |
design |
DesignForExtension |
Method 'testDivision' is not designed for extension - needs to be abstract, final or empty. |
139 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
139 |
Error |
misc |
FinalParameters |
Parameter d should be final. |
139 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
163 |
Error |
design |
DesignForExtension |
Method 'testTeamSeason' is not designed for extension - needs to be abstract, final or empty. |
169 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
169 |
Error |
misc |
FinalParameters |
Parameter ts should be final. |
169 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
176 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
181 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
182 |
Error |
design |
DesignForExtension |
Method 'testLeagueMetadata' is not designed for extension - needs to be abstract, final or empty. |
185 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
185 |
Error |
misc |
FinalParameters |
Parameter md should be final. |
185 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
190 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
193 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
194 |
Error |
design |
DesignForExtension |
Method 'testContact' is not designed for extension - needs to be abstract, final or empty. |
197 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
197 |
Error |
misc |
FinalParameters |
Parameter contact should be final. |
197 |
Error |
design |
DesignForExtension |
Method 'testClub' is not designed for extension - needs to be abstract, final or empty. |
212 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
212 |
Error |
misc |
FinalParameters |
Parameter club should be final. |
212 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
231 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
239 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
240 |
Error |
misc |
FinalParameters |
Parameter venue should be final. |
240 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 83). |
251 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
251 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
251 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
251 |
Error |
design |
DesignForExtension |
Method 'testTeam' is not designed for extension - needs to be abstract, final or empty. |
271 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
271 |
Error |
misc |
FinalParameters |
Parameter team should be final. |
271 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
285 |
Error |
design |
DesignForExtension |
Method 'testContactRole' is not designed for extension - needs to be abstract, final or empty. |
291 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
291 |
Error |
misc |
FinalParameters |
Parameter role should be final. |
291 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
298 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
303 |