Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
290420

Rules

RulesViolationsSeverity
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport1error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • max: "120"
2error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
OperatorWrap0error Error
ParenPad11error Error
TypecastParenPad0error Error
TabCharacter0error Error
ModifierOrder1error Error
RedundantModifier1error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
9error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MissingSwitchDefault4error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier4error Error
ArrayTypeStyle0error Error
FinalParameters5error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
UpperEll0error Error
FinalLocalVariable1error Error
PackageHtml0error Error
NewlineAtEndOfFile1error Error
Translation0error Error

Details

no/sesat/search/site/config/AbstractResourceLoader.java

ViolationMessageLine
warning'private' modifier out of order with the JLS suggestions.107
warningLine is longer than 120 characters.126
warningVariable 'props' must be private and have accessor methods.144
warningVariable 'builder' must be private and have accessor methods.146
warningVariable 'document' must be private and have accessor methods.148
warningVariable 'jarFileName' must be private and have accessor methods.154
warning'resource' hides a field.196
warning'props' hides a field.196
warning'resource' hides a field.204
warning'builder' hides a field.204
warningParameter className should be final.212
warningParameter jarFileName should be final.212
warning'jarFileName' hides a field.212
warningswitch without "default" clause.245
warning'(' is followed by whitespace.269
warning')' is preceded with whitespace.269
warning'resource' hides a field.294
warning'resource' hides a field.317
warningswitch without "default" clause.355
warningswitch without "default" clause.383
warning'(' is followed by whitespace.404
warning')' is preceded with whitespace.404
warning'(' is followed by whitespace.435
warning')' is preceded with whitespace.435

no/sesat/search/site/config/MultiParentClassLoader.java

ViolationMessageLine
warningParameter parents should be final.34
warningMust have at least one statement.53

no/sesat/search/site/config/SiteConfiguration.java

ViolationMessageLine
warningUnused import - java.util.Hashtable.27
warning'properties' hides a field.192
warning'site' hides a field.200

no/sesat/search/site/Site.java

ViolationMessageLine
warningParameter in should be final.198
warningParameter ctx should be final.402
warningVariable 'site' should be declared final.407

no/sesat/search/site/config/SpiClassLoader.java

ViolationMessageLine
warningLine is longer than 120 characters.59

no/sesat/search/site/config/BytecodeContext.java

ViolationMessageLine
warningRedundant 'public' modifier.37

no/sesat/search/site/config/AbstractDocumentFactory.java

ViolationMessageLine
warning')' is preceded with whitespace.112
warning'(' is followed by whitespace.117
warning')' is preceded with whitespace.117
warning')' is preceded with whitespace.128

no/sesat/search/site/config/SpiContext.java

ViolationMessageLine
warningRedundant import from the same package - no.sesat.search.site.config.Spi.19

no/sesat/search/site/config/UrlResourceLoader.java

ViolationMessageLine
warning')' is preceded with whitespace.141
warningFile does not end with a newline.0

no/sesat/search/site/config/TextMessages.java

ViolationMessageLine
warningswitch without "default" clause.138