Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
90446

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
36Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors 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
UnusedImports2Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
8Warnings 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
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/tools/plugin/DefaultPluginToolsRequest.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.plugin.descriptor.MojoDescriptor.24
WarningsMissing a Javadoc comment.61
Warnings'pluginDescriptor' hides a field.78
Warnings'project' hides a field.95
Warnings'encoding' hides a field.112
Warnings'skipErrorNoDescriptorsFound' hides a field.137
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.152
Warnings'dependencies' hides a field.152
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.163
Warnings'remoteRepos' hides a field.163
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.174
Warnings'local' hides a field.174

org/apache/maven/tools/plugin/ExtendedMojoDescriptor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
Warnings'requiresDependencyCollection' hides a field.49

org/apache/maven/tools/plugin/PluginToolsRequest.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.plugin.descriptor.MojoDescriptor.24
WarningsExpected an @return tag.44
WarningsExpected an @return tag.49
WarningsExpected @param tag for 'project'.49
WarningsExpected an @return tag.55
WarningsExpected an @return tag.60
WarningsExpected @param tag for 'pluginDescriptor'.60
WarningsExpected an @return tag.85
WarningsExpected @param tag for 'skipErrorNoDescriptorsFound'.85
WarningsExpected an @return tag.91
WarningsExpected an @return tag.99
WarningsExpected an @return tag.106
WarningsExpected @param tag for 'dependencies'.106
WarningsExpected an @return tag.113
WarningsExpected an @return tag.121
WarningsExpected @param tag for 'remoteRepos'.121
WarningsExpected an @return tag.128
WarningsExpected an @return tag.136
WarningsExpected @param tag for 'local'.136

org/apache/maven/tools/plugin/extractor/AbstractScriptedMojoDescriptorExtractor.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.95
WarningsExpected @param tag for 'request'.95
ErrorsLine is longer than 120 characters.146
WarningsExpected @param tag for 'request'.146
ErrorsLine is longer than 120 characters.200
WarningsExpected @param tag for 'request'.212
ErrorsLine is longer than 120 characters.226
WarningsExpected @param tag for 'request'.235

org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.java

ViolationMessageLine
WarningsExpected @param tag for 'project'.50
WarningsExpected @param tag for 'pluginDescriptor'.50

org/apache/maven/tools/plugin/scanner/DefaultMojoScanner.java

ViolationMessageLine
WarningsMissing a Javadoc comment.149