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
| 5 | Error |
MemberName | 0 | Error |
JavadocMethod
| 67 | Warning |
JavadocType
| 1 | Error |
JavadocVariable
| 1 | 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 | 3 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 1 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 7 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 12 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Expected @throws tag for 'DependencyGraphBuilderException'. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Expected an @return tag. | 74 | |
Expected an @return tag. | 82 | |
')' is not preceded with whitespace. | 87 | |
Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Unused import - org.eclipse.aether.DefaultRepositorySystemSession. | 43 | |
Unused import - org.eclipse.aether.util.graph.manager.DependencyManagerUtils. | 46 | |
Missing a Javadoc comment. | 66 | |
Line is longer than 120 characters. | 78 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 63 | |
Line is longer than 120 characters. | 116 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
'factory' hides a field. | 79 | |
'metadataSource' hides a field. | 79 | |
'collector' hides a field. | 80 | |
'factory' hides a field. | 95 | |
'metadataSource' hides a field. | 95 | |
'collector' hides a field. | 96 | |
Missing a Javadoc comment. | 136 | |
Line is longer than 120 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 151 |
Violation | Message | Line |
---|---|---|
Unused @throws tag for 'IllegalArgumentException'. | 206 | |
Unused @throws tag for 'IllegalArgumentException'. | 223 | |
Unused @throws tag for 'IllegalArgumentException'. | 246 | |
Missing a Javadoc comment. | 402 | |
Missing a Javadoc comment. | 536 | |
Missing a Javadoc comment. | 553 | |
Unused @throws tag for 'IllegalStateException'. | 570 | |
Unused @throws tag for 'IllegalArgumentException'. | 572 | |
'relatedArtifact' hides a field. | 579 | |
Unused @throws tag for 'IllegalStateException'. | 624 | |
switch without "default" clause. | 722 | |
'31' is a magic number. | 778 | |
'31' is a magic number. | 780 | |
'31' is a magic number. | 783 | |
'31' is a magic number. | 785 | |
'31' is a magic number. | 786 | |
'31' is a magic number. | 787 | |
'31' is a magic number. | 788 | |
'31' is a magic number. | 789 | |
'31' is a magic number. | 790 | |
'31' is a magic number. | 791 | |
'31' is a magic number. | 792 | |
'31' is a magic number. | 793 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'rootNode'. | 52 | |
Expected @param tag for 'nodes'. | 52 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 82 | |
Expected an @return tag. | 90 | |
Expected an @return tag. | 98 | |
Expected an @return tag. | 106 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 66 | |
Expected an @return tag. | 100 | |
Expected @param tag for 'project'. | 100 | |
Expected @throws tag for 'DependencyTreeBuilderException'. | 101 | |
Expected an @return tag. | 106 | |
Expected @param tag for 'project'. | 106 | |
Expected @param tag for 'repository'. | 106 | |
Expected @param tag for 'filter'. | 106 | |
Expected @throws tag for 'DependencyTreeBuilderException'. | 107 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.shared.dependency.tree.traversal.CollectingDependencyNodeVisitor. | 33 | |
Line is longer than 120 characters. | 317 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Unused @throws tag for 'IllegalArgumentException'. | 57 |