Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
32 | 18 | 104 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
30 | Warning |
javadoc | JavadocMethod
|
74 | Warning |
JavadocVariable
|
18 | Info |
Details
org/eclipse/aether/util/ChecksumUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 106 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dataBytes'. | 107 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'algos'. | 107 |
org/eclipse/aether/util/ConfigUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 353 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'commaSeparatedNames'. | 353 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 368 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'commaSeparatedNames'. | 368 |
org/eclipse/aether/util/FileUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 55 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 84 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 111 |
org/eclipse/aether/util/StringDigestUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'alg'. | 40 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 51 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 65 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 72 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 79 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'string'. | 79 |
org/eclipse/aether/util/artifact/DelegatingArtifact.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'delegate' hides a field. | 54 |
org/eclipse/aether/util/artifact/JavaScopes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/eclipse/aether/util/artifact/SubArtifact.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'path' hides a field. | 209 |
Warning | coding | HiddenField | 'properties' hides a field. | 222 |
org/eclipse/aether/util/concurrency/ExecutorUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 44 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'poolSize'. | 44 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'namePrefix'. | 44 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'size'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'namePrefix'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'executor'. | 73 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 86 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'defaultValue'. | 86 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'keys'. | 86 |
org/eclipse/aether/util/concurrency/RunnableErrorForwarder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'error' hides a field. | 86 |
org/eclipse/aether/util/graph/manager/AbstractDependencyManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Warning | coding | HiddenField | 'managedVersions' hides a field. | 130 |
Warning | coding | HiddenField | 'managedScopes' hides a field. | 131 |
Warning | coding | HiddenField | 'managedOptionals' hides a field. | 132 |
Warning | coding | HiddenField | 'managedLocalPaths' hides a field. | 133 |
Warning | coding | HiddenField | 'managedExclusions' hides a field. | 134 |
Warning | coding | HiddenField | 'managedVersions' hides a field. | 143 |
Warning | coding | HiddenField | 'managedScopes' hides a field. | 144 |
Warning | coding | HiddenField | 'managedOptionals' hides a field. | 145 |
Warning | coding | HiddenField | 'managedLocalPaths' hides a field. | 146 |
Warning | coding | HiddenField | 'managedExclusions' hides a field. | 147 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 286 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 293 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 300 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'holder'. | 300 |
org/eclipse/aether/util/graph/manager/ClassicDependencyManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'scopeManager'. | 61 |
org/eclipse/aether/util/graph/selector/ExclusionDependencySelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'exclusions' hides a field. | 103 |
org/eclipse/aether/util/graph/transformer/ConfigurableVersionSelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'candidate'. | 61 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'winner'. | 61 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 70 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'winner'. | 71 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'candidates'. | 71 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 71 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 163 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'message'. | 163 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 163 |
org/eclipse/aether/util/graph/transformer/ConflictMarker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'node'. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 52 |
org/eclipse/aether/util/graph/version/HighestVersionFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'count'. | 43 |
org/eclipse/aether/util/graph/version/LowestVersionFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'count'. | 45 |
org/eclipse/aether/util/graph/version/PredicateVersionFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifactPredicate'. | 43 |
org/eclipse/aether/util/graph/visitor/DependencyGraphDumper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 57 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 75 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 91 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 106 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 121 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 137 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 155 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 167 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 194 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'properties'. | 194 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 231 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'extras'. | 232 |
Warning | coding | HiddenField | 'nodes' hides a field. | 281 |
Warning | coding | HiddenField | 'nodes' hides a field. | 285 |
Warning | coding | HiddenField | 'nodes' hides a field. | 306 |
org/eclipse/aether/util/graph/visitor/LevelOrderDependencyNodeConsumerVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'nodeConsumer'. | 48 |
org/eclipse/aether/util/graph/visitor/PostorderDependencyNodeConsumerVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'nodeConsumer'. | 44 |
org/eclipse/aether/util/graph/visitor/PreorderDependencyNodeConsumerVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'nodeConsumer'. | 42 |
org/eclipse/aether/util/listener/ChainedRepositoryListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'listeners' hides a field. | 83 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'event'. | 117 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'listener'. | 117 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'error'. | 117 |
org/eclipse/aether/util/listener/ChainedTransferListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'listeners' hides a field. | 84 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'event'. | 118 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'listener'. | 118 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'error'. | 118 |
org/eclipse/aether/util/repository/ChainedLocalRepositoryManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
org/eclipse/aether/util/repository/ComponentAuthentication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'key' hides a field. | 47 |
org/eclipse/aether/util/repository/DefaultProxySelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'patterns' hides a field. | 94 |
org/eclipse/aether/util/repository/SecretAuthentication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'key' hides a field. | 79 |
Warning | coding | HiddenField | 'key' hides a field. | 95 |
org/eclipse/aether/util/repository/StringAuthentication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'key' hides a field. | 47 |
org/eclipse/aether/util/version/GenericVersionConstraint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'version' hides a field. | 71 |
org/eclipse/aether/util/version/GenericVersionRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'lowerBound' hides a field. | 53 |
Warning | coding | HiddenField | 'upperBound' hides a field. | 53 |
org/eclipse/aether/util/version/GenericVersionScheme.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 62 |
org/eclipse/aether/util/version/UnionVersionRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 47 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 59 |
Warning | coding | HiddenField | 'lowerBound' hides a field. | 73 |
Warning | coding | HiddenField | 'upperBound' hides a field. | 73 |