Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1501616

Rules

RulesViolationsSeverity
FileLength1Errors 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"
11Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
9Warnings 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
UnusedImports0Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks1Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
7Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment1Errors 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/plugin/invoker/AbstractInvokerMojo.java

ViolationMessageLine
ErrorsFile length is 2,337 lines (max allowed is 2,000).1
ErrorsLine is longer than 120 characters.262
ErrorsLine is longer than 120 characters.372
ErrorsLine is longer than 120 characters.576
ErrorsLine is longer than 120 characters.767
ErrorsLine is longer than 120 characters.768
ErrorsMethod length is 187 lines (max allowed is 150).1038
ErrorsLine is longer than 120 characters.1259
Warnings'settingsFile' hides a field.1306
ErrorsLine is longer than 120 characters.1542
ErrorsLine is longer than 120 characters.1543
ErrorsMethod length is 153 lines (max allowed is 150).1553
Warnings'settingsFile' hides a field.1553
Warnings'goals' hides a field.1567
Warnings'profiles' hides a field.1569
WarningsMissing a Javadoc comment.2332

org/apache/maven/plugin/invoker/InstallMojo.java

ViolationMessageLine
Warnings'reactorProjects' hides a field.443
ErrorsInner assignments should be avoided.463
Warnings'extraArtifacts' hides a field.588
ErrorsLine is longer than 120 characters.635

org/apache/maven/plugin/invoker/InvokerProperties.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.171
ErrorsLine is longer than 120 characters.216

org/apache/maven/plugin/invoker/InvokerReport.java

ViolationMessageLine
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.303
WarningsMissing a Javadoc comment.308
WarningsMissing a Javadoc comment.313
WarningsMissing a Javadoc comment.318
WarningsMissing a Javadoc comment.323
WarningsMissing a Javadoc comment.328
WarningsMissing a Javadoc comment.333

org/apache/maven/plugin/invoker/InvokerSession.java

ViolationMessageLine
Warnings'buildJobs' hides a field.83

org/apache/maven/plugin/invoker/MetadataUtils.java

ViolationMessageLine
ErrorsAvoid nested blocks.84