Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2482836

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
11Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
28Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
8Infos 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
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap6Errors Error
ParenPad
  • option: "space"
6Errors Error
WhitespaceAfter9Errors 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"
0Warnings 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/scm/provider/bazaar/BazaarConfig.java

ViolationMessageLine
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.269

org/apache/maven/scm/provider/bazaar/BazaarUtils.java

ViolationMessageLine
Errors',' is not followed by whitespace.56
Errors',' is not followed by whitespace.56
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.196

org/apache/maven/scm/provider/bazaar/command/BazaarConstants.java

ViolationMessageLine
InfosMissing a Javadoc comment.113
InfosMissing a Javadoc comment.115
InfosMissing a Javadoc comment.117
InfosMissing a Javadoc comment.119
InfosMissing a Javadoc comment.121
InfosMissing a Javadoc comment.128
InfosMissing a Javadoc comment.130

org/apache/maven/scm/provider/bazaar/command/BazaarConsumer.java

ViolationMessageLine
Errors',' is not followed by whitespace.48
Errors',' is not followed by whitespace.48
Errors',' is not followed by whitespace.53
Errors',' is not followed by whitespace.53
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85

org/apache/maven/scm/provider/bazaar/command/add/BazaarAddConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.74

org/apache/maven/scm/provider/bazaar/command/blame/BazaarBlameCommand.java

ViolationMessageLine
InfosMissing a Javadoc comment.38

org/apache/maven/scm/provider/bazaar/command/blame/BazaarBlameConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.66

org/apache/maven/scm/provider/bazaar/command/changelog/BazaarChangeLogConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.85

org/apache/maven/scm/provider/bazaar/command/checkin/BazaarCheckInCommand.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.99

org/apache/maven/scm/provider/bazaar/command/checkout/BazaarCheckOutCommand.java

ViolationMessageLine
Errors'{' should be on a new line.76

org/apache/maven/scm/provider/bazaar/command/checkout/BazaarCheckOutConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.60

org/apache/maven/scm/provider/bazaar/command/diff/BazaarDiffConsumer.java

ViolationMessageLine
Errors',' is not followed by whitespace.71
Errors',' is not followed by whitespace.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
Errors',' is not followed by whitespace.185
WarningsMissing a Javadoc comment.190

org/apache/maven/scm/provider/bazaar/command/remove/BazaarRemoveConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.75

org/apache/maven/scm/provider/bazaar/command/status/BazaarStatusCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43

org/apache/maven/scm/provider/bazaar/command/tag/BazaarLsConsumer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
Errors'{' should be on a new line.37
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.55
Errors'{' should be on a new line.61
Errors'{' should be on a new line.62
Errors'{' should be on a new line.75

org/apache/maven/scm/provider/bazaar/command/tag/BazaarTagCommand.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
Errors'{' should be on a new line.42
WarningsMissing a Javadoc comment.43
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
Errors'{' should be on a new line.60
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
Errors'{' should be on a new line.74
Errors'{' should be on a new line.85

org/apache/maven/scm/provider/bazaar/command/update/BazaarUpdateCommand.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.106
Errors'(' is not followed by whitespace.106
Errors')' is not preceded with whitespace.106

org/apache/maven/scm/provider/bazaar/repository/BazaarScmProviderRepository.java

ViolationMessageLine
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.69
Errors'||' should be on a new line.295
Errors'||' should be on a new line.296
Errors'||' should be on a new line.297
Errors'||' should be on a new line.298
Errors'||' should be on a new line.299
Errors'||' should be on a new line.300