Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1415217

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"
51Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
1Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
MethodLength0Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap1Errors 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"
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"
2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows8Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/surefire/testng/ConfigurationAwareTestNGReporter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38

org/apache/maven/surefire/testng/TestNGDirectoryTestSuite.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.surefire.util.LazyTestsToRun.43
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.95
ErrorsRedundant throws: 'ReporterException' is unchecked exception.96
WarningsMissing a Javadoc comment.132
ErrorsRedundant throws: 'ReporterException' is unchecked exception.133
WarningsMissing a Javadoc comment.157
ErrorsRedundant throws: 'ReporterException' is unchecked exception.158
Warnings'junitOptions' hides a field.210
WarningsMissing a Javadoc comment.216
ErrorsRedundant throws: 'ReporterException' is unchecked exception.217
WarningsMissing a Javadoc comment.241
WarningsMissing a Javadoc comment.255
ErrorsRedundant throws: 'ReporterException' is unchecked exception.256
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.292

org/apache/maven/surefire/testng/TestNGExecutor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.59
ErrorsMore than 7 parameters.59
Errors'10000' is a magic number.86
Errors'9999' is a magic number.134
WarningsMissing a Javadoc comment.169

org/apache/maven/surefire/testng/TestNGProvider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
ErrorsRedundant throws: 'ReporterException' is unchecked exception.81
Errors'&&' should be on a new line.125
WarningsMissing a Javadoc comment.147

org/apache/maven/surefire/testng/TestNGReporter.java

ViolationMessageLine
ErrorsUnused import - org.testng.TestNG.34
InfosMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.194

org/apache/maven/surefire/testng/TestNGTestSet.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/apache/maven/surefire/testng/TestNGXmlTestSuite.java

ViolationMessageLine
WarningsExpected @param tag for 'suiteFiles'.66
WarningsExpected @param tag for 'testSourceDirectory'.66
WarningsExpected @param tag for 'artifactVersion'.66
WarningsExpected @param tag for 'confOptions'.67
WarningsExpected @param tag for 'reportsDirectory'.67
WarningsMissing a Javadoc comment.80
ErrorsRedundant throws: 'ReporterException' is unchecked exception.81
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.133

org/apache/maven/surefire/testng/TestNgTestSuite.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
ErrorsRedundant throws: 'ReporterException' is unchecked exception.36
WarningsMissing a Javadoc comment.38

org/apache/maven/surefire/testng/conf/AbstractDirectConfigurator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.104
ErrorsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.129

org/apache/maven/surefire/testng/conf/Configurator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29

org/apache/maven/surefire/testng/conf/TestNG4751Configurator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40

org/apache/maven/surefire/testng/conf/TestNG52Configurator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40

org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.136