The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
8 | 0 | 0 | 72 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 2 | Error |
MemberName | 0 | Error |
JavadocMethod | 14 | Error |
JavadocType | 0 | Error |
JavadocVariable | 1 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
| 8 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 3 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 25 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 16 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
NeedBraces | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 48 | |
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 62 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
'>' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
'<' is not preceded with whitespace. | 51 | |
'<' is not followed by whitespace. | 51 | |
'>' is not preceded with whitespace. | 51 | |
';' is followed by whitespace. | 51 | |
Must have at least one statement. | 59 | |
Missing a Javadoc comment. | 65 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
';' is followed by whitespace. | 67 | |
Must have at least one statement. | 75 | |
Missing a Javadoc comment. | 81 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
';' is followed by whitespace. | 83 | |
Must have at least one statement. | 91 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 102 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Redundant 'public' modifier. | 39 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
Line is longer than 120 characters. | 44 | |
Redundant 'public' modifier. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Redundant 'public' modifier. | 62 | |
Line is longer than 120 characters. | 74 | |
Redundant 'public' modifier. | 77 | |
Redundant 'public' modifier. | 94 | |
Redundant 'public' modifier. | 102 | |
Expected @param tag for 'path'. | 102 | |
Expected @param tag for 'executeOnEntireRepo'. | 102 | |
Expected @throws tag for 'Exception'. | 102 | |
Redundant 'public' modifier. | 114 | |
Redundant 'public' modifier. | 121 | |
Expected @param tag for 'executeOnEntireRepo'. | 121 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 |