Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
600131

Rules

RulesViolationsSeverity
SuppressionCommentFilter
  • offCommentFormat: "@Checkstyle:off"
  • onCommentFormat: "@Checkstyle:on"
0Errors Error
SuppressWithNearbyCommentFilter
  • influenceFormat: "1"
  • commentFormat: "@Checkstyle:ignore"
0Errors Error
SuppressWithNearbyCommentFilter
  • influenceFormat: "$1"
  • commentFormat: "@Checkstyle:ignoreFor (\d+)"
0Errors Error
NewlineAtEndOfFile0Errors Error
FileTabCharacter
  • eachLine: "true"
13Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
67Errors Error
JavadocPackage2Errors Error
RegexpHeader
  • multiLines: "1,2,3"
  • headerFile: "target/checkstyle-header.txt"
6Errors Error
FileContentsHolder0Errors Error
JavadocType
  • scope: "protected"
0Errors Error
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
11Errors Error
JavadocVariable
  • scope: "protected"
0Errors Error
JavadocStyle
  • scope: "private"
  • checkEmptyJavadoc: "true"
2Errors Error
ClassTypeParameterName
  • format: "^[A-Z][0-9]*$"
0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
MethodTypeParameterName
  • format: "^[A-Z][0-9]*$"
0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
ConstantName
  • format: "^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$"
1Errors Error
AvoidStarImport
  • allowStaticMemberImports: "true"
0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports
  • processJavadoc: "true"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "^import "
6Errors Error
OuterTypeNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround4Errors Error
LeftCurly
  • maxLineLength: "120"
0Errors Error
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0Errors Error
EmptyBlock
  • option: "text"
3Errors Error
NeedBraces0Errors Error
RightCurly1Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
IllegalInstantiation0Errors Error
RedundantThrows
  • allowSubclasses: "true"
0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
StringLiteralEquality0Errors Error
PackageDeclaration0Errors Error
OneStatementPerLine0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
ArrayTypeStyle0Errors Error
UpperEll0Errors Error
Indentation
  • caseIndent: "0"
  • throwsIndent: "8"
13Errors Error
OuterTypeFilename0Errors Error

Details

org/identityconnectors/test/common/PropertyBag.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.1
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 120 characters.55
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83

org/identityconnectors/test/common/PropertyBagTests.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.1
ErrorsEmpty catch block.23
ErrorsEmpty catch block.30
ErrorsEmpty catch block.51

org/identityconnectors/test/common/TestHelpers.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.19
ErrorsExpected an @return tag.61
ErrorsExpected @param tag for 'clazz'.62
ErrorsExpected @param tag for 'config'.62
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.84
ErrorsMissing a Javadoc comment.91
ErrorsMissing a Javadoc comment.96
ErrorsLine has trailing spaces.106
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.151
ErrorsName '_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'.176
ErrorsLine has trailing spaces.180
ErrorsName 'bags' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^[a-z][a-zA-Z0-9]*Logger$|^logger$'.196
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 120 characters.209
ErrorsUnclosed HTML tag found: <code> loader.getResource(prefix + "/config-private/config.g210
ErrorsExtra HTML tag found: </<code> </li>210
ErrorsLine is longer than 120 characters.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.214
Errors'if' is not followed by whitespace.220
Errors'{' is not preceded with whitespace.220
ErrorsLine is longer than 120 characters.221
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.273
Errorsmethod def modifier at indentation level 8 not at correct indentation, 4282
ErrorsLine contains a tab character.282
Errorsif at indentation level 16 not at correct indentation, 8283
ErrorsLine contains a tab character.283
Errorsfor at indentation level 24 not at correct indentation, 12284
ErrorsLine contains a tab character.284
Errorsfor child at indentation level 32 not at correct indentation, 16285
ErrorsLine contains a tab character.285
Errorsif at indentation level 32 not at correct indentation, 16286
ErrorsLine contains a tab character.286
Errorsif child at indentation level 40 not at correct indentation, 20287
ErrorsLine contains a tab character.287
Errorsif rcurly at indentation level 32 not at correct indentation, 16288
ErrorsLine contains a tab character.288
Errors'}' should be on the same line.288
Errorselse at indentation level 32 not at correct indentation, 16289
ErrorsLine contains a tab character.289
Errors'else' is not followed by whitespace.289
Errors'{' is not preceded with whitespace.289
ErrorsLine is longer than 120 characters.290
Errorselse child at indentation level 40 not at correct indentation, 20290
ErrorsLine contains a tab character.290
Errorselse rcurly at indentation level 32 not at correct indentation, 16291
ErrorsLine contains a tab character.291
Errorsfor rcurly at indentation level 24 not at correct indentation, 12292
ErrorsLine contains a tab character.292
Errorsif rcurly at indentation level 16 not at correct indentation, 8293
ErrorsLine contains a tab character.293
Errorsmethod def rcurly at indentation level 8 not at correct indentation, 4294
ErrorsLine contains a tab character.294

org/identityconnectors/test/common/TestHelpersTest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 120 characters.62

org/identityconnectors/test/common/ToListResultsHandler.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.19
ErrorsName '_objects' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.45

org/identityconnectors/test/common/spi/TestHelpersSpi.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'.3
ErrorsLine has trailing spaces.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.18
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.38
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.52