Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1403336

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"
1Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
33Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors 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
OperatorWrap0Errors Error
ParenPad
  • option: "space"
16Errors 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"
1Errors 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
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [noinspection] is not a valid Javadoc tag name0

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

ViolationMessageLine
ErrorsRedundant throws: 'ReporterException' is unchecked exception.71
ErrorsRedundant throws: 'ReporterException' is unchecked exception.77

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

ViolationMessageLine
WarningsMissing a Javadoc comment.72
ErrorsMore than 7 parameters.72
WarningsMissing a Javadoc comment.87
ErrorsRedundant throws: 'ReporterException' is unchecked exception.88
WarningsMissing a Javadoc comment.115
ErrorsRedundant throws: 'ReporterException' is unchecked exception.116
WarningsMissing a Javadoc comment.183
ErrorsRedundant throws: 'ReporterException' is unchecked exception.184
WarningsMissing a Javadoc comment.208
WarningsMissing a Javadoc comment.222
ErrorsRedundant throws: 'ReporterException' is unchecked exception.223
WarningsMissing a Javadoc comment.230
WarningsMissing a Javadoc comment.259

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

ViolationMessageLine
WarningsMissing a Javadoc comment.57
ErrorsMore than 7 parameters.57
ErrorsLine is longer than 120 characters.58
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
Errors'10000' is a magic number.79
Errors'(' is not followed by whitespace.89
Errors')' is not preceded with whitespace.89
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93
Errors'(' is not followed by whitespace.97
Errors')' is not preceded with whitespace.97
Errors'(' is not followed by whitespace.101
Errors')' is not preceded with whitespace.101
Errors'(' is not followed by whitespace.105
Errors')' is not preceded with whitespace.105
Errors'(' is not followed by whitespace.109
Errors')' is not preceded with whitespace.109
WarningsMissing a Javadoc comment.113
ErrorsLine is longer than 120 characters.155

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

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [noinspection] is not a valid Javadoc tag name0

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

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [noinspection] is not a valid Javadoc tag name0

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

ViolationMessageLine
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52

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.33
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.101
ErrorsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.126

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.38

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

ViolationMessageLine
WarningsMissing a Javadoc comment.38

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

ViolationMessageLine
WarningsMissing a Javadoc comment.50
Errors'}' should be alone on a line.76
WarningsMissing a Javadoc comment.118