The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | Error |
NewlineAtEndOfFile | 2 | Info |
JavadocPackage | 0 | Info |
FileContentsHolder | 0 | Error |
CyclomaticComplexity
| 0 | Warning |
DoubleCheckedLocking | 1 | Info |
HiddenField
| 1 | Info |
StringLiteralEquality | 0 | Warning |
ArrayTrailingComma | 1 | Info |
FallThrough | 0 | Info |
ClassDataAbstractionCoupling
| 0 | Warning |
LocalVariableName | 0 | Warning |
ExplicitInitialization | 0 | Info |
AbstractClassName | 0 | Warning |
JavadocType
| 0 | Warning |
JavaNCSS
| 0 | Warning |
RedundantModifier | 0 | Info |
AnonInnerLength
| 1 | Warning |
EqualsAvoidNull | 2 | Info |
ParameterName | 0 | Warning |
FinalClass | 0 | Warning |
LineLength
| 0 | Warning |
MissingOverride | 20 | Info |
DefaultComesLast | 0 | Error |
EmptyBlock | 0 | Info |
LocalFinalVariableName | 0 | Warning |
JavadocVariable
| 12 | Info |
MemberName | 0 | Warning |
EqualsHashCode | 0 | Error |
VisibilityModifier
| 0 | Info |
PackageName | 0 | Warning |
EmptyStatement | 0 | Info |
ArrayTypeStyle | 0 | Info |
RedundantThrows
| 0 | Info |
UnusedImports | 0 | Info |
ClassFanOutComplexity
| 0 | Info |
TodoComment | 0 | Info |
JavadocStyle
| 1 | Info |
SimplifyBooleanExpression | 0 | Info |
HideUtilityClassConstructor | 0 | Warning |
SimplifyBooleanReturn | 0 | Info |
JavadocMethod
| 13 | Info |
ModifierOrder | 0 | Info |
BooleanExpressionComplexity
| 0 | Warning |
MagicNumber
| 3 | Info |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 182 | |
'5' is a magic number. | 184 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 217 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 224 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 235 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 256 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 282 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 290 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 298 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 306 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 316 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 333 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 344 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 352 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 362 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 370 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
String literal expressions should be on the left side of an equals comparison. | 172 |
Violation | Message | Line |
---|---|---|
Anonymous inner class length is 43 lines (max allowed is 40). | 96 | |
'5' is a magic number. | 124 | |
Array should contain trailing comma. | 187 | |
String literal expressions should be on the left side of an equals comparison. | 193 | |
The double-checked locking idiom is broken and should be avoided. | 213 | |
'repositoryBasePath' hides a field. | 225 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 133 | |
'139' is a magic number. | 155 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 177 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 88 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 101 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 115 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 131 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 146 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |