The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
JavadocPackage | 0 | ![]() |
FileContentsHolder | 0 | ![]() |
CyclomaticComplexity
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
HiddenField
| 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
FallThrough | 0 | ![]() |
ClassDataAbstractionCoupling
| 0 | ![]() |
LocalVariableName | 0 | ![]() |
ExplicitInitialization | 1 | ![]() |
AbstractClassName | 1 | ![]() |
JavadocType
| 0 | ![]() |
JavaNCSS
| 0 | ![]() |
RedundantModifier | 0 | ![]() |
AnonInnerLength
| 0 | ![]() |
EqualsAvoidNull | 0 | ![]() |
ParameterName | 0 | ![]() |
FinalClass | 4 | ![]() |
LineLength
| 0 | ![]() |
MissingOverride | 11 | ![]() |
DefaultComesLast | 0 | ![]() |
EmptyBlock | 2 | ![]() |
LocalFinalVariableName | 0 | ![]() |
JavadocVariable
| 2 | ![]() |
MemberName | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
VisibilityModifier
| 2 | ![]() |
PackageName | 0 | ![]() |
EmptyStatement | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
UnusedImports | 0 | ![]() |
ClassFanOutComplexity
| 0 | ![]() |
TodoComment | 0 | ![]() |
JavadocStyle
| 5 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
JavadocMethod
| 28 | ![]() |
ModifierOrder | 0 | ![]() |
BooleanExpressionComplexity
| 0 | ![]() |
MagicNumber
| 11 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 45 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 53 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 61 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 18 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Class Paths should be declared as final. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Class Processes should be declared as final. | 13 |
![]() | First sentence should end with a period. | 29 |
![]() | Expected @param tag for 'command'. | 32 |
![]() | Expected @param tag for 'initialDelay'. | 32 |
![]() | Expected @param tag for 'period'. | 32 |
![]() | Expected @param tag for 'unit'. | 32 |
![]() | First sentence should end with a period. | 36 |
![]() | Expected @param tag for 'command'. | 39 |
![]() | Expected @param tag for 'delay'. | 39 |
![]() | Expected @param tag for 'unit'. | 39 |
![]() | First sentence should end with a period. | 43 |
![]() | Expected @param tag for '<V>'. | 46 |
![]() | Expected @param tag for 'callable'. | 46 |
![]() | Expected @param tag for 'delay'. | 46 |
![]() | Expected @param tag for 'unit'. | 46 |
![]() | First sentence should end with a period. | 50 |
![]() | Expected @param tag for '<T>'. | 53 |
![]() | Expected @param tag for 'task'. | 53 |
![]() | First sentence should end with a period. | 57 |
![]() | Expected @param tag for 'task'. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Name 'SoftReferenceThreadLocal' must match pattern '^Abstract.*$|^.*Factory$'. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Class Utils should be declared as final. | 12 |
![]() | '1000000000D' is a magic number. | 43 |
![]() | '1000000D' is a magic number. | 87 |
![]() | '10D' is a magic number. | 89 |
![]() | '60D' is a magic number. | 91 |
![]() | '60D' is a magic number. | 94 |
![]() | '24D' is a magic number. | 94 |
![]() | '60D' is a magic number. | 94 |
![]() | '60' is a magic number. | 95 |
![]() | '24' is a magic number. | 99 |
![]() | '60' is a magic number. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 66 |
![]() | Class RuleMapping should be declared as final. | 74 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Must have at least one statement. | 131 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '255' is a magic number. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'defaultSchemaBasename' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'namespace' must be private and have accessor methods. | 30 |
![]() | Expected @param tag for 'defaultSchemaBasename'. | 68 |
![]() | Expected @param tag for 'namespace'. | 77 |
![]() | Expected @param tag for 'defaultSchemaBasename'. | 77 |
![]() | Variable 'fileId' explicitly initialized to '0' (default value for its type). | 108 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 76 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 94 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 102 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 110 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 151 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |