Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
501927

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
18Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport1Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
12Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors 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"
1Warnings 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
RedundantThrows6Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/archiva/configuration/StubConfiguration.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
Errors'(' is not followed by whitespace.26
Errors')' is not preceded with whitespace.26
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
Warnings'configuration' hides a field.37
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63

org/apache/archiva/stagerepository/merge/Maven2RepositoryMerger.java

ViolationMessageLine
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.60
WarningsMissing a Javadoc comment.79
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
Errors'(' is not followed by whitespace.82
Errors')' is not preceded with whitespace.82
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
ErrorsUnable to get class information for RepositoryMergerException.94
WarningsMissing a Javadoc comment.121
ErrorsUnable to get class information for RepositoryMergerException.123
ErrorsLine is longer than 120 characters.202
Errors'{' is not followed by whitespace.235
WarningsMissing a Javadoc comment.371
ErrorsUnable to get class information for RepositoryMergerException.373

org/apache/archiva/stagerepository/merge/Maven2RepositoryMergerTest.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.mockito.Mockito.*.41
ErrorsMissing a Javadoc comment.43
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
WarningsMissing a Javadoc comment.83
ErrorsLine is longer than 120 characters.89
WarningsMissing a Javadoc comment.125
ErrorsLine is longer than 120 characters.164

org/apache/archiva/stagerepository/merge/RepositoryMerger.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.30
ErrorsUnable to get class information for RepositoryMergerException.31
WarningsMissing a Javadoc comment.33
ErrorsUnable to get class information for RepositoryMergerException.35
WarningsMissing a Javadoc comment.37
ErrorsUnable to get class information for RepositoryMergerException.39

org/apache/archiva/stagerepository/merge/RepositoryMergerException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.28