Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
16228616

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
84Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
22Infos 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
ParameterNumber2Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap2Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder2Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
1Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment1Errors 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"
1Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType1Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/surefire/booter/BooterConstants.java

ViolationMessageLine
Errorsinterfaces should describe a type and hence have methods.28
InfosMissing a Javadoc comment.30
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.32
InfosMissing a Javadoc comment.33
InfosMissing a Javadoc comment.34
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.36
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.40
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.42
InfosMissing a Javadoc comment.43
InfosMissing a Javadoc comment.44
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.46
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.48
InfosMissing a Javadoc comment.49

org/apache/maven/surefire/booter/BooterDeserializer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.100

org/apache/maven/surefire/booter/ClassLoaderConfiguration.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/apache/maven/surefire/booter/Classpath.java

ViolationMessageLine
ErrorsName 'jdkReflector' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.167

org/apache/maven/surefire/booter/ClasspathConfiguration.java

ViolationMessageLine
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.87
Warnings'childDelegation' hides a field.87
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.116
ErrorsLine is longer than 120 characters.126

org/apache/maven/surefire/booter/ForkedBooter.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.130
ErrorsEmpty catch block.177

org/apache/maven/surefire/booter/IsolatedClassLoader.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.103
Errors'+' should be on a new line.105
Errors'+' should be on a new line.106

org/apache/maven/surefire/booter/KeyValueSource.java

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

org/apache/maven/surefire/booter/PropertiesWrapper.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.89
ErrorsInner assignments should be avoided.94
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.188

org/apache/maven/surefire/booter/ProviderConfiguration.java

ViolationMessageLine
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.69
ErrorsMore than 7 parameters.69
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.145

org/apache/maven/surefire/booter/ProviderFactory.java

ViolationMessageLine
ErrorsName 'invokeParamaters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.68
ErrorsMore than 7 parameters.68
WarningsMissing a Javadoc comment.98
ErrorsRedundant throws: 'ReporterException' is unchecked exception.150

org/apache/maven/surefire/booter/StartupConfiguration.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.39
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
Warnings'classpathConfiguration' hides a field.94

org/apache/maven/surefire/booter/SurefireBooterForkException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/maven/surefire/booter/SurefireExecutionException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32

org/apache/maven/surefire/booter/SystemPropertyManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.103

org/apache/maven/surefire/booter/TypeEncodedValue.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.120
Errors'31' is a magic number.123