The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 5 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 2 | Error |
RightCurly
| 0 | Error |
LineLength
| 4 | Error |
MemberName | 0 | Error |
JavadocMethod
| 33 | Warning |
JavadocType
| 3 | Error |
JavadocVariable
| 0 | 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 | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 4 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 2 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 9 | 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 | 4 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'v'. | 54 | |
Expected @param tag for 'e'. | 61 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 38 | |
Expected @throws tag for 'GraphException'. | 39 | |
Redundant throws: 'GraphException' is unchecked exception. | 39 | |
Redundant 'public' modifier. | 48 | |
Expected @throws tag for 'GraphException'. | 49 | |
Redundant throws: 'GraphException' is unchecked exception. | 49 | |
Redundant 'public' modifier. | 56 | |
Expected @throws tag for 'GraphException'. | 57 | |
Redundant throws: 'GraphException' is unchecked exception. | 57 | |
Redundant 'public' modifier. | 64 | |
Expected @throws tag for 'GraphException'. | 65 | |
Redundant throws: 'GraphException' is unchecked exception. | 65 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 37 | |
Expected an @return tag. | 42 | |
Expected an @return tag. | 49 | |
Expected an @return tag. | 55 | |
Expected an @return tag. | 61 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.commons.graph.Graph. | 27 | |
'{' is not preceded with whitespace. | 53 | |
'{' should be on a new line. | 53 | |
Expected @param tag for 'v'. | 67 | |
'{' is not preceded with whitespace. | 79 | |
'{' should be on a new line. | 79 | |
Expected @param tag for 'v'. | 93 | |
Expected @param tag for 'e'. | 113 | |
Expected @param tag for 'e'. | 133 | |
Redundant 'final' modifier. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 99 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 60 | |
Line is longer than 120 characters. | 60 | |
Expected @param tag for '<V>'. | 60 | |
Expected @param tag for '<WE>'. | 60 | |
Expected @param tag for 'graph'. | 60 | |
Expected @param tag for 'source'. | 61 | |
Expected @param tag for 'target'. | 62 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 42 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 42 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 29 | |
Type Javadoc comment is missing an @param <V> tag. | 29 | |
Expected @param tag for 'graph'. | 35 | |
Expected @param tag for 'vertex'. | 40 | |
Expected @param tag for 'edge'. | 45 | |
Expected @param tag for 'edge'. | 50 | |
Expected @param tag for 'vertex'. | 55 | |
Expected @param tag for 'graph'. | 60 |
Violation | Message | Line |
---|---|---|
Redundant 'final' modifier. | 45 | |
Redundant 'final' modifier. | 59 | |
Redundant 'final' modifier. | 131 | |
Redundant 'final' modifier. | 145 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |