The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 22 | Error |
MemberName | 0 | Error |
JavadocMethod
| 77 | Warning |
JavadocType
| 0 | Error |
JavadocVariable
| 4 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 3 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 2 | Error |
ParenPad
| 7 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 3 | Error |
ModifierOrder | 5 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 0 | Warning |
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 |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 128 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 28 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
'static' modifier out of order with the JLS suggestions. | 46 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
'(' is not followed by whitespace. | 82 | |
')' is not preceded with whitespace. | 82 | |
')' is not preceded with whitespace. | 87 | |
Missing a Javadoc comment. | 148 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 50 | |
'if' is not followed by whitespace. | 77 | |
Line is longer than 120 characters. | 85 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 118 | |
Expected an @return tag. | 133 | |
Expected @param tag for 'logger'. | 133 | |
Expected @param tag for 'repository'. | 133 | |
Expected @param tag for 'fileSet'. | 133 | |
Expected @throws tag for 'ScmException'. | 134 |
Violation | Message | Line |
---|---|---|
'static' modifier out of order with the JLS suggestions. | 35 | |
Expected @param tag for 'logger'. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 72 | |
More than 7 parameters. | 72 | |
Line is longer than 120 characters. | 78 | |
Missing a Javadoc comment. | 94 | |
More than 7 parameters. | 94 | |
Expected an @return tag. | 130 | |
Expected @param tag for 'repository'. | 130 | |
Expected @param tag for 'workingDirectory'. | 130 | |
Expected @param tag for 'branch'. | 131 | |
Expected @param tag for 'startDate'. | 131 | |
Expected @param tag for 'endDate'. | 131 | |
Expected @param tag for 'startVersion'. | 132 | |
Expected @param tag for 'endVersion'. | 132 | |
Line is longer than 120 characters. | 134 | |
More than 7 parameters. | 137 | |
Line is longer than 120 characters. | 160 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 207 | |
Expected @param tag for 'userDateFormat'. | 207 | |
Line is longer than 120 characters. | 227 | |
Missing a Javadoc comment. | 232 | |
Line is longer than 120 characters. | 351 | |
Line is longer than 120 characters. | 375 |
Violation | Message | Line |
---|---|---|
'+' should be on a new line. | 111 | |
'if' is not followed by whitespace. | 130 | |
Line is longer than 120 characters. | 137 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 206 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 149 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 68 | |
Expected an @return tag. | 82 | |
Expected @param tag for 'workingDirectory'. | 82 | |
Expected @param tag for 'startVersion'. | 82 | |
Expected @param tag for 'endVersion'. | 82 | |
Expected an @return tag. | 111 | |
Expected @param tag for 'workingDirectory'. | 111 | |
Expected @param tag for 'sha1'. | 111 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 120 characters. | 73 | |
Line is longer than 120 characters. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Expected @param tag for 'line'. | 54 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'logger'. | 45 | |
Expected @param tag for 'workingDirectory'. | 45 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 59 | |
Line is longer than 120 characters. | 73 | |
Missing a Javadoc comment. | 102 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 58 | |
Line is longer than 120 characters. | 68 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 | |
Line is longer than 120 characters. | 95 | |
Missing a Javadoc comment. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Line is longer than 120 characters. | 60 | |
'if' is not followed by whitespace. | 102 | |
Line is longer than 120 characters. | 110 | |
Line is longer than 120 characters. | 115 | |
Missing a Javadoc comment. | 146 | |
Line is longer than 120 characters. | 160 | |
Missing a Javadoc comment. | 160 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Line is longer than 120 characters. | 58 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 125 | |
Line is longer than 120 characters. | 125 | |
Expected @param tag for 'repository'. | 125 | |
Expected @param tag for 'workingDirectory'. | 125 | |
Expected @param tag for 'scmVersion'. | 125 | |
Line is longer than 120 characters. | 148 | |
'(' is not followed by whitespace. | 148 | |
Expected @param tag for 'repository'. | 148 | |
Expected @param tag for 'workingDirectory'. | 148 | |
')' is not preceded with whitespace. | 149 | |
'&&' should be on a new line. | 159 |