Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
290660

Rules

RulesViolationsSeverity
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName2error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports4error Error
FileLength0error Error
LineLength
  • max: "120"
6error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
OperatorWrap0error Error
ParenPad6error Error
TypecastParenPad0error Error
TabCharacter0error Error
ModifierOrder10error Error
RedundantModifier0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly1error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MissingSwitchDefault1error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle0error Error
FinalParameters22error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
UpperEll0error Error
FinalLocalVariable1error Error
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error

Details

no/sesat/search/mode/command/querybuilder/QueryBuilder.java

ViolationMessageLine
warningUnused import - no.sesat.search.query.Query.21

no/sesat/search/mode/executor/SearchTask.java

ViolationMessageLine
warningLine is longer than 120 characters.52

no/sesat/search/mode/command/querybuilder/package.html

ViolationMessageLine
warningMissing package documentation file.0

no/sesat/search/mode/command/BaseSearchCommandParameter.java

ViolationMessageLine
warning'origin' hides a field.111
warningswitch without "default" clause.117

no/sesat/search/mode/command/querybuilder/InfixQueryBuilder.java

ViolationMessageLine
warningUnused import - java.util.Set.22
warningUnused import - no.sesat.search.query.AndNotClause.26
warningLine is longer than 120 characters.167
warningLine is longer than 120 characters.173

no/sesat/search/mode/command/querybuilder/FastAdvancedFilterBuilder.java

ViolationMessageLine
warningParameter clause should be final.51

no/sesat/search/mode/executor/ParallelSearchCommandExecutor.java

ViolationMessageLine
warningName 'EXECUTOR' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
warningLine is longer than 120 characters.46
warningParameter callables should be final.59
warning'(' is followed by whitespace.63
warning'(' is followed by whitespace.75
warning')' is preceded with whitespace.75
warningName 'EXECUTING' must match pattern '^[a-z][a-zA-Z0-9]*$'.106
warningVariable 'EXECUTING' must be private and have accessor methods.106
warningParameter corePoolSize should be final.108
warningParameter maximumPoolSize should be final.109
warningParameter keepAliveTime should be final.110
warningParameter unit should be final.111
warningParameter workQueue should be final.112

no/sesat/search/mode/command/querybuilder/PrefixQueryBuilder.java

ViolationMessageLine
warningUnused import - no.sesat.search.query.Clause.25

no/sesat/search/mode/command/AbstractSearchCommand.java

ViolationMessageLine
warning'final' modifier out of order with the JLS suggestions.121
warningVariable 'context' must be private and have accessor methods.121
warning'final' modifier out of order with the JLS suggestions.125
warning'final' modifier out of order with the JLS suggestions.126
warning'final' modifier out of order with the JLS suggestions.127
warning'final' modifier out of order with the JLS suggestions.128
warning'final' modifier out of order with the JLS suggestions.129
warning'final' modifier out of order with the JLS suggestions.130
warning'final' modifier out of order with the JLS suggestions.131
warningVariable 'untransformedQuery' must be private and have accessor methods.133
warning'final' modifier out of order with the JLS suggestions.134
warningVariable 'datamodel' must be private and have accessor methods.134
warning'final' modifier out of order with the JLS suggestions.135
warningVariable 'datamodelParameters' must be private and have accessor methods.135
warningVariable 'completed' must be private and have accessor methods.145
warningParameter siteCxt should be final.227
warningParameter resource should be final.227
warningParameter builder should be final.227
warningLine is longer than 120 characters.230
warningParameter siteCxt should be final.230
warningParameter resource should be final.230
warningParameter properties should be final.230
warningParameter siteContext should be final.233
warningParameter className should be final.233
warningParameter jarFileName should be final.233
warning'query' hides a field.279
warning'queryBuilderContext' hides a field.427
warning'datamodel' hides a field.461
warning'query' hides a field.890
warningRedundant throws: 'SearchCommandException' is unchecked exception.968
warning'(' is followed by whitespace.969
warning')' is preceded with whitespace.969

no/sesat/search/mode/command/SearchCommandException.java

ViolationMessageLine
warningParameter e should be final.32
warningParameter s should be final.42
warningParameter e should be final.42

no/sesat/search/mode/executor/ThrottledSearchCommandExecutor.java

ViolationMessageLine
warningParameter callables should be final.59

no/sesat/search/mode/command/querybuilder/SesamSyntaxQueryBuilder.java

ViolationMessageLine
warningParameter clause should be final.77
warningVariable 'wasInside' should be declared final.107
warning'(' is followed by whitespace.142

no/sesat/search/mode/command/querybuilder/AbstractQueryBuilder.java

ViolationMessageLine
warningParameter config should be final.64

no/sesat/search/mode/SearchCommandFactory.java

ViolationMessageLine
warning'}' should be on the same line.96
warningLine is longer than 120 characters.98