The following document contains the results of Checkstyle 6.11.2 with src/sun_checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 1 | |
| coding | AvoidInlineConditionals | 1 | |
| HiddenField | 79 | ||
| MagicNumber | 75 | ||
| MissingSwitchDefault | 1 | ||
| design | DesignForExtension | 217 | |
| FinalClass | 1 | ||
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 1 | ||
| imports | UnusedImports
|
1 | |
| javadoc | JavadocMethod | 313 | |
| JavadocPackage | 8 | ||
| JavadocStyle | 1 | ||
| JavadocType | 52 | ||
| JavadocVariable | 201 | ||
| misc | FinalParameters | 21 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | ModifierOrder | 21 | |
| RedundantModifier | 9 | ||
| naming | ConstantName | 4 | |
| LocalFinalVariableName | 6 | ||
| LocalVariableName | 2 | ||
| MemberName | 1 | ||
| MethodName | 2 | ||
| ParameterName | 2 | ||
| StaticVariableName | 1 | ||
| regexp | RegexpSingleline
|
71 | |
| sizes | LineLength | 308 | |
| ParameterNumber | 2 | ||
| whitespace | FileTabCharacter | 89 | |
| WhitespaceAround | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| naming | ConstantName | Name 'directions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | HiddenField | 'game' hides a field. | 41 | |
| design | DesignForExtension | Method 'searchAndDestroy' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter event should be final. | 50 | |
| misc | FinalParameters | Parameter event should be final. | 55 | |
| misc | FinalParameters | Parameter event should be final. | 60 | |
| misc | FinalParameters | Parameter event should be final. | 67 | |
| misc | FinalParameters | Parameter event should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| coding | HiddenField | 'directions' hides a field. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 32 | |
| coding | MagicNumber | '10' is a magic number. | 33 | |
| coding | MagicNumber | '10' is a magic number. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 40 | |
| coding | MagicNumber | '10' is a magic number. | 40 | |
| coding | MagicNumber | '10' is a magic number. | 41 | |
| coding | MagicNumber | '10' is a magic number. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 22 | |
| design | DesignForExtension | Method 'handleAbout' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| design | DesignForExtension | Method 'handleQuit' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | MagicNumber | '1000' is a magic number. | 24 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'screenWasPainted' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getFps' is not designed for extension - needs to be abstract, final or empty. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | DesignForExtension | Method 'isOSX' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'setMainFramePosition' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getMainFramePosition' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| design | DesignForExtension | Method 'setMainFrameState' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getMainFrameState' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 61 | |
| design | DesignForExtension | Method 'setVolume' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'getVolume' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | MagicNumber | '75' is a magic number. | 71 | |
| design | DesignForExtension | Method 'setShowGrid' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'isGridShown' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| naming | ConstantName | Name 'IMG_ICON_STEPS_25x25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| naming | ConstantName | Name 'IMG_ICON_STEPS_TURN_25x25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 83 | |
| naming | LocalVariableName | Name 'gfx_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 94 | |
| naming | LocalVariableName | Name 'new_image' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 40 | |
| coding | HiddenField | 'display' hides a field. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 41 | |
| coding | HiddenField | 'gamePreferences' hides a field. | 41 | |
| misc | FinalParameters | Parameter event should be final. | 53 | |
| misc | FinalParameters | Parameter event should be final. | 60 | |
| misc | FinalParameters | Parameter event should be final. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| coding | HiddenField | 'gamePreferences' hides a field. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter ints should be final. | 49 | |
| design | DesignForExtension | Method 'getFrame' is not designed for extension - needs to be abstract, final or empty. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 46 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| coding | HiddenField | 'text' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 133 | |
| design | DesignForExtension | Method 'updateLanguage' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 181 | |
| design | DesignForExtension | Method 'getMenuItemNewGame' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| design | DesignForExtension | Method 'getMenuItemQuitGame' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| design | DesignForExtension | Method 'getMenuItemSameGame' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| design | DesignForExtension | Method 'getMenuItemLoadGame' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| design | DesignForExtension | Method 'getMenuItemAbout' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| design | DesignForExtension | Method 'getRbMenuItemlanguageEn' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| design | DesignForExtension | Method 'getRbMenuItemlanguageCz' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| design | DesignForExtension | Method 'getMenuItemVolume' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| design | DesignForExtension | Method 'getMenuItemShowGrid' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| design | DesignForExtension | Method 'getMenuItemMove' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| design | DesignForExtension | Method 'getMenuItemCenterView' is not designed for extension - needs to be abstract, final or empty. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 76 | |
| design | DesignForExtension | Method 'makeText' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 18 | |
| coding | HiddenField | 'musicPlayer' hides a field. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter defaultVolume should be final. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| naming | MemberName | Name 'BUFFER_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | DesignForExtension | Method 'playSound' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setVolume' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 84 | |
| coding | MagicNumber | '100F' is a magic number. | 84 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'paintPath' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'paintPath' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Point should be declared as final. | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | HiddenField | 'x' hides a field. | 16 | |
| coding | HiddenField | 'y' hides a field. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '16' is a magic number. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 44 | |
| coding | MagicNumber | '10' is a magic number. | 45 | |
| coding | MagicNumber | '10' is a magic number. | 45 | |
| coding | MagicNumber | '100' is a magic number. | 47 | |
| coding | MagicNumber | '80' is a magic number. | 47 | |
| coding | MagicNumber | '10' is a magic number. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 65 | |
| coding | MagicNumber | '10' is a magic number. | 65 | |
| coding | MagicNumber | '10' is a magic number. | 66 | |
| coding | MagicNumber | '10' is a magic number. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| coding | HiddenField | 'imageProvider' hides a field. | 52 | |
| coding | HiddenField | 'unitsPanel' hides a field. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 73 | |
| coding | MagicNumber | '10' is a magic number. | 74 | |
| coding | MagicNumber | '5' is a magic number. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 79 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 84 | |
| coding | MagicNumber | '10' is a magic number. | 84 | |
| coding | MagicNumber | '200' is a magic number. | 86 | |
| coding | MagicNumber | '200' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| design | DesignForExtension | Method 'showTile' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 97 | |
| coding | MagicNumber | '200' is a magic number. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setCurrentPlayer' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 117 | |
| coding | MagicNumber | '200' is a magic number. | 118 | |
| design | DesignForExtension | Method 'getNextTurnButton' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| design | DesignForExtension | Method 'getRightPanel' is not designed for extension - needs to be abstract, final or empty. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 26 | |
| misc | FinalParameters | Parameter e should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 41 | |
| misc | FinalParameters | Parameter e should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| misc | FinalParameters | Parameter labelEra should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 33 | |
| coding | MagicNumber | '10' is a magic number. | 34 | |
| coding | MagicNumber | '3' is a magic number. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 37 | |
| coding | MagicNumber | '3' is a magic number. | 37 | |
| coding | MagicNumber | '15' is a magic number. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| coding | MagicNumber | '3' is a magic number. | 41 | |
| coding | MagicNumber | '15' is a magic number. | 41 | |
| design | DesignForExtension | Method 'getStatusBarDescription' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| design | DesignForExtension | Method 'getLabelEra' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | HiddenField | 'maxStepsPerTurn' hides a field. | 13 | |
| coding | HiddenField | 'availableStepsPerTurn' hides a field. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 29 | |
| design | DesignForExtension | Method 'canMakeMoveInSameTurn' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 17 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| design | VisibilityModifier | Variable 'INSTANCE' must be private and have accessor methods. | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 28 | |
| coding | HiddenField | 'locale' hides a field. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 34 | |
| coding | HiddenField | 'imageProvider' hides a field. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | DesignForExtension | Method 'centerWindow' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 37 | |
| coding | MagicNumber | '10' is a magic number. | 38 | |
| coding | MagicNumber | '10' is a magic number. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| coding | MagicNumber | '10' is a magic number. | 46 | |
| coding | MagicNumber | '10' is a magic number. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| coding | MagicNumber | '10' is a magic number. | 53 | |
| coding | MagicNumber | '10' is a magic number. | 54 | |
| coding | MagicNumber | '10' is a magic number. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'gameController' hides a field. | 31 | |
| design | DesignForExtension | Method 'addLanguageListener' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 40 | |
| design | DesignForExtension | Method 'addLanguageListener' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'fireLanguageWasChangedEvent' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | HiddenField | 'language' hides a field. | 12 | |
| coding | HiddenField | 'game' hides a field. | 12 | |
| design | DesignForExtension | Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| design | DesignForExtension | Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 8 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 13 | |
| coding | HiddenField | 'gamePreferences' hides a field. | 13 | |
| design | DesignForExtension | Method 'onChangeLanguage' is not designed for extension - needs to be abstract, final or empty. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 17 | |
| coding | HiddenField | 'text' hides a field. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 19 | |
| design | DesignForExtension | Method 'onChangeLanguage' is not designed for extension - needs to be abstract, final or empty. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | DesignForExtension | Method 'addFocusedTileListener' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'fireFocusedTileEvent' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | HiddenField | 'game' hides a field. | 24 | |
| coding | HiddenField | 'location' hides a field. | 24 | |
| coding | HiddenField | 'tile' hides a field. | 24 | |
| design | DesignForExtension | Method 'isTileContainsMovebleUnit' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getTile' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 47 | |
| coding | HiddenField | 'nextTurnController' hides a field. | 47 | |
| coding | HiddenField | 'moveUnitController' hides a field. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 48 | |
| coding | HiddenField | 'newGameController' hides a field. | 48 | |
| coding | HiddenField | 'turnStartedController' hides a field. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| coding | HiddenField | 'musicController' hides a field. | 49 | |
| coding | HiddenField | 'gamePreferences' hides a field. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| design | DesignForExtension | Method 'newGame' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 63 | |
| coding | MagicNumber | '500' is a magic number. | 63 | |
| coding | MagicNumber | '500' is a magic number. | 63 | |
| coding | MagicNumber | '1570' is a magic number. | 63 | |
| coding | MagicNumber | '1800' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 64 | |
| coding | MagicNumber | '5' is a magic number. | 64 | |
| coding | MagicNumber | '4' is a magic number. | 64 | |
| coding | MagicNumber | '4' is a magic number. | 64 | |
| coding | MagicNumber | '5' is a magic number. | 64 | |
| coding | MagicNumber | '6' is a magic number. | 64 | |
| coding | MagicNumber | '6' is a magic number. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| coding | MagicNumber | '5' is a magic number. | 65 | |
| coding | MagicNumber | '7' is a magic number. | 65 | |
| coding | MagicNumber | '7' is a magic number. | 65 | |
| coding | MagicNumber | '5' is a magic number. | 65 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| design | DesignForExtension | Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'performMove' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'nextTurn' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | DesignForExtension | Method 'addGameEventListener' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'fireGameExit' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'fireAboutGameEvent' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 23 | |
| coding | HiddenField | 'viewUtil' hides a field. | 23 | |
| coding | HiddenField | 'text' hides a field. | 24 | |
| coding | HiddenField | 'musicController' hides a field. | 24 | |
| design | DesignForExtension | Method 'onGameExit' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| design | DesignForExtension | Method 'onAboutGame' is not designed for extension - needs to be abstract, final or empty. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | DesignForExtension | Method 'addKeyListener' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| design | DesignForExtension | Method 'fireKeyWasPressed' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 16 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'addMoveUnitListener' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| design | DesignForExtension | Method 'addStartMovingListener' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'fireUnitMovedEvent' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'fireStartMoveEvent' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'addNewGameListener' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'fireNewGameStartedEvent' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'addNextTurnListener' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'fireNextTurnEvent' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | DesignForExtension | Method 'addShowGridListener' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'fireShowGridEvent' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | HiddenField | 'isGridShown' hides a field. | 11 | |
| design | DesignForExtension | Method 'isGridShown' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 17 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'addStatusMessageListener' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 22 | |
| design | DesignForExtension | Method 'fireStatusMessageWasChangedEvent' is not designed for extension - needs to be abstract, final or empty. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | DesignForExtension | Method 'addTurnStartedListener' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'fireTurnStartedEvent' is not designed for extension - needs to be abstract, final or empty. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | DesignForExtension | Method 'addCenterViewListener' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'fireCenterView' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | DesignForExtension | Method 'addFocusedTileListener' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'fireVolumeChangedEvent' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | HiddenField | 'volume' hides a field. | 11 | |
| design | DesignForExtension | Method 'getVolume' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 41 | |
| design | DesignForExtension | Method 'getTopLeft' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getBottomRight' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'isInArea' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'convertToLocation' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'isInArea' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 111 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getCenterAreaTo' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 129 | |
| design | DesignForExtension | Method 'getPointTopLeft' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| coding | HiddenField | 'display' hides a field. | 21 | |
| design | DesignForExtension | Method 'componentResized' is not designed for extension - needs to be abstract, final or empty. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| coding | MagicNumber | '10' is a magic number. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 104 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 104 | |
| coding | HiddenField | 'display' hides a field. | 104 | |
| coding | HiddenField | 'gameController' hides a field. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 105 | |
| coding | HiddenField | 'statusBarMessageController' hides a field. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 106 | |
| coding | HiddenField | 'focusedTileController' hides a field. | 106 | |
| coding | HiddenField | 'pathPlanning' hides a field. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 121 | |
| coding | MagicNumber | '100' is a magic number. | 123 | |
| coding | MagicNumber | '27' is a magic number. | 139 | |
| coding | MagicNumber | '10' is a magic number. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 178 | |
| misc | FinalParameters | Parameter e should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| naming | MethodName | Name 'onKeyPressed_escape' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| naming | MethodName | Name 'onKeyPressed_enter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.swing.JComponent. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| coding | HiddenField | 'gameController' hides a field. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 78 | |
| coding | HiddenField | 'pathPlanning' hides a field. | 78 | |
| coding | HiddenField | 'imageProvider' hides a field. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 95 | |
| coding | MagicNumber | '1000' is a magic number. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 | |
| design | DesignForExtension | Method 'initGame' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| design | DesignForExtension | Method 'stopTimer' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| design | DesignForExtension | Method 'planScrollingAnimationToPoint' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'getGamePanelView' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 151 | |
| design | DesignForExtension | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 177 | |
| coding | MagicNumber | '64' is a magic number. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 216 | |
| coding | MagicNumber | '12' is a magic number. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'world'. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'area'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 239 | |
| coding | MagicNumber | '35' is a magic number. | 239 | |
| coding | MagicNumber | '35' is a magic number. | 239 | |
| coding | MagicNumber | '35' is a magic number. | 239 | |
| coding | MagicNumber | '35' is a magic number. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| javadoc | JavadocMethod | Unused @param tag for 'game'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'world'. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'area'. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | MagicNumber | '4' is a magic number. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 278 | |
| coding | MagicNumber | '5' is a magic number. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'graphics'. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'point'. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'player'. | 285 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 292 | |
| coding | MagicNumber | '4' is a magic number. | 292 | |
| coding | MagicNumber | '3' is a magic number. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 314 | |
| naming | LocalFinalVariableName | Name 'l_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 316 | |
| naming | LocalFinalVariableName | Name 'l_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 319 | |
| naming | LocalFinalVariableName | Name 'l_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 321 | |
| naming | LocalFinalVariableName | Name 'l_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| naming | ParameterName | Name 'l_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
| misc | FinalParameters | Parameter l_2 should be final. | 327 | |
| naming | ParameterName | Name 'l_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
| naming | LocalFinalVariableName | Name 'p_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| naming | LocalFinalVariableName | Name 'p_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 398 | |
| javadoc | JavadocMethod | Expected @param tag for 'stepCounter'. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 406 | |
| design | DesignForExtension | Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| design | DesignForExtension | Method 'getMinimumSize' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| coding | MagicNumber | '100' is a magic number. | 423 | |
| coding | MagicNumber | '100' is a magic number. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 434 | |
| design | DesignForExtension | Method 'getCursorLocation' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| design | DesignForExtension | Method 'setCursorLocation' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| misc | FinalParameters | Parameter cursorTile should be final. | 443 | |
| design | DesignForExtension | Method 'setCursorNormal' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| design | DesignForExtension | Method 'setCursorGoto' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| design | DesignForExtension | Method 'isGotoMode' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| design | DesignForExtension | Method 'getGotoCursorTitle' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| design | DesignForExtension | Method 'setGotoCursorTitle' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| coding | HiddenField | 'gotoCursorTitle' hides a field. | 470 | |
| design | DesignForExtension | Method 'setWalkAnimator' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| coding | HiddenField | 'walkAnimator' hides a field. | 476 | |
| design | DesignForExtension | Method 'getWalkAnimator' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| design | DesignForExtension | Method 'setGridShown' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| coding | HiddenField | 'isGridShown' hides a field. | 486 | |
| design | DesignForExtension | Method 'onViewPortResize' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| design | DesignForExtension | Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| misc | FinalParameters | Parameter path should be final. | 15 | |
| coding | HiddenField | 'path' hides a field. | 15 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter path should be final. | 23 | |
| coding | HiddenField | 'path' hides a field. | 23 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 25 | |
| design | DesignForExtension | Method 'isNextPointAvailable' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'getNextPoint' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | HiddenField | 'pathPlanning' hides a field. | 51 | |
| coding | HiddenField | 'path' hides a field. | 51 | |
| coding | HiddenField | 'unit' hides a field. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| design | DesignForExtension | Method 'countNextAnimationLocation' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 74 | |
| coding | HiddenField | 'to' hides a field. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'isNextAnimationLocationAvailable' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'getNextCoordinates' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | HiddenField | 'startYear' hides a field. | 14 | |
| coding | HiddenField | 'endYear' hides a field. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 15 | |
| design | DesignForExtension | Method 'getStartYear' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'getEndYear' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'getCurrentYear' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'endRound' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 40 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | HiddenField | 'map' hides a field. | 21 | |
| coding | HiddenField | 'calendar' hides a field. | 21 | |
| coding | HiddenField | 'players' hides a field. | 21 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter listener should be final. | 36 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter listener should be final. | 40 | |
| design | DesignForExtension | Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getCalendar' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPlayers' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getCurrentPlayer' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getShipsStorage' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getShips' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getShipsAt' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getShipsAt' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'endTurn' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 122 | |
| design | DesignForExtension | Method 'fireShipMoved' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| design | DesignForExtension | Method 'setMap' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| design | DesignForExtension | Method 'setCalendar' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'addPlayer' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| design | DesignForExtension | Method 'addShip' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | HiddenField | 'x' hides a field. | 11 | |
| coding | HiddenField | 'y' hides a field. | 11 | |
| design | DesignForExtension | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'isAdjacent' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| coding | MagicNumber | '16' is a magic number. | 43 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | HiddenField | 'maxX' hides a field. | 12 | |
| coding | HiddenField | 'maxY' hides a field. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 14 | |
| design | DesignForExtension | Method 'getMaxX' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'getMaxY' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | HiddenField | 'locations' hides a field. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | HiddenField | 'locations' hides a field. | 22 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getLocations' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getFirstLocation' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | HiddenField | 'name' hides a field. | 17 | |
| coding | HiddenField | 'computer' hides a field. | 17 | |
| design | DesignForExtension | Method 'setGame' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | HiddenField | 'game' hides a field. | 22 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'isComputer' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'isHuman' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getShips' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getShipsAt' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'getEnemyShips' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getEnemyShipsAt' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'startTurn' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'endTurn' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 62 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter object should be final. | 73 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | HiddenField | 'owner' hides a field. | 17 | |
| coding | HiddenField | 'maxMoves' hides a field. | 17 | |
| coding | HiddenField | 'location' hides a field. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 20 | |
| design | DesignForExtension | Method 'setGame' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | HiddenField | 'game' hides a field. | 27 | |
| design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getMaxMoves' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getAvailableMoves' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'startTurn' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 61 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 | |
| coding | HiddenField | 'ships' hides a field. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | HiddenField | 'ships' hides a field. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | HiddenField | 'ships' hides a field. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 11 | |
| coding | HiddenField | 'game' hides a field. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | HiddenField | 'calendar' hides a field. | 13 | |
| design | DesignForExtension | Method 'getCalendar' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | HiddenField | 'ship' hides a field. | 17 | |
| coding | HiddenField | 'startLocation' hides a field. | 17 | |
| coding | HiddenField | 'path' hides a field. | 17 | |
| design | DesignForExtension | Method 'getShip' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'getStartLocation' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | HiddenField | 'player' hides a field. | 13 | |
| design | DesignForExtension | Method 'getPlayer' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 |