Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
80081

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod2error Error
JavadocType0error Error
JavadocVariable3error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports3error Error
FileLength0error Error
LineLength6error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter2error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad1error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly3error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber1error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension8error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters11error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
34error Error
TodoComment0error Error
UpperEll0error Error

Details

net/sf/mud4j/web/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/mud4j/web/Mud4jServer.java

ViolationMessageLine
errorUnused import - org.springframework.context.ApplicationContext.21
errorUnused import - net.sf.mud4j.web.server.JettyWebServer.25
errorLine has trailing spaces.30
errorUtility classes should not have a public or default constructor.33
errorMissing a Javadoc comment.35
errorParameter args should be final.35
errorLine is longer than 80 characters.36
error'{' is followed by whitespace.37
error')' is preceded with whitespace.37
errorLine has trailing spaces.39
errorLine has trailing spaces.41
errorLine is longer than 80 characters.43
errorLine has trailing spaces.44
error'}' should be on the same line.47

net/sf/mud4j/web/LoginController.java

ViolationMessageLine
errorUnused import - net.sf.mud4j.account.Account.21
errorLine has trailing spaces.28
errorLine has trailing spaces.32
errorLine is longer than 80 characters.36
errorMethod 'handleRequest' is not designed for extension - needs to be abstract, final or empty.36
errorParameter request should be final.36
errorParameter response should be final.36
errorLine has trailing spaces.39
errorLine has trailing spaces.41
errorLine has trailing spaces.48
errorLine has trailing spaces.50

net/sf/mud4j/web/server/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/mud4j/web/LogoutController.java

ViolationMessageLine
errorLine has trailing spaces.26
errorLine is longer than 80 characters.34
errorMethod 'handleRequest' is not designed for extension - needs to be abstract, final or empty.34
errorParameter request should be final.34
errorParameter response should be final.34
errorLine has trailing spaces.36
errorMust have at least one statement.37
errorLine has trailing spaces.38
errorLine has trailing spaces.40

net/sf/mud4j/web/UserSession.java

ViolationMessageLine
errorLine has trailing spaces.24
errorLine has trailing spaces.28
errorMissing a Javadoc comment.30
errorLine has trailing spaces.31
errorLine has trailing spaces.34
errorParameter account should be final.37
error'account' hides a field.37
errorMethod 'getAccount' is not designed for extension - needs to be abstract, final or empty.46
errorLine has trailing spaces.49

net/sf/mud4j/web/server/JettyWebServer.java

ViolationMessageLine
errorLine has trailing spaces.35
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.44
errorLine has trailing spaces.48
errorParameter port should be final.51
error'port' hides a field.51
errorLine has trailing spaces.57
errorMethod 'configureAndStartServer' is not designed for extension - needs to be abstract, final or empty.60
errorLine has trailing spaces.65
error'100' is a magic number.68
errorLine has trailing spaces.70
errorLine is longer than 80 characters.74
errorParameter target should be final.74
errorParameter request should be final.74
errorParameter response should be final.74
errorParameter dispatch should be final.74
error'cast' is not followed by whitespace.78
errorLine has trailing spaces.79
errorLine has trailing spaces.83
error'{' is followed by whitespace.85
error'}' should be on the same line.89
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.98
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.105
error'}' should be on the same line.109
errorMethod 'isStarted' is not designed for extension - needs to be abstract, final or empty.119
errorMethod 'isStopped' is not designed for extension - needs to be abstract, final or empty.126

net/sf/mud4j/web/server/WebServer.java

ViolationMessageLine
errorLine has trailing spaces.22
errorLine has trailing spaces.32
errorLine has trailing spaces.35
errorLine is longer than 80 characters.36
errorLine has trailing spaces.39
errorLine has trailing spaces.42
errorLine has trailing spaces.46
errorLine has trailing spaces.49
errorExpected an @return tag.52