Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
17 24 89 27

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
2 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
88 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
24 Infos Info
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 1 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 2 Errors Error
ParenPad
  • option: "space"
7 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 1 Errors Error
ModifierOrder 2 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
1 Errors Error
NeedBraces 2 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors 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"
1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 1 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Errors interfaces should describe a type and hence have methods. 28
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 49

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

Violation Message Line
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 100

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

Violation Message Line
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 51

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

Violation Message Line
Warnings Missing a Javadoc comment. 48
Errors 'if' construct must use '{}'s. 51
Errors '(' is not followed by whitespace. 51
Errors ')' is not preceded with whitespace. 51
Errors 'if' construct must use '{}'s. 52
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors '(' is not followed by whitespace. 57
Errors ')' is not preceded with whitespace. 57
Errors '{' is not preceded with whitespace. 57
Errors '{' should be on a new line. 57
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 125
Errors Line is longer than 120 characters. 139
Warnings Missing a Javadoc comment. 143
Warnings Missing a Javadoc comment. 170
Warnings Missing a Javadoc comment. 175
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 214

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

Violation Message Line
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 58
Errors Line is longer than 120 characters. 60
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 80
Errors ')' is not preceded with whitespace. 83
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110

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

Violation Message Line
Errors 'static' modifier out of order with the JLS suggestions. 137
Errors Empty catch block. 176
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 212

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

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 62
Warnings Missing 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

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 28

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

Violation Message Line
Errors '{' should be on a new line. 177

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

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 90
Errors Inner assignments should be avoided. 95
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 172

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

Violation Message Line
Warnings Missing a Javadoc comment. 65
Errors More than 7 parameters. 65
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 141

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

Violation Message Line
Errors Name 'invokeParamaters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 95
Errors Redundant throws: 'ReporterException' is unchecked exception. 148

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

Violation Message Line
Errors 'static' modifier out of order with the JLS suggestions. 39
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 141
Warnings 'classpathConfiguration' hides a field. 143

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

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

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

Violation Message Line
Warnings Missing a Javadoc comment. 32

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

Violation Message Line
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 103

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

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 121
Errors '31' is a magic number. 124