The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/apache/creadur/whisker/scan/Directory.java | 0 | 0 | 18 |
org/apache/creadur/whisker/scan/FromFileSystem.java | 0 | 0 | 22 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 0 | Error |
JavadocMethod | 0 | Error |
JavadocType | 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 3 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 7 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 15 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 10 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
'name' hides a field. | 46 | |
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'setContents' is not designed for extension - needs to be abstract, final or empty. | 63 | |
'contents' hides a field. | 63 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Avoid inline conditionals. | 75 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 85 | |
'if' construct must use '{}'s. | 87 | |
'if' construct must use '{}'s. | 89 | |
'if' construct must use '{}'s. | 91 | |
'if' construct must use '{}'s. | 95 | |
'if' construct must use '{}'s. | 97 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'addResource' is not designed for extension - needs to be abstract, final or empty. | 116 | |
'name' hides a field. | 116 | |
Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 126 |
Violation | Message | Line |
---|---|---|
Method 'withBase' is not designed for extension - needs to be abstract, final or empty. | 48 | |
'static' modifier out of order with the JLS suggestions. | 56 | |
'base' hides a field. | 73 | |
'base' hides a field. | 82 | |
'file' hides a field. | 177 | |
'name' hides a field. | 186 | |
'file' hides a field. | 186 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 206 | |
'name' hides a field. | 217 | |
'name' hides a field. | 231 | |
'name' hides a field. | 241 | |
'name' hides a field. | 251 | |
'file' hides a field. | 252 | |
'name' hides a field. | 267 | |
Parameter name should be final. | 290 | |
'name' hides a field. | 290 | |
Avoid inline conditionals. | 304 | |
Avoid inline conditionals. | 306 | |
'if' construct must use '{}'s. | 329 | |
'if' construct must use '{}'s. | 331 |