The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
13 | 0 | 5 | 41 |
Rules | Violations | Severity |
---|---|---|
AbstractClassName | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
AvoidStarImport
| 0 | ![]() |
ConstantName | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DeclarationOrder | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyBlock | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
FinalClass | 1 | ![]() |
FinalLocalVariable | 1 | ![]() |
FinalParameters | 1 | ![]() |
GenericIllegalRegexp
| 4 | ![]() |
HiddenField
| 24 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
IllegalCatch | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
IllegalThrows | 0 | ![]() |
ImportOrder
| 7 | ![]() |
Indentation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
LeftCurly
| 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingCtor | 2 | ![]() |
ModifiedControlVariable | 0 | ![]() |
ModifierOrder | 0 | ![]() |
MultipleStringLiterals | 2 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
MutableException | 0 | ![]() |
NeedBraces | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
RedundantModifier | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
TodoComment
| 0 | ![]() |
TrailingComment | 0 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
UnusedImports | 2 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.io.*' import. | 23 |
![]() | 'root' hides a field. | 66 |
![]() | 'minDepth' hides a field. | 126 |
![]() | 'maxDepth' hides a field. | 136 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.io.*' import. | 23 |
![]() | Line matches the illegal pattern '\s$|\t$'. | 125 |
![]() | Variable 'files' should be declared final. | 194 |
![]() | Line matches the illegal pattern '\s$|\t$'. | 211 |
![]() | '4096' is a magic number. | 344 |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'org.apache.commons.exec.Execute' import. | 24 |
![]() | Wrong order for 'java.io.*' import. | 26 |
![]() | 'workingDir' hides a field. | 52 |
![]() | 'silent' hides a field. | 98 |
![]() | 'commandLine' hides a field. | 105 |
![]() | The String " " appears 2 times in the file. | 109 |
![]() | 'commandLine' hides a field. | 113 |
![]() | 'commandLine' hides a field. | 126 |
![]() | Parameter delimiters should be final. | 167 |
![]() | Catching 'Exception' is not allowed. | 216 |
![]() | 'commandLine' hides a field. | 256 |
![]() | 'commandLine' hides a field. | 262 |
![]() | 'commandLine' hides a field. | 268 |
![]() | 'commandLine' hides a field. | 274 |
![]() | 'commandLine' hides a field. | 280 |
![]() | 'commandLine' hides a field. | 286 |
![]() | 'commandLine' hides a field. | 292 |
![]() | 'commandLine' hides a field. | 298 |
![]() | 'commandLine' hides a field. | 304 |
![]() | 'commandLine' hides a field. | 310 |
![]() | 'commandLine' hides a field. | 316 |
![]() | 'commandLine' hides a field. | 322 |
![]() | 'commandLine' hides a field. | 328 |
![]() | 'commandLine' hides a field. | 334 |
![]() | 'commandLine' hides a field. | 340 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - junction.AbstractLogEnabled. | 21 |
![]() | Wrong order for 'java.io.*' import. | 23 |
![]() | Line matches the illegal pattern '\s$|\t$'. | 59 |