The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
8 | 0 | 0 | 81 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 2 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 2 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 3 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 3 | ![]() |
FileLength | 0 | ![]() |
LineLength | 6 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 2 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 3 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 2 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 8 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 11 | ![]() |
GenericIllegalRegexp
| 34 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.springframework.context.ApplicationContext. | 21 |
![]() | Unused import - net.sf.mud4j.web.server.JettyWebServer. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Utility classes should not have a public or default constructor. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter args should be final. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '{' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | '}' should be on the same line. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - net.sf.mud4j.account.Account. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Parameter request should be final. | 36 |
![]() | Parameter response should be final. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter request should be final. | 34 |
![]() | Parameter response should be final. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Must have at least one statement. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Parameter account should be final. | 37 |
![]() | 'account' hides a field. | 37 |
![]() | Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Parameter port should be final. | 51 |
![]() | 'port' hides a field. | 51 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'configureAndStartServer' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line has trailing spaces. | 65 |
![]() | '100' is a magic number. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Parameter target should be final. | 74 |
![]() | Parameter request should be final. | 74 |
![]() | Parameter response should be final. | 74 |
![]() | Parameter dispatch should be final. | 74 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | '{' is followed by whitespace. | 85 |
![]() | '}' should be on the same line. | 89 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '}' should be on the same line. | 109 |
![]() | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Expected an @return tag. | 52 |