Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
67354

Rules

RulesViolationsSeverity
FileLength0Errors 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"
0Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
35Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2Errors Error
JavadocVariable
  • scope: "protected"
7Infos Info
ConstantName2Errors 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
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors 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/surefire/common/junit4/JUnit4Reflector.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
ErrorsName 'params' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.30
ErrorsName 'ignoreParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.46

org/apache/maven/surefire/common/junit4/JUnit4RunListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.35
InfosMissing a Javadoc comment.45
WarningsExpected @param tag for 'description'.72
WarningsExpected @throws tag for 'Exception'.73
WarningsExpected @param tag for 'description'.86
WarningsExpected @throws tag for 'Exception'.87
WarningsExpected @param tag for 'failure'.99
WarningsExpected @throws tag for 'Exception'.100
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.126
WarningsExpected @param tag for 'description'.139
WarningsExpected @throws tag for 'Exception'.140
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.190

org/apache/maven/surefire/common/junit4/JUnit4RunListenerFactory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33

org/apache/maven/surefire/common/junit4/JUnit4StackTraceWriter.java

ViolationMessageLine
InfosMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsExpected an @return tag.86
WarningsExpected an @return tag.104

org/apache/maven/surefire/common/junit4/JUnit4TestChecker.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.49

org/apache/maven/surefire/junit4/MockReporter.java

ViolationMessageLine
InfosMissing a Javadoc comment.36
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.40
InfosMissing a Javadoc comment.42
InfosMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106