$headContent

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
22 10 42 12

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod 39 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 10 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
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 1 Errors Error
ParenPad
  • option: "space"
2 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 3 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"
3 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, 128, 256, 512, 1024"
0 Errors Error
MissingSwitchDefault 1 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
2 Errors Error
UpperEll 0 Errors Error

Details

org/codehaus/mojo/rpm/AbstractRPMMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 806
Warnings 'helper' hides a field. 884
Warnings Expected @param tag for 'helper'. 884
Warnings Expected @throws tag for 'MojoExecutionException'. 1031
Warnings Expected an @return tag. 1048
Errors Redundant 'final' modifier. 1048
Warnings 'name' hides a field. 1048
Warnings Expected @param tag for 'name'. 1048
Warnings Expected @param tag for 'scriptlet'. 1048
Warnings Expected @param tag for 'script'. 1048
Warnings Expected @param tag for 'file'. 1049
Warnings Expected @throws tag for 'MojoExecutionException'. 1071
Warnings Expected an @return tag. 1450

org/codehaus/mojo/rpm/BaseTrigger.java

Violation Message Line
Warnings Expected @throws tag for 'IOException'. 97

org/codehaus/mojo/rpm/Dependency.java

Violation Message Line
Warnings Expected @param tag for 'stripVersion'. 120

org/codehaus/mojo/rpm/FileHelper.java

Violation Message Line
Infos Missing a Javadoc comment. 71
Warnings Expected @param tag for 'mojo'. 77
Warnings Expected @param tag for 'copier'. 77
Warnings Expected @throws tag for 'MojoFailureException'. 91
Warnings Expected @throws tag for 'MojoExecutionException'. 374
Warnings Expected @throws tag for 'MojoFailureException'. 374
Errors '(' is not followed by whitespace. 489
Errors ')' is not preceded with whitespace. 489
Warnings Expected @throws tag for 'MojoExecutionException'. 489

org/codehaus/mojo/rpm/FilteringDirectoryArchiver.java

Violation Message Line
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47

org/codehaus/mojo/rpm/LogStreamConsumer.java

Violation Message Line
Errors switch without "default" clause. 90

org/codehaus/mojo/rpm/Mapping.java

Violation Message Line
Warnings 'copiedFileNamesRelativeToDestination' hides a field. 494
Warnings Expected @param tag for 'linkedFileNameRelativeToDestination'. 543

org/codehaus/mojo/rpm/RPMHelper.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Warnings Expected @param tag for 'mojo'. 46
Warnings Expected an @return tag. 55
Warnings Expected @throws tag for 'MojoExecutionException'. 56
Warnings Expected @throws tag for 'MojoExecutionException'. 183

org/codehaus/mojo/rpm/RPMSigner.java

Violation Message Line
Warnings Expected @throws tag for 'IOException'. 81
Warnings Expected @throws tag for 'IOException'. 129

org/codehaus/mojo/rpm/Scriptlet.java

Violation Message Line
Warnings Expected @throws tag for 'IOException'. 170
Warnings Expected @throws tag for 'IOException'. 212

org/codehaus/mojo/rpm/Source.java

Violation Message Line
Errors Unused import - java.io.File. 22
Errors Line is longer than 120 characters. 230

org/codehaus/mojo/rpm/SpecWriter.java

Violation Message Line
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Warnings Unused @param tag for 'mojo'. 64
Warnings Unused @param tag for 'spec'. 65
Warnings Expected @throws tag for 'MojoExecutionException'. 70
Warnings Expected @throws tag for 'IOException'. 70
Errors Line is longer than 120 characters. 170
Errors ':' should be on a new line. 187
Errors Redundant 'final' modifier. 438
Warnings Expected @throws tag for 'IOException'. 519
Errors Redundant 'final' modifier. 550
Warnings Expected @param tag for 'directive'. 550
Warnings Expected @param tag for 'value'. 550

org/codehaus/mojo/rpm/VersionHelper.java

Violation Message Line
Infos Missing a Javadoc comment. 52
Errors Variable 'version' must be private and have accessor methods. 52
Infos Missing a Javadoc comment. 54
Errors Variable 'release' must be private and have accessor methods. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 74
Warnings Expected @param tag for 'mojo'. 79

org/codehaus/mojo/rpm/VersionMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 105