The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 87 | 0 | 0 | 815 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 8 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 67 | |
| JavadocType | 0 | |
| JavadocVariable | 40 | |
| JavadocStyle | 6 | |
| 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 | 6 | |
| FileLength | 0 | |
| LineLength | 14 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 115 | |
| ModifierOrder | 5 | |
| RedundantModifier | 61 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 8 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 29 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 18 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 93 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 73 | |
GenericIllegalRegexp
| 270 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Redundant 'public' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 32 | |
| Redundant 'public' modifier. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 39 | |
| Redundant 'public' modifier. | 42 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 46 | |
| Redundant 'public' modifier. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 34 | |
| Parameter location should be final. | 37 | |
| 'location' hides a field. | 37 | |
| Method 'move' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter placeable should be final. | 44 | |
| Line has trailing spaces. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 27 | |
| Redundant 'public' modifier. | 31 | |
| Expected @param tag for 'message'. | 31 | |
| Expected @throws tag for 'IOException'. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 19 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 31 | |
| Redundant 'public' modifier. | 34 | |
| Line has trailing spaces. | 35 | |
| Redundant 'public' modifier. | 39 | |
| Expected @param tag for 'effectBehavior'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter newItemName should be final. | 49 | |
| Line has trailing spaces. | 51 | |
| Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Method 'getEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'setEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter effectBehavior should be final. | 70 | |
| 'effectBehavior' hides a field. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 33 | |
| Redundant 'public' modifier. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Unused @param tag for 'behavior'. | 41 | |
| Redundant 'public' modifier. | 43 | |
| Expected @param tag for 'damageBehavior'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Parameter character should be final. | 28 | |
| 'character' hides a field. | 28 | |
| Method 'setCharacter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter character should be final. | 35 | |
| 'character' hides a field. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 55 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Collection. | 19 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 33 | |
| Expected an @return tag. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line has trailing spaces. | 38 | |
| Expected an @return tag. | 42 | |
| Redundant 'public' modifier. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 43 | |
| Expected an @return tag. | 47 | |
| Redundant 'public' modifier. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| Line has trailing spaces. | 48 | |
| Expected an @return tag. | 52 | |
| Redundant 'public' modifier. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 30 | |
| Expected an @return tag. | 34 | |
| '}' should be on the same line. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Parameter directionName should be final. | 33 | |
| 'directionName' hides a field. | 33 | |
| Line has trailing spaces. | 36 | |
| Expected an @return tag. | 40 | |
| Method 'getDirectionName' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Parameter message should be final. | 34 | |
| Line has trailing spaces. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Redundant 'public' modifier. | 45 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 45 | |
| Line has trailing spaces. | 46 | |
| Redundant 'public' modifier. | 53 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 53 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 57 | |
| Unused @param tag for 'character'. | 58 | |
| Line has trailing spaces. | 59 | |
| Redundant 'public' modifier. | 62 | |
| Expected @param tag for 'characterId'. | 62 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Line has trailing spaces. | 36 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter newItemTypeName should be final. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| Redundant 'public' modifier. | 36 | |
| Line has trailing spaces. | 37 | |
| Redundant 'public' modifier. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 43 | |
| Redundant 'public' modifier. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Line has trailing spaces. | 49 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'ability'. | 54 | |
| Line has trailing spaces. | 55 | |
| Redundant 'public' modifier. | 61 | |
| Line has trailing spaces. | 62 | |
| Redundant 'public' modifier. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Method 'getCharacter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter characterId should be final. | 35 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Method 'getCharacters' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 42 | |
| Method 'removeCharacter' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter characterId should be final. | 49 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'saveCharacter' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter character should be final. | 57 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Parameter location should be final. | 31 | |
| 'location' hides a field. | 31 | |
| Line has trailing spaces. | 34 | |
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Parameter location should be final. | 38 | |
| 'location' hides a field. | 38 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Method 'hasExpired' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'isPermanent' is not designed for extension - needs to be abstract, final or empty. | 77 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 22 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'public' modifier. | 28 | |
| Expected @throws tag for 'IOException'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 34 | |
| Parameter initialCapacity should be final. | 37 | |
| 'initialCapacity' hides a field. | 37 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '>' is not followed by whitespace. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 44 | |
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter item should be final. | 47 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 53 | |
| Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter item should be final. | 56 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 66 | |
| Line has trailing spaces. | 72 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter o should be final. | 77 | |
| Line has trailing spaces. | 80 | |
| '}' should be on the same line. | 84 | |
| '}' should be on the same line. | 87 | |
| '}' should be on the same line. | 93 | |
| Line has trailing spaces. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 28 | |
| Redundant 'public' modifier. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| Redundant 'public' modifier. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter password should be final. | 41 | |
| 'password' hides a field. | 41 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter username should be final. | 57 | |
| 'username' hides a field. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| Parameter mesg should be final. | 26 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Parameter mesg should be final. | 30 | |
| Parameter obj should be final. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Redundant 'public' modifier. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Parameter effectName should be final. | 33 | |
| 'effectName' hides a field. | 33 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'hasExpired' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| 'public' modifier out of order with the JLS suggestions. | 55 | |
| Line has trailing spaces. | 56 | |
| 'public' modifier out of order with the JLS suggestions. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Parameter character should be final. | 36 | |
| 'character' hides a field. | 36 | |
| Line has trailing spaces. | 39 | |
| Method 'getAbilities' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Method 'hasAbility' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter ability should be final. | 71 | |
| Method 'hasItem' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter item should be final. | 78 | |
| Method 'getDamageBehavior' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Method 'setDamageBehavior' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter damageBehavior should be final. | 92 | |
| Method 'message' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter message should be final. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Variable 'effectsList' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '>' is not followed by whitespace. | 31 | |
| Line has trailing spaces. | 33 | |
| Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Method 'addEffect' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter effect should be final. | 44 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'removeEffect' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter effect should be final. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 27 | |
| Redundant 'public' modifier. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 29 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 32 | |
| Parameter damagePoints should be final. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Parameter mesg should be final. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Parameter mesg should be final. | 27 | |
| Parameter obj should be final. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Parameter source should be final. | 30 | |
| Line has trailing spaces. | 34 | |
| Method 'setDestroyed' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter isDestroyed should be final. | 35 | |
| 'isDestroyed' hides a field. | 35 | |
| Line has trailing spaces. | 38 | |
| Expected an @return tag. | 42 | |
| Method 'isDestroyed' is not designed for extension - needs to be abstract, final or empty. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 28 | |
| Redundant 'public' modifier. | 33 | |
| Expected @param tag for 'observer'. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 37 | |
| Redundant 'public' modifier. | 39 | |
| Expected @param tag for 'observer'. | 39 | |
| Line has trailing spaces. | 40 | |
| Redundant 'public' modifier. | 44 | |
| Line has trailing spaces. | 45 | |
| Redundant 'public' modifier. | 49 | |
| Expected @param tag for 'observer'. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 34 | |
| Parameter minRating should be final. | 38 | |
| 'minRating' hides a field. | 38 | |
| Parameter maxRating should be final. | 38 | |
| 'maxRating' hides a field. | 38 | |
| Line has trailing spaces. | 42 | |
| Expected an @return tag. | 47 | |
| Method 'getWeaponMaxRating' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 53 | |
| Method 'getWeaponMinRating' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 64 | |
| Method 'getWeaponAverageRating' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter o should be final. | 71 | |
| Line has trailing spaces. | 74 | |
| '}' should be on the same line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '}' should be on the same line. | 80 | |
| Line has trailing spaces. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 27 | |
| Parameter message should be final. | 31 | |
| Line has trailing spaces. | 34 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 33 | |
| Redundant 'public' modifier. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Redundant 'public' modifier. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 48 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 53 | |
| Redundant 'public' modifier. | 57 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 19 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 32 | |
| Redundant 'public' modifier. | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| Method 'getAreas' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Method 'getCharacters' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 19 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 21 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Collection. | 19 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Parameter areaName should be final. | 36 | |
| 'areaName' hides a field. | 36 | |
| Line has trailing spaces. | 39 | |
| Method 'getAreaName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Method 'getCharacters' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Method 'getRooms' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 18 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 37 | |
| Method 'loadAccount' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter username should be final. | 44 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 44 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Method 'loadAccount' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter username should be final. | 53 | |
| Parameter password should be final. | 53 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 53 | |
| Redundant throws: 'PermissionDeniedDataAccessException' is subclass of 'DataAccessException'. | 53 | |
| Redundant throws: 'PermissionDeniedDataAccessException' is unchecked exception. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 63 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 30 | |
| Parameter armorRating should be final. | 33 | |
| 'armorRating' hides a field. | 33 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 39 | |
| Method 'getArmorRating' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter o should be final. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 53 | |
| '}' should be on the same line. | 57 | |
| '}' should be on the same line. | 61 | |
| Line has trailing spaces. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Parameter message should be final. | 29 | |
| Line has trailing spaces. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Parameter characterName should be final. | 59 | |
| 'characterName' hides a field. | 59 | |
| Line has trailing spaces. | 63 | |
| Method 'getAbilities' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 77 | |
| Method 'hasItem' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter item should be final. | 81 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'hasAbility' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter ability should be final. | 95 | |
| Parameter message should be final. | 102 | |
| Line has trailing spaces. | 103 | |
| Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'getEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Method 'setEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Parameter effectBehavior should be final. | 123 | |
| 'effectBehavior' hides a field. | 123 | |
| Method 'getDamageBehavior' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'setDamageBehavior' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter damageBehavior should be final. | 137 | |
| 'damageBehavior' hides a field. | 137 | |
| Line has trailing spaces. | 139 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 34 | |
| Parameter location should be final. | 37 | |
| 'location' hides a field. | 37 | |
| Line has trailing spaces. | 40 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| 'public' modifier out of order with the JLS suggestions. | 52 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 26 | |
| Redundant 'public' modifier. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 33 | |
| Parameter ability should be final. | 36 | |
| 'ability' hides a field. | 36 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 44 | |
| Parameter message should be final. | 48 | |
| Parameter ability should be final. | 48 | |
| 'ability' hides a field. | 48 | |
| Line has trailing spaces. | 52 | |
| Method 'getAbility' is not designed for extension - needs to be abstract, final or empty. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Redundant 'public' modifier. | 31 | |
| Line has trailing spaces. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line has trailing spaces. | 38 | |
| Redundant 'public' modifier. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Parameter item should be final. | 34 | |
| 'item' hides a field. | 34 | |
| Method 'setItem' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter item should be final. | 41 | |
| 'item' hides a field. | 41 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 44 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Method 'isPermanent' is not designed for extension - needs to be abstract, final or empty. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'character' must be private and have accessor methods. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 34 | |
| Parameter character should be final. | 37 | |
| 'character' hides a field. | 37 | |
| Method 'getCharacter' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 49 | |
| 'public' modifier out of order with the JLS suggestions. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Redundant 'public' modifier. | 30 | |
| Line has trailing spaces. | 31 | |
| Redundant 'public' modifier. | 35 | |
| Line has trailing spaces. | 36 | |
| Expected an @return tag. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Line has trailing spaces. | 41 | |
| Redundant 'public' modifier. | 45 | |
| Expected @param tag for 'listener'. | 45 | |
| Line has trailing spaces. | 46 | |
| Redundant 'public' modifier. | 50 | |
| Expected @param tag for 'listener'. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| Redundant 'public' modifier. | 29 | |
| Expected @param tag for 'event'. | 29 | |
| Line has trailing spaces. | 30 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'event'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 30 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'observable'. | 34 | |
| Expected @param tag for 'arg'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '>' is not followed by whitespace. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 42 | |
| Expected an @return tag. | 46 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line has trailing spaces. | 49 | |
| First sentence should end with a period. | 50 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter name should be final. | 53 | |
| Expected @param tag for 'name'. | 53 | |
| Line has trailing spaces. | 56 | |
| Method 'addDirection' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter direction should be final. | 60 | |
| Method 'removeDirection' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter direction should be final. | 67 | |
| Line has trailing spaces. | 69 | |
| Line has trailing spaces. | 70 | |
| Method 'getDirections' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Method 'move' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter placeable should be final. | 81 | |
| Line has trailing spaces. | 82 | |
| Method 'getEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method 'setEffectBehavior' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter effectBehavior should be final. | 96 | |
| 'effectBehavior' hides a field. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| 'public' modifier out of order with the JLS suggestions. | 34 | |
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Line has trailing spaces. | 41 | |
| Method 'isDestroyed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Method 'removeDamageListener' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter listener should be final. | 60 | |
| Method 'addDamageListener' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter listener should be final. | 67 | |
| Line has trailing spaces. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 26 | |
| Expected an @return tag. | 31 | |
| Method 'getCharacter' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 23 | |
| Unused @param tag for 'target'. | 30 | |
| Redundant 'public' modifier. | 32 | |
| Expected @throws tag for 'EffectException'. | 32 | |
| Line has trailing spaces. | 33 | |
| Unused @param tag for 'target'. | 36 | |
| Redundant 'public' modifier. | 38 | |
| Expected @throws tag for 'EffectException'. | 38 | |
| Line has trailing spaces. | 39 | |
| Redundant 'public' modifier. | 44 | |
| Line has trailing spaces. | 45 | |
| Expected an @return tag. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Line has trailing spaces. | 51 | |
| First sentence should end with a period. | 52 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.mud4j.damage.DamageBehavior. | 23 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter character should be final. | 38 | |
| 'character' hides a field. | 38 | |
| Parameter connectionService should be final. | 38 | |
| 'connectionService' hides a field. | 38 | |
| Line has trailing spaces. | 42 | |
| Method 'getAbilities' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Method 'hasAbility' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter ability should be final. | 67 | |
| Method 'hasItem' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter item should be final. | 74 | |
| Method 'message' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter message should be final. | 81 | |
| Line has trailing spaces. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 27 | |
| Redundant 'public' modifier. | 30 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 34 | |
| Redundant 'public' modifier. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 45 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 56 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 56 | |
| Redundant throws: 'PermissionDeniedDataAccessException' is subclass of 'DataAccessException'. | 56 | |
| Redundant throws: 'PermissionDeniedDataAccessException' is unchecked exception. | 56 |