Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3603334

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
5Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
2Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
33Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
4Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround2Errors Error
ModifierOrder0Errors Error
RedundantModifier9Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows4Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/commons/graph/Graph.java

ViolationMessageLine
WarningsExpected @param tag for 'v'.54
WarningsExpected @param tag for 'e'.61

org/apache/commons/graph/GraphException.java

ViolationMessageLine
Errors'(' is not followed by whitespace.47
Errors')' is not preceded with whitespace.47

org/apache/commons/graph/MutableDirectedGraph.java

ViolationMessageLine
ErrorsRedundant 'public' modifier.38
WarningsExpected @throws tag for 'GraphException'.39
ErrorsRedundant throws: 'GraphException' is unchecked exception.39
ErrorsRedundant 'public' modifier.48
WarningsExpected @throws tag for 'GraphException'.49
ErrorsRedundant throws: 'GraphException' is unchecked exception.49
ErrorsRedundant 'public' modifier.56
WarningsExpected @throws tag for 'GraphException'.57
ErrorsRedundant throws: 'GraphException' is unchecked exception.57
ErrorsRedundant 'public' modifier.64
WarningsExpected @throws tag for 'GraphException'.65
ErrorsRedundant throws: 'GraphException' is unchecked exception.65

org/apache/commons/graph/Path.java

ViolationMessageLine
WarningsExpected an @return tag.37
WarningsExpected an @return tag.42
WarningsExpected an @return tag.49
WarningsExpected an @return tag.55
WarningsExpected an @return tag.61

org/apache/commons/graph/model/BaseMutableGraph.java

ViolationMessageLine
ErrorsUnused import - org.apache.commons.graph.Graph.27
Errors'{' is not preceded with whitespace.53
Errors'{' should be on a new line.53
WarningsExpected @param tag for 'v'.67
Errors'{' is not preceded with whitespace.79
Errors'{' should be on a new line.79
WarningsExpected @param tag for 'v'.93
WarningsExpected @param tag for 'e'.113
WarningsExpected @param tag for 'e'.133
ErrorsRedundant 'final' modifier.140

org/apache/commons/graph/model/InMemoryPath.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.99

org/apache/commons/graph/model/package-info.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1

org/apache/commons/graph/package-info.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1

org/apache/commons/graph/shortestpath/Dijkstra.java

ViolationMessageLine
WarningsExpected an @return tag.60
ErrorsLine is longer than 120 characters.60
WarningsExpected @param tag for '<V>'.60
WarningsExpected @param tag for '<WE>'.60
WarningsExpected @param tag for 'graph'.60
WarningsExpected @param tag for 'source'.61
WarningsExpected @param tag for 'target'.62

org/apache/commons/graph/shortestpath/PathNotFoundException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.30

org/apache/commons/graph/shortestpath/ShortestDistances.java

ViolationMessageLine
Errors'(' is not followed by whitespace.41
Errors')' is not preceded with whitespace.41

org/apache/commons/graph/shortestpath/package-info.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1

org/apache/commons/graph/spanning/Boruvka.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.42

org/apache/commons/graph/spanning/Kruskal.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.42

org/apache/commons/graph/spanning/Prim.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.41

org/apache/commons/graph/spanning/package-info.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1

org/apache/commons/graph/visit/GraphVisitHandler.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <E> tag.29
ErrorsType Javadoc comment is missing an @param <V> tag.29
WarningsExpected @param tag for 'graph'.35
WarningsExpected @param tag for 'vertex'.40
WarningsExpected @param tag for 'edge'.45
WarningsExpected @param tag for 'edge'.50
WarningsExpected @param tag for 'vertex'.55
WarningsExpected @param tag for 'graph'.60

org/apache/commons/graph/visit/Visit.java

ViolationMessageLine
ErrorsRedundant 'final' modifier.45
ErrorsRedundant 'final' modifier.59
ErrorsRedundant 'final' modifier.131
ErrorsRedundant 'final' modifier.145

org/apache/commons/graph/visit/package-info.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1