Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1403329

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
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3Errors 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
RedundantThrows0Errors 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/TestNGDirectoryTestSuite.java

ViolationMessageLine
WarningsMissing a Javadoc comment.70
ErrorsMore than 7 parameters.70
ErrorsLine is longer than 120 characters.71
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.247

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'.65
WarningsExpected @param tag for 'testSourceDirectory'.65
WarningsExpected @param tag for 'artifactVersion'.65
WarningsExpected @param tag for 'confOptions'.66
WarningsExpected @param tag for 'reportsDirectory'.66
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.129

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

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39

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