The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 5 | |
FileTabCharacter
| 0 | |
LeftCurly
| 2 | |
RightCurly
| 0 | |
LineLength
| 4 | |
| MemberName | 0 | |
JavadocMethod
| 33 | |
JavadocType
| 3 | |
JavadocVariable
| 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 4 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 9 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 4 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| 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 |