Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
15 0 19 5

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
19 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/coreit/AbstractRepoMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 84

org/apache/maven/plugin/coreit/AttachMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 88

org/apache/maven/plugin/coreit/AttachPomMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 68

org/apache/maven/plugin/coreit/CollectMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 101

org/apache/maven/plugin/coreit/CustomRepositoryLayout.java

Violation Message Line
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61

org/apache/maven/plugin/coreit/DeployFileMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoFailureException'. 132

org/apache/maven/plugin/coreit/InstallArtifactsMojo.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Errors Unused import - java.util.Map. 36
Warnings Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 159

org/apache/maven/plugin/coreit/LatestMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 53

org/apache/maven/plugin/coreit/ReleaseMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 54
Warnings Expected @throws tag for 'MojoFailureException'. 54

org/apache/maven/plugin/coreit/ResolveMojo.java

Violation Message Line
Warnings Unable to get class information for @throws tag 'MojoFailureException'. 97
Warnings Unused @throws tag for 'MojoFailureException'. 97
Warnings Expected @throws tag for 'MojoExecutionException'. 100

org/apache/maven/plugin/coreit/ResolveTransitiveMojo.java

Violation Message Line
Errors Line is longer than 120 characters. 131
Errors Line is longer than 120 characters. 190

org/apache/maven/plugin/coreit/SetMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 68