Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1404312

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"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
42Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName1Errors 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"
6Errors 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"
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
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/surefire/junitcore/AsynchronousRunner.java

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

org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33

org/apache/maven/surefire/junitcore/ConcurrentRunListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.196

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.81

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.75
ErrorsLine is longer than 120 characters.86
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.107
ErrorsRedundant throws: 'ReporterException' is unchecked exception.108

org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java

ViolationMessageLine
WarningsExpected @param tag for 'description'.62
WarningsExpected @throws tag for 'Exception'.63

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

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

org/apache/maven/surefire/junitcore/LogicalStream.java

ViolationMessageLine
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.79

org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37

org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.58
Errors')' is not preceded with whitespace.61
WarningsMissing a Javadoc comment.64
Errors')' is not preceded with whitespace.67

org/apache/maven/surefire/junitcore/SynchronousRunner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2

org/apache/maven/surefire/junitcore/TestMethod.java

ViolationMessageLine
Warnings'description' hides a field.67

org/apache/maven/surefire/junitcore/TestSet.java

ViolationMessageLine
ErrorsName 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164