Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
80140

Rules

RulesViolationsSeverity
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports4error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
OperatorWrap0error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
ModifierOrder0error Error
RedundantModifier0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters1error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
UpperEll0error Error
FinalLocalVariable4error Error
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error

Details

no/sesat/search/query/transform/TokenMaskQueryTransformer.java

ViolationMessageLine
warningVariable 'insideMaskClause' must be private and have accessor methods.79

no/sesat/search/query/transform/ExactMatchQueryTransformer.java

ViolationMessageLine
warningUnused import - no.sesat.search.query.AndNotClause.21
warningUnused import - no.sesat.search.query.NotClause.25
warning'(' is followed by whitespace.103
warning')' is preceded with whitespace.103

no/sesat/search/query/transform/package.html

ViolationMessageLine
warningMissing package documentation file.0

no/sesat/search/query/transform/ExactFieldFilterQueryTransformer.java

ViolationMessageLine
warningParameter config should be final.34
warningLine is longer than 120 characters.41
warningVariable 'matchObject' should be declared final.41
warningVariable 'matchValue' should be declared final.44
warningVariable 'query' should be declared final.45
warningVariable 'query' should be declared final.70

no/sesat/search/query/transform/LowercaseQueryTransformer.java

ViolationMessageLine
warningUnused import - java.util.regex.Pattern.21
warningUnused import - java.util.regex.Matcher.22