Checkstyle Results
The following document contains the results of Checkstyle.
Summary
Files | Infos info | Warnings warning | Errors error |
---|
2 | 0 | 0 | 0 |
Rules
Rules | Violations | Severity |
---|
PackageHtml | 0 | error Error |
JavadocType- authorFormat: ".+"
- scope: "private"
- versionFormat: "\$Id.*\$"
| 0 | error Error |
JavadocMethod- allowMissingParamTags: "true"
- scope: "package"
- allowMissingReturnTag: "true"
- allowMissingThrowsTags: "true"
| 0 | error Error |
JavadocVariable | 0 | error Error |
ConstantName | 0 | error Error |
LocalFinalVariableName | 0 | error Error |
LocalVariableName | 0 | error Error |
MemberName | 0 | error Error |
MethodName | 0 | error Error |
PackageName- format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
| 0 | error Error |
ParameterName | 0 | error Error |
StaticVariableName | 0 | error Error |
TypeName | 0 | error Error |
AvoidStarImport | 0 | error Error |
IllegalImport | 0 | error Error |
RedundantImport | 0 | error Error |
UnusedImports | 0 | error Error |
FileLength | 0 | error Error |
LineLength- ignorePattern: "^ *\* *"
- max: "130"
| 0 | error Error |
MethodLength- tokens: "METHOD_DEF"
- max: "200"
| 0 | error Error |
MethodLength- tokens: "CTOR_DEF"
- max: "60"
| 0 | error Error |
ParameterNumber- tokens: "METHOD_DEF"
- max: "8"
| 0 | error Error |
ParameterNumber- tokens: "CTOR_DEF"
- max: "8"
| 0 | error Error |
NoWhitespaceAfter | 0 | error Error |
NoWhitespaceBefore | 0 | error Error |
OperatorWrap | 0 | error Error |
ParenPad | 0 | error Error |
TabCharacter | 0 | error Error |
WhitespaceAfter | 0 | error Error |
WhitespaceAround | 0 | error Error |
ModifierOrder | 0 | error Error |
RedundantModifier | 0 | error Error |
EmptyBlock- option: "text"
- tokens: "LITERAL_CATCH"
| 0 | error Error |
EmptyBlock- tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, STATIC_INIT"
| 0 | error Error |
LeftCurly | 0 | error Error |
NeedBraces | 0 | error Error |
RightCurly | 0 | error Error |
AvoidNestedBlocks | 0 | error Error |
Header- headerFile: "/u01/work/jpam/trunk/config/ClassHeader.txt"
| 0 | error Error |
AvoidInlineConditionals | 0 | error Error |
DoubleCheckedLocking | 0 | error Error |
EmptyStatement | 0 | error Error |
EqualsHashCode | 0 | error Error |
InnerAssignment | 0 | error Error |
MissingSwitchDefault | 0 | error Error |
SimplifyBooleanExpression | 0 | error Error |
SimplifyBooleanReturn | 0 | error Error |
UpperEll | 0 | error Error |
ArrayTypeStyle | 0 | error Error |
VisibilityModifier | 0 | error Error |
InterfaceIsType | 0 | error Error |
HideUtilityClassConstructor | 0 | error Error |
Files
Files | I info | W warning | E error |
---|
Details