The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
1 | |
FileTabCharacter
|
0 | |
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
2 | |
| MemberName | 0 | |
JavadocMethod
|
94 | |
JavadocType
|
2 | |
JavadocVariable
|
10 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 3 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 3 | |
ParenPad
|
4 | |
| WhitespaceAfter | 1 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 5 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
12 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| 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 |