The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | Error |
NewlineAtEndOfFile | 16 | Info |
JavadocPackage | 0 | Info |
FileContentsHolder | 0 | Error |
CyclomaticComplexity
| 0 | Warning |
DoubleCheckedLocking | 0 | Info |
HiddenField
| 0 | Info |
StringLiteralEquality | 0 | Warning |
ArrayTrailingComma | 0 | Info |
FallThrough | 0 | Info |
ClassDataAbstractionCoupling
| 0 | Warning |
LocalVariableName | 0 | Warning |
ExplicitInitialization | 0 | Info |
AbstractClassName | 2 | Warning |
JavadocType
| 0 | Warning |
JavaNCSS
| 0 | Warning |
RedundantModifier | 3 | Info |
AnonInnerLength
| 1 | Warning |
EqualsAvoidNull | 0 | Info |
ParameterName | 0 | Warning |
FinalClass | 1 | Warning |
LineLength
| 3 | Warning |
MissingOverride | 5 | Info |
DefaultComesLast | 0 | Error |
EmptyBlock | 1 | Info |
LocalFinalVariableName | 0 | Warning |
JavadocVariable
| 14 | Info |
MemberName | 1 | 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
| 2 | Info |
SimplifyBooleanExpression | 0 | Info |
HideUtilityClassConstructor | 0 | Warning |
SimplifyBooleanReturn | 0 | Info |
JavadocMethod
| 53 | Info |
ModifierOrder | 0 | Info |
BooleanExpressionComplexity
| 0 | Warning |
MagicNumber
| 2 | Info |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 15 |
Violation | Message | Line |
---|---|---|
Class DSUtil should be declared as final. | 13 |
Violation | Message | Line |
---|---|---|
Unused @throws tag for 'java.io.FileNotFoundException'. | 90 | |
Expected @throws tag for 'IOException'. | 92 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 128 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 62 | |
Must have at least one statement. | 79 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 106 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 125 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 136 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 150 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 172 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 19 | |
Redundant 'public' modifier. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
'10' is a magic number. | 70 | |
'10' is a magic number. | 70 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 76 |
Violation | Message | Line |
---|---|---|
Name 'TagQueryExpression' must match pattern '^Abstract.*$|^.*Factory$'. | 16 | |
Anonymous inner class length is 41 lines (max allowed is 40). | 154 |
Violation | Message | Line |
---|---|---|
Name 'TagQueryExpressionBuilder' must match pattern '^Abstract.*$|^.*Factory$'. | 13 | |
Missing a Javadoc comment. | 15 | |
Name 'DELIMITERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 61 | |
Line is longer than 120 characters. | 83 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |