The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
|
1 | Error |
FileTabCharacter
|
0 | Error |
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
2 | Error |
MemberName | 0 | Error |
JavadocMethod
|
94 | Warning |
JavadocType
|
2 | Error |
JavadocVariable
|
10 | Info |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 3 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 3 | Error |
ParenPad
|
4 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 5 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
12 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
2 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 199 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 116 | |
Expected an @return tag. | 124 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 180 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 75 | |
Line is longer than 120 characters. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 106 | |
Redundant throws: 'ReporterException' is unchecked exception. | 107 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'description'. | 62 | |
Expected @throws tag for 'Exception'. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 120 characters. | 61 | |
')' is not preceded with whitespace. | 63 | |
Missing a Javadoc comment. | 66 | |
')' is not preceded with whitespace. | 72 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^\s*$'. | 2 |
Violation | Message | Line |
---|---|---|
'description' hides a field. | 67 |
Violation | Message | Line |
---|---|---|
Name 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 42 | |
Redundant 'public' modifier. | 47 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 36 | |
Expected an @return tag. | 47 | |
Expected an @return tag. | 58 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.concurrent.TimeUnit.*. | 34 | |
Missing a Javadoc comment. | 56 | |
'1E9' is a magic number. | 64 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 125 | |
'1E9' is a magic number. | 187 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.apache.maven.surefire.junitcore.pc.ParallelComputerUtil.*. | 45 | |
Using the '.*' form of import should be avoided - org.apache.maven.surefire.junitcore.pc.Type.*. | 46 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 109 | |
'totalPoolSize' hides a field. | 134 | |
'optimize' hides a field. | 150 | |
'master' hides a field. | 251 | |
'(' is not followed by whitespace. | 270 | |
')' is not preceded with whitespace. | 270 | |
'suites' hides a field. | 306 | |
'classes' hides a field. | 306 | |
'parameters' hides a field. | 309 | |
'optimize' hides a field. | 310 | |
';' is not followed by whitespace. | 317 |
Violation | Message | Line |
---|---|---|
'availableProcessors' hides a field. | 46 | |
'+' should be on a new line. | 69 | |
'||' should be on a new line. | 295 | |
'||' should be on a new line. | 296 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'description'. | 68 | |
Expected @param tag for 'strategy'. | 68 | |
Unused @throws tag for 'NullPointerException'. | 83 | |
Unused @throws tag for 'NullPointerException'. | 101 | |
Unused @throws tag for 'NullPointerException'. | 120 | |
Expected @param tag for 'description'. | 136 | |
Expected @param tag for 'strategy'. | 136 | |
Expected @param tag for 'concurrency'. | 136 | |
Expected @param tag for 'description'. | 149 | |
Expected @param tag for 'masterScheduler'. | 149 | |
Expected @param tag for 'strategy'. | 149 | |
'masterController' hides a field. | 154 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 252 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 260 | |
Missing a Javadoc comment. | 290 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 390 | |
Missing a Javadoc comment. | 395 | |
Missing a Javadoc comment. | 400 | |
'poolHandler' hides a field. | 400 | |
Missing a Javadoc comment. | 405 | |
'poolHandler' hides a field. | 411 |
Violation | Message | Line |
---|---|---|
Unused @throws tag for 'NullPointerException'. | 69 |
Violation | Message | Line |
---|---|---|
Unused import - org.junit.runners.model.RunnerScheduler. | 22 | |
Unused import - java.util.concurrent.RejectedExecutionException. | 24 | |
Unused @throws tag for 'RejectedExecutionException'. | 45 | |
Unused @throws tag for 'NullPointerException'. | 47 | |
Missing a Javadoc comment. | 95 |