The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | Error |
NewlineAtEndOfFile | 1 | Info |
JavadocPackage | 5 | Info |
FileContentsHolder | 0 | Error |
CyclomaticComplexity
| 0 | Warning |
DoubleCheckedLocking | 0 | Info |
HiddenField
| 0 | Info |
StringLiteralEquality | 0 | Warning |
ArrayTrailingComma | 6 | Info |
FallThrough | 0 | Info |
ClassDataAbstractionCoupling
| 0 | Warning |
LocalVariableName | 0 | Warning |
ExplicitInitialization | 0 | Info |
AbstractClassName | 2 | Warning |
JavadocType
| 0 | Warning |
JavaNCSS
| 0 | Warning |
RedundantModifier | 0 | Info |
AnonInnerLength
| 0 | Warning |
EqualsAvoidNull | 1 | Info |
ParameterName | 0 | Warning |
FinalClass | 3 | Warning |
LineLength
| 47 | Warning |
MissingOverride | 5 | Info |
DefaultComesLast | 0 | Error |
EmptyBlock | 0 | Info |
LocalFinalVariableName | 0 | Warning |
JavadocVariable
| 0 | Info |
MemberName | 0 | Warning |
EqualsHashCode | 0 | Error |
VisibilityModifier
| 0 | Info |
PackageName | 0 | Warning |
EmptyStatement | 0 | Info |
ArrayTypeStyle | 0 | Info |
RedundantThrows
| 0 | Info |
UnusedImports | 1 | Info |
ClassFanOutComplexity
| 0 | Info |
TodoComment | 1 | Info |
JavadocStyle
| 4 | Info |
SimplifyBooleanExpression | 0 | Info |
HideUtilityClassConstructor | 0 | Warning |
SimplifyBooleanReturn | 0 | Info |
JavadocMethod
| 17 | Info |
ModifierOrder | 1 | Info |
BooleanExpressionComplexity
| 0 | Warning |
MagicNumber
| 7 | Info |
Violation | Message | Line |
---|---|---|
Expected @param tag for '<V>'. | 87 | |
Line is longer than 120 characters. | 262 |
Violation | Message | Line |
---|---|---|
Comment matches to-do format 'TODO:'. | 48 | |
String literal expressions should be on the left side of an equals comparison. | 96 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 61 | |
First sentence should end with a period. | 65 | |
Line is longer than 120 characters. | 66 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 27 | |
Line is longer than 120 characters. | 79 |
Violation | Message | Line |
---|---|---|
Array should contain trailing comma. | 60 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
'6' is a magic number. | 39 | |
Line is longer than 120 characters. | 41 | |
'6' is a magic number. | 51 | |
Line is longer than 120 characters. | 53 | |
'6' is a magic number. | 63 | |
Line is longer than 120 characters. | 65 | |
'6' is a magic number. | 75 | |
Line is longer than 120 characters. | 77 | |
'6' is a magic number. | 87 | |
Line is longer than 120 characters. | 89 | |
'6' is a magic number. | 99 | |
Line is longer than 120 characters. | 101 | |
'6' is a magic number. | 111 | |
Line is longer than 120 characters. | 113 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 143 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 69 | |
Line is longer than 120 characters. | 73 | |
Line is longer than 120 characters. | 74 | |
Line is longer than 120 characters. | 93 | |
Line is longer than 120 characters. | 95 | |
Line is longer than 120 characters. | 96 | |
Line is longer than 120 characters. | 98 | |
Line is longer than 120 characters. | 117 | |
Line is longer than 120 characters. | 118 | |
Line is longer than 120 characters. | 120 | |
Line is longer than 120 characters. | 131 | |
Line is longer than 120 characters. | 149 | |
Missing a Javadoc comment. | 184 | |
Array should contain trailing comma. | 197 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 89 | |
Line is longer than 120 characters. | 93 | |
Line is longer than 120 characters. | 114 | |
Line is longer than 120 characters. | 118 | |
Line is longer than 120 characters. | 120 | |
Line is longer than 120 characters. | 166 | |
Line is longer than 120 characters. | 168 | |
Line is longer than 120 characters. | 189 | |
Line is longer than 120 characters. | 202 | |
Line is longer than 120 characters. | 215 | |
Line is longer than 120 characters. | 221 | |
Line is longer than 120 characters. | 241 | |
Missing a Javadoc comment. | 251 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 262 | |
Missing a Javadoc comment. | 288 | |
Missing a Javadoc comment. | 293 | |
Class GetFromSourceAndMapIdsCommand should be declared as final. | 298 | |
Line is longer than 120 characters. | 300 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 45 | |
Class ArraySet should be declared as final. | 125 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 144 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 85 |
Violation | Message | Line |
---|---|---|
Unused import - com.trendmicro.grid.acl.l0.datatypes.FileIdentifier. | 7 | |
Line is longer than 120 characters. | 54 | |
Line is longer than 120 characters. | 68 | |
Array should contain trailing comma. | 149 | |
Line is longer than 120 characters. | 149 | |
Array should contain trailing comma. | 237 | |
Line is longer than 120 characters. | 265 | |
Line is longer than 120 characters. | 268 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 25 | |
Expected @param tag for 'fetchedKeyCount'. | 25 |
Violation | Message | Line |
---|---|---|
Name 'GetFromSourceCommand' must match pattern '^Abstract.*$|^.*Factory$'. | 13 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
Name 'Translator' must match pattern '^Abstract.*$|^.*Factory$'. | 27 | |
Line is longer than 120 characters. | 67 | |
Line is longer than 120 characters. | 85 | |
Line is longer than 120 characters. | 104 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Class CacheContext should be declared as final. | 71 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 104 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 192 | |
Array should contain trailing comma. | 535 | |
Line is longer than 120 characters. | 614 |
Violation | Message | Line |
---|---|---|
Array should contain trailing comma. | 44 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 33 | |
'static' modifier out of order with the JLS suggestions. | 63 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 70 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 78 | |
Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 143 |