The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
108 | 0 | 0 | 3615 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 16 | ![]() |
NewlineAtEndOfFile | 3 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 687 | ![]() |
JavadocType | 88 | ![]() |
JavadocVariable | 406 | ![]() |
JavadocStyle | 14 | ![]() |
ConstantName | 4 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 3 | ![]() |
MemberName | 8 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
FileLength | 0 | ![]() |
LineLength | 308 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 4 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 417 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 74 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 2 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 41 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 151 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 219 | ![]() |
MissingSwitchDefault | 1 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 39 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 471 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 2 | ![]() |
VisibilityModifier | 22 | ![]() |
ArrayTypeStyle | 1 | ![]() |
FinalParameters | 485 | ![]() |
GenericIllegalRegexp
| 140 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | First sentence should end with a period. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | '<' is not preceded with whitespace. | 20 |
![]() | '<' is not followed by whitespace. | 20 |
![]() | '>' is not preceded with whitespace. | 20 |
![]() | '>' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter combination1 should be final. | 22 |
![]() | Parameter combination2 should be final. | 22 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter obj should be final. | 30 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter action should be final. | 42 |
![]() | 'action' hides a field. | 42 |
![]() | Method 'getColors' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setColors' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter colors should be final. | 50 |
![]() | 'colors' hides a field. | 50 |
![]() | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter color should be final. | 58 |
![]() | 'color' hides a field. | 58 |
![]() | Method 'getLevelId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Method 'setLevelId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter levelId should be final. | 66 |
![]() | 'levelId' hides a field. | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter text should be final. | 29 |
![]() | Parameter x should be final. | 29 |
![]() | Parameter y should be final. | 29 |
![]() | Parameter width should be final. | 29 |
![]() | Parameter height should be final. | 29 |
![]() | Parameter gameObject should be final. | 29 |
![]() | 'gameObject' hides a field. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | '14' is a magic number. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '4' is a magic number. | 36 |
![]() | '4' is a magic number. | 43 |
![]() | '5' is a magic number. | 43 |
![]() | '5' is a magic number. | 43 |
![]() | '5' is a magic number. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'processMousePressed' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'processMouseClicked' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'getButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'setButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter buttonClickCallback should be final. | 73 |
![]() | 'buttonClickCallback' hides a field. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Missing a Javadoc comment. | 6 |
![]() | '<' is not preceded with whitespace. | 6 |
![]() | '<' is not followed by whitespace. | 6 |
![]() | '>' is not preceded with whitespace. | 6 |
![]() | '>' is not followed by whitespace. | 6 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter action1 should be final. | 8 |
![]() | Parameter action2 should be final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | '1000' is a magic number. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '40' is a magic number. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'sprite' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '{' is not followed by whitespace. | 25 |
![]() | '}' is not preceded with whitespace. | 25 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter elapsedTime should be final. | 34 |
![]() | Method 'isTimedOut' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getSprite' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'setSprite' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter sprite should be final. | 61 |
![]() | 'sprite' hides a field. | 61 |
![]() | Method 'getTimeBonus' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setTimeBonus' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter timeBonus should be final. | 69 |
![]() | 'timeBonus' hides a field. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'initPlayer' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter fileName should be final. | 31 |
![]() | Name 's3m_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Name 'mod_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Name 'xm_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | '60' is a magic number. | 37 |
![]() | '96' is a magic number. | 44 |
![]() | '60' is a magic number. | 45 |
![]() | '60' is a magic number. | 46 |
![]() | '36' is a magic number. | 46 |
![]() | '1084' is a magic number. | 50 |
![]() | '96' is a magic number. | 51 |
![]() | '96' is a magic number. | 52 |
![]() | '988' is a magic number. | 52 |
![]() | Method 'playMusic' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'stopMusic' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter event should be final. | 80 |
![]() | Expected @param tag for 'event'. | 80 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter module should be final. | 93 |
![]() | 'module' hides a field. | 93 |
![]() | Parameter listener should be final. | 93 |
![]() | 'listener' hides a field. | 93 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '48000' is a magic number. | 99 |
![]() | '48000' is a magic number. | 103 |
![]() | '16' is a magic number. | 103 |
![]() | '1024' is a magic number. | 108 |
![]() | '4' is a magic number. | 108 |
![]() | Expression can be simplified. | 119 |
![]() | '1024' is a magic number. | 120 |
![]() | '4' is a magic number. | 125 |
![]() | Line has trailing spaces. | 130 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter stopThreadFlag should be final. | 134 |
![]() | 'stopThreadFlag' hides a field. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'delay' must be private and have accessor methods. | 20 |
![]() | '100' is a magic number. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Name 'DELAY_INCREMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() | Variable 'DELAY_INCREMENT' must be private and have accessor methods. | 21 |
![]() | '5' is a magic number. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter parent should be final. | 23 |
![]() | Parameter resourceContainer should be final. | 23 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | '20' is a magic number. | 35 |
![]() | '60' is a magic number. | 36 |
![]() | '100' is a magic number. | 40 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter elapsedTime should be final. | 47 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter graphics should be final. | 65 |
![]() | '80' is a magic number. | 68 |
![]() | '40' is a magic number. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | '10' is a magic number. | 70 |
![]() | '10' is a magic number. | 70 |
![]() | '40' is a magic number. | 71 |
![]() | '10' is a magic number. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter message should be final. | 7 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Method 'updateType' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | 'type' hides a field. | 45 |
![]() | Method 'getClearBoardColor' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'setClearBoardColor' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter clearBoardColor should be final. | 53 |
![]() | 'clearBoardColor' hides a field. | 53 |
![]() | Method 'getDescriptionKey' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'setDescriptionKey' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter descriptionKey should be final. | 61 |
![]() | 'descriptionKey' hides a field. | 61 |
![]() | Method 'getFourBallFormations' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setFourBallFormations' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter fourBallFormations should be final. | 69 |
![]() | 'fourBallFormations' hides a field. | 69 |
![]() | Method 'getNextScoreMultiplicator' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Method 'setNextScoreMultiplicator' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter nextScoreMultiplicator should be final. | 77 |
![]() | 'nextScoreMultiplicator' hides a field. | 77 |
![]() | Method 'getRechargeBalls' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Method 'setRechargeBalls' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter rechargeBalls should be final. | 85 |
![]() | 'rechargeBalls' hides a field. | 85 |
![]() | Method 'getResetRearRank' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'setResetRearRank' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter resetRearRank should be final. | 93 |
![]() | 'resetRearRank' hides a field. | 93 |
![]() | Method 'getTimeBonus' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Method 'setTimeBonus' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter timeBonus should be final. | 101 |
![]() | 'timeBonus' hides a field. | 101 |
![]() | Method 'getDescriptionShort' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Method 'setDescriptionShort' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter descriptionShort should be final. | 109 |
![]() | 'descriptionShort' hides a field. | 109 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter description should be final. | 117 |
![]() | 'description' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '<' is not preceded with whitespace. | 28 |
![]() | '<' is not followed by whitespace. | 28 |
![]() | '>' is not preceded with whitespace. | 28 |
![]() | '<' is not preceded with whitespace. | 28 |
![]() | '<' is not followed by whitespace. | 28 |
![]() | '>' is not preceded with whitespace. | 28 |
![]() | '>' is not followed by whitespace. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter gameBoard should be final. | 32 |
![]() | 'gameBoard' hides a field. | 32 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'getNumberCanisters' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'addCanister' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter canister should be final. | 45 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter graphics should be final. | 49 |
![]() | Parameter gameObject should be final. | 49 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter elapsedTime should be final. | 55 |
![]() | Parameter gameObject should be final. | 55 |
![]() | '<' is not preceded with whitespace. | 59 |
![]() | '<' is not followed by whitespace. | 59 |
![]() | '>' is not preceded with whitespace. | 59 |
![]() | Expression can be simplified. | 65 |
![]() | Expression can be simplified. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 82 |
![]() | '120.0f' is a magic number. | 83 |
![]() | '300.0f' is a magic number. | 84 |
![]() | Method 'clearCanisters' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Method 'combinationMatchPossible' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter canisterToBeAdded should be final. | 101 |
![]() | Parameter combinations should be final. | 101 |
![]() | '<' is not preceded with whitespace. | 101 |
![]() | '<' is not followed by whitespace. | 101 |
![]() | '>' is not preceded with whitespace. | 101 |
![]() | '<' is not preceded with whitespace. | 103 |
![]() | '<' is not followed by whitespace. | 103 |
![]() | '>' is not preceded with whitespace. | 103 |
![]() | '<' is not preceded with whitespace. | 103 |
![]() | '<' is not followed by whitespace. | 103 |
![]() | '>' is not preceded with whitespace. | 103 |
![]() | '>' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Avoid inline conditionals. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Avoid inline conditionals. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | '3' is a magic number. | 109 |
![]() | Avoid inline conditionals. | 109 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Avoid inline conditionals. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Avoid inline conditionals. | 117 |
![]() | Avoid inline conditionals. | 117 |
![]() | Expression can be simplified. | 119 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter combinations should be final. | 127 |
![]() | '<' is not preceded with whitespace. | 127 |
![]() | '<' is not followed by whitespace. | 127 |
![]() | '>' is not preceded with whitespace. | 127 |
![]() | Parameter canisterStack should be final. | 127 |
![]() | '<' is not preceded with whitespace. | 127 |
![]() | '<' is not followed by whitespace. | 127 |
![]() | '>' is not preceded with whitespace. | 127 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Avoid inline conditionals. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Avoid inline conditionals. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '3' is a magic number. | 136 |
![]() | Avoid inline conditionals. | 136 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Expression can be simplified. | 142 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter combination should be final. | 152 |
![]() | '<' is not preceded with whitespace. | 154 |
![]() | '<' is not followed by whitespace. | 154 |
![]() | '>' is not preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Method 'getCanisterList' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | '<' is not preceded with whitespace. | 211 |
![]() | '<' is not followed by whitespace. | 211 |
![]() | '>' is not preceded with whitespace. | 211 |
![]() | Method 'getGameBoard' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Line has trailing spaces. | 222 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter graphics should be final. | 34 |
![]() | Parameter gameObject should be final. | 34 |
![]() | Method 'renderBackground' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter graphics should be final. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter elapsedTime should be final. | 50 |
![]() | Parameter gameObject should be final. | 50 |
![]() | Method 'getSpecificBulletMovingAction' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter bullet should be final. | 56 |
![]() | Line is longer than 80 characters. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Line has trailing spaces. | 8 |
![]() | Redundant 'public' modifier. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter elapsedTime should be final. | 38 |
![]() | Parameter gameObject should be final. | 38 |
![]() | '{' is not followed by whitespace. | 38 |
![]() | '}' is not preceded with whitespace. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter graphics should be final. | 40 |
![]() | Parameter gameObject should be final. | 40 |
![]() | Method 'updateMoves' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter movesToAdd should be final. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | '5' is a magic number. | 48 |
![]() | Method 'getMoves' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter board should be final. | 20 |
![]() | Parameter logic should be final. | 20 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | First sentence should end with a period. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Expected an @return tag. | 19 |
![]() | Parameter id should be final. | 19 |
![]() | Expected @param tag for 'id'. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 26 |
![]() | '400' is a magic number. | 28 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter elapsedTime should be final. | 32 |
![]() | Parameter gameObject should be final. | 32 |
![]() | Expression can be simplified. | 40 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter graphics should be final. | 51 |
![]() | Parameter gameObject should be final. | 51 |
![]() | Method 'renderBackground' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter graphics should be final. | 63 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | '470' is a magic number. | 68 |
![]() | Method 'getSpecificBulletMovingAction' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter bullet should be final. | 71 |
![]() | Line is longer than 80 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter factory should be final. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter args should be final. | 41 |
![]() | Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter gameId should be final. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter gameBoard should be final. | 7 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() | Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter board should be final. | 18 |
![]() | Parameter bullet should be final. | 18 |
![]() | 'bullet' hides a field. | 18 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '<' is not preceded with whitespace. | 29 |
![]() | '<' is not followed by whitespace. | 29 |
![]() | '>' is not preceded with whitespace. | 29 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '<' is not preceded with whitespace. | 46 |
![]() | '<' is not followed by whitespace. | 46 |
![]() | '>' is not preceded with whitespace. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '<' is not preceded with whitespace. | 36 |
![]() | '<' is not followed by whitespace. | 36 |
![]() | '>' is not preceded with whitespace. | 36 |
![]() | '<' is not preceded with whitespace. | 36 |
![]() | '<' is not followed by whitespace. | 36 |
![]() | '>' is not preceded with whitespace. | 36 |
![]() | '>' is not followed by whitespace. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter gameEngine should be final. | 40 |
![]() | Parameter resourceContainer should be final. | 40 |
![]() | Parameter xmlBeanFactory should be final. | 40 |
![]() | Parameter puzzleLevelState should be final. | 41 |
![]() | 'puzzleLevelState' hides a field. | 41 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '300' is a magic number. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter levelIndex should be final. | 84 |
![]() | Parameter solved should be final. | 84 |
![]() | '30' is a magic number. | 87 |
![]() | '110' is a magic number. | 87 |
![]() | '100' is a magic number. | 88 |
![]() | '100' is a magic number. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter elapsedTime should be final. | 94 |
![]() | Method 'executePagingAction' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Method 'getSelectedLevel' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Method 'setSelectedLevel' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter selectedLevel should be final. | 111 |
![]() | 'selectedLevel' hides a field. | 111 |
![]() | Method 'levelStateChanged' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter level should be final. | 118 |
![]() | Line is longer than 80 characters. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter gameEngine should be final. | 13 |
![]() | Parameter resourceContainer should be final. | 13 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | '30' is a magic number. | 18 |
![]() | '330' is a magic number. | 18 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter graphics should be final. | 22 |
![]() | '140' is a magic number. | 26 |
![]() | '110' is a magic number. | 26 |
![]() | '140' is a magic number. | 27 |
![]() | '150' is a magic number. | 27 |
![]() | '140' is a magic number. | 29 |
![]() | '210' is a magic number. | 29 |
![]() | '140' is a magic number. | 30 |
![]() | '250' is a magic number. | 30 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter elapsedTime should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter gameObject should be final. | 17 |
![]() | Parameter command should be final. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Method 'getPluginHelp' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
![]() | '<' is not preceded with whitespace. | 33 |
![]() | '<' is not followed by whitespace. | 33 |
![]() | '>' is not preceded with whitespace. | 33 |
![]() | '<' is not preceded with whitespace. | 33 |
![]() | '<' is not followed by whitespace. | 33 |
![]() | '>' is not preceded with whitespace. | 33 |
![]() | '>' is not followed by whitespace. | 33 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | Method 'getPluginHelpCommand' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'possibleCommandMatch' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter command should be final. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter gameBoard should be final. | 20 |
![]() | 'gameBoard' hides a field. | 20 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter elapsedTime should be final. | 45 |
![]() | Expected @param tag for 'elapsedTime'. | 45 |
![]() | Parameter gameObject should be final. | 45 |
![]() | Expected @param tag for 'gameObject'. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Expression can be simplified. | 47 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Expression can be simplified. | 61 |
![]() | Expression can be simplified. | 61 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter elapsedTime should be final. | 79 |
![]() | Parameter gameObject should be final. | 79 |
![]() | Parameter specialActionListEmpty should be final. | 79 |
![]() | Expression can be simplified. | 81 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter graphics should be final. | 86 |
![]() | Parameter gameObject should be final. | 86 |
![]() | '{' is not followed by whitespace. | 86 |
![]() | '}' is not preceded with whitespace. | 86 |
![]() | Method 'getGameBoard' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '800' is a magic number. | 58 |
![]() | '600' is a magic number. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '<' is not preceded with whitespace. | 60 |
![]() | '<' is not followed by whitespace. | 60 |
![]() | '>' is not preceded with whitespace. | 60 |
![]() | '<' is not preceded with whitespace. | 60 |
![]() | '<' is not followed by whitespace. | 60 |
![]() | '>' is not preceded with whitespace. | 60 |
![]() | '>' is not followed by whitespace. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '<' is not preceded with whitespace. | 61 |
![]() | '<' is not followed by whitespace. | 61 |
![]() | '>' is not preceded with whitespace. | 61 |
![]() | '<' is not preceded with whitespace. | 61 |
![]() | '<' is not followed by whitespace. | 61 |
![]() | '>' is not preceded with whitespace. | 61 |
![]() | '>' is not followed by whitespace. | 61 |
![]() | Method 'getInfiniteLevels' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '<' is not preceded with whitespace. | 63 |
![]() | '<' is not followed by whitespace. | 63 |
![]() | '>' is not preceded with whitespace. | 63 |
![]() | Method 'setInfiniteLevels' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter infiniteLevels should be final. | 67 |
![]() | '<' is not preceded with whitespace. | 67 |
![]() | '<' is not followed by whitespace. | 67 |
![]() | '>' is not preceded with whitespace. | 67 |
![]() | 'infiniteLevels' hides a field. | 67 |
![]() | Method 'getPuzzleLevels' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '<' is not preceded with whitespace. | 71 |
![]() | '<' is not followed by whitespace. | 71 |
![]() | '>' is not preceded with whitespace. | 71 |
![]() | Method 'setPuzzleLevels' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter puzzleLevels should be final. | 75 |
![]() | '<' is not preceded with whitespace. | 75 |
![]() | '<' is not followed by whitespace. | 75 |
![]() | '>' is not preceded with whitespace. | 75 |
![]() | 'puzzleLevels' hides a field. | 75 |
![]() | Method 'getGameBackgroundImage' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'setGameBackgroundImage' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter gameBackgroundImage should be final. | 83 |
![]() | 'gameBackgroundImage' hides a field. | 83 |
![]() | Method 'getCursorSprite' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'setCursorSprite' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter cursorSprite should be final. | 91 |
![]() | 'cursorSprite' hides a field. | 91 |
![]() | Method 'getBulletSpriteImage' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter index should be final. | 95 |
![]() | Method 'setBulletSpriteImage' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter index should be final. | 99 |
![]() | Parameter sprite should be final. | 99 |
![]() | Method 'getBulletSpriteRotate' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter index should be final. | 103 |
![]() | Method 'setBulletSpriteRotate' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter index should be final. | 107 |
![]() | Parameter sprite should be final. | 107 |
![]() | Method 'getBulletSpriteImageSmall' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter index should be final. | 111 |
![]() | Method 'setBulletSpriteImageSmall' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter index should be final. | 115 |
![]() | Parameter sprite should be final. | 115 |
![]() | Method 'getBulletSpriteImageTiny' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter index should be final. | 119 |
![]() | Method 'setBulletSpriteImageTiny' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter index should be final. | 123 |
![]() | Parameter sprite should be final. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Method 'createAnimatedSprite' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter color should be final. | 127 |
![]() | Method 'createAnimatedSpriteSmall' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter color should be final. | 131 |
![]() | Method 'setCanisterImage' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter index should be final. | 135 |
![]() | Parameter canisterImage should be final. | 135 |
![]() | '64' is a magic number. | 138 |
![]() | '63' is a magic number. | 141 |
![]() | Method 'getCanisterSpriteImage' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter index should be final. | 146 |
![]() | Method 'createCanisterSprite' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter color should be final. | 150 |
![]() | Method 'getLevelAdvanceBottom' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Method 'setLevelAdvanceBottom' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter levelAdvanceBottom should be final. | 158 |
![]() | 'levelAdvanceBottom' hides a field. | 158 |
![]() | Method 'getLevelAdvanceTop' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Method 'setLevelAdvanceTop' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter levelAdvanceTop should be final. | 166 |
![]() | 'levelAdvanceTop' hides a field. | 166 |
![]() | Method 'getGameFont' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Method 'setGameFont' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter gameFont should be final. | 174 |
![]() | 'gameFont' hides a field. | 174 |
![]() | Method 'getLabelResources' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Method 'getCountdownSprite' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'setCountdownSprite' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter countdownSprite should be final. | 186 |
![]() | 'countdownSprite' hides a field. | 186 |
![]() | Method 'getAnimatedButtonSprite' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Method 'setAnimatedButtonSprite' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Parameter animatedButtonSprite should be final. | 195 |
![]() | 'animatedButtonSprite' hides a field. | 195 |
![]() | Method 'getCountdownBackground' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Method 'setCountdownBackground' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter countdownBackground should be final. | 203 |
![]() | 'countdownBackground' hides a field. | 203 |
![]() | Method 'getScoreCalculator' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Method 'getNInARowValidator' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Method 'setNInARowValidator' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter inARowValidator should be final. | 215 |
![]() | Method 'getBackground' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Method 'setBackground' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Parameter background should be final. | 223 |
![]() | 'background' hides a field. | 223 |
![]() | Method 'getBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Method 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Parameter beanFactory should be final. | 231 |
![]() | 'beanFactory' hides a field. | 231 |
![]() | Method 'getIngameFont' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Method 'setIngameFont' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter ingameFont should be final. | 239 |
![]() | 'ingameFont' hides a field. | 239 |
![]() | Method 'getBgPartInfinite' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Method 'setBgPartInfinite' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter bgPartInfinite should be final. | 247 |
![]() | 'bgPartInfinite' hides a field. | 247 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | First sentence should end with a period. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Parameter gameObject should be final. | 14 |
![]() | Expected @param tag for 'gameObject'. | 14 |
![]() | Parameter x should be final. | 14 |
![]() | Expected @param tag for 'x'. | 14 |
![]() | Parameter y should be final. | 14 |
![]() | Expected @param tag for 'y'. | 14 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter gameObject should be final. | 35 |
![]() | 'gameObject' hides a field. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter parent should be final. | 30 |
![]() | Parameter resourceContainer should be final. | 30 |
![]() | Parameter xmlBeanFactory should be final. | 30 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '150' is a magic number. | 37 |
![]() | '160' is a magic number. | 37 |
![]() | '350' is a magic number. | 38 |
![]() | '160' is a magic number. | 38 |
![]() | '150' is a magic number. | 39 |
![]() | '230' is a magic number. | 39 |
![]() | '350' is a magic number. | 40 |
![]() | '230' is a magic number. | 40 |
![]() | '250' is a magic number. | 41 |
![]() | '300' is a magic number. | 41 |
![]() | '20' is a magic number. | 46 |
![]() | '60' is a magic number. | 47 |
![]() | '60' is a magic number. | 48 |
![]() | '20' is a magic number. | 52 |
![]() | '500' is a magic number. | 53 |
![]() | '60' is a magic number. | 54 |
![]() | '160' is a magic number. | 59 |
![]() | '60' is a magic number. | 60 |
![]() | '60' is a magic number. | 62 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter elapsedTime should be final. | 65 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter graphics should be final. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter gameBoard should be final. | 9 |
![]() | Parameter solved should be final. | 9 |
![]() | 'solved' hides a field. | 9 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter x should be final. | 11 |
![]() | 'x' hides a field. | 11 |
![]() | Parameter y should be final. | 11 |
![]() | 'y' hides a field. | 11 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter obj should be final. | 16 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter x should be final. | 37 |
![]() | 'x' hides a field. | 37 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter y should be final. | 45 |
![]() | 'y' hides a field. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter gameEngine should be final. | 14 |
![]() | Parameter resourceContainer should be final. | 14 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter graphics should be final. | 24 |
![]() | '500' is a magic number. | 29 |
![]() | '15' is a magic number. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | '20' is a magic number. | 35 |
![]() | '15' is a magic number. | 35 |
![]() | '20' is a magic number. | 35 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter elapsedTime should be final. | 41 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter board should be final. | 23 |
![]() | Parameter bullet should be final. | 23 |
![]() | Method 'cleanupSpecific' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter dissolveBulletList should be final. | 27 |
![]() | '<' is not preceded with whitespace. | 27 |
![]() | '<' is not followed by whitespace. | 27 |
![]() | '>' is not preceded with whitespace. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '40' is a magic number. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | '40' is a magic number. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Expression can be simplified. | 83 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter yFrom should be final. | 127 |
![]() | Parameter yTo should be final. | 127 |
![]() | Parameter x should be final. | 127 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter xFrom should be final. | 140 |
![]() | Parameter xTo should be final. | 140 |
![]() | Parameter y should be final. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | '{' is followed by whitespace. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'sprite' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Name 'NUMBER_FRAMES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | '64' is a magic number. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter index should be final. | 28 |
![]() | Parameter color should be final. | 28 |
![]() | 'color' hides a field. | 28 |
![]() | '10' is a magic number. | 34 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter elapsedTime should be final. | 37 |
![]() | Expression can be simplified. | 38 |
![]() | Expression can be simplified. | 46 |
![]() | Method 'isWaiting' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Expression can be simplified. | 57 |
![]() | Expression can be simplified. | 57 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter g should be final. | 60 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'empty' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter resourceContainer should be final. | 76 |
![]() | 'resourceContainer' hides a field. | 76 |
![]() | Method 'isDestroyable' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter color should be final. | 88 |
![]() | 'color' hides a field. | 88 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '<' is not preceded with whitespace. | 19 |
![]() | '<' is not followed by whitespace. | 19 |
![]() | '>' is not preceded with whitespace. | 19 |
![]() | Name 'canisterCommandMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
![]() | '<' is not preceded with whitespace. | 19 |
![]() | '<' is not followed by whitespace. | 19 |
![]() | '>' is not preceded with whitespace. | 19 |
![]() | '>' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'getPluginHelp' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '<' is not preceded with whitespace. | 47 |
![]() | '<' is not followed by whitespace. | 47 |
![]() | '>' is not preceded with whitespace. | 47 |
![]() | '<' is not preceded with whitespace. | 49 |
![]() | '<' is not followed by whitespace. | 49 |
![]() | '>' is not preceded with whitespace. | 49 |
![]() | '<' is not preceded with whitespace. | 49 |
![]() | '<' is not followed by whitespace. | 49 |
![]() | '>' is not preceded with whitespace. | 49 |
![]() | '>' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'getPluginHelpCommand' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter gameObject should be final. | 65 |
![]() | Parameter command should be final. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'possibleCommandMatch' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter command should be final. | 77 |
![]() | Expression can be simplified. | 79 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter gameBoard should be final. | 86 |
![]() | Parameter color should be final. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Expression can be simplified. | 94 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter gameBoard should be final. | 101 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '<' is not preceded with whitespace. | 106 |
![]() | '<' is not followed by whitespace. | 106 |
![]() | '>' is not preceded with whitespace. | 106 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter command should be final. | 112 |
![]() | 'command' hides a field. | 112 |
![]() | Parameter colorName should be final. | 112 |
![]() | 'colorName' hides a field. | 112 |
![]() | Parameter color should be final. | 112 |
![]() | 'color' hides a field. | 112 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter other should be final. | 118 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter color should be final. | 131 |
![]() | 'color' hides a field. | 131 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter colorName should be final. | 139 |
![]() | 'colorName' hides a field. | 139 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter command should be final. | 147 |
![]() | 'command' hides a field. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Method 'startMusic' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Line has trailing spaces. | 16 |
![]() | Method 'stopMusic' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter gameObject should be final. | 21 |
![]() | Parameter x should be final. | 21 |
![]() | Parameter y should be final. | 21 |
![]() | Parameter level should be final. | 21 |
![]() | 'level' hides a field. | 21 |
![]() | Parameter solved should be final. | 21 |
![]() | '80' is a magic number. | 22 |
![]() | '80' is a magic number. | 22 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | '<' is not preceded with whitespace. | 41 |
![]() | '<' is not followed by whitespace. | 41 |
![]() | '>' is not preceded with whitespace. | 41 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '4' is a magic number. | 64 |
![]() | '3' is a magic number. | 68 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 96 |
![]() | Expected an @return tag. | 102 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Parameter gameObject should be final. | 102 |
![]() | Expected @param tag for 'gameObject'. | 102 |
![]() | Parameter background should be final. | 102 |
![]() | Expected @param tag for 'background'. | 102 |
![]() | Parameter levelBullets should be final. | 102 |
![]() | '<' is not preceded with whitespace. | 102 |
![]() | '<' is not followed by whitespace. | 102 |
![]() | '>' is not preceded with whitespace. | 102 |
![]() | Expected @param tag for 'levelBullets'. | 102 |
![]() | Parameter rahmen should be final. | 103 |
![]() | Expected @param tag for 'rahmen'. | 103 |
![]() | Parameter haken should be final. | 103 |
![]() | Expected @param tag for 'haken'. | 103 |
![]() | Parameter solved should be final. | 103 |
![]() | Expected @param tag for 'solved'. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '95' is a magic number. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '95' is a magic number. | 107 |
![]() | '95' is a magic number. | 107 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | '20' is a magic number. | 122 |
![]() | '20' is a magic number. | 122 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line has trailing spaces. | 165 |
![]() | Line has trailing spaces. | 167 |
![]() | Line has trailing spaces. | 169 |
![]() | Line has trailing spaces. | 172 |
![]() | Line has trailing spaces. | 174 |
![]() | Line has trailing spaces. | 181 |
![]() | Line has trailing spaces. | 183 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 187 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter gameObject should be final. | 189 |
![]() | 'gameObject' hides a field. | 189 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '<' is not preceded with whitespace. | 27 |
![]() | '<' is not followed by whitespace. | 27 |
![]() | '>' is not preceded with whitespace. | 27 |
![]() | '<' is not preceded with whitespace. | 27 |
![]() | '<' is not followed by whitespace. | 27 |
![]() | '>' is not preceded with whitespace. | 27 |
![]() | '>' is not followed by whitespace. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '<' is not preceded with whitespace. | 29 |
![]() | '<' is not followed by whitespace. | 29 |
![]() | '>' is not preceded with whitespace. | 29 |
![]() | '<' is not preceded with whitespace. | 29 |
![]() | '<' is not followed by whitespace. | 29 |
![]() | '>' is not preceded with whitespace. | 29 |
![]() | '>' is not followed by whitespace. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter resourceContainer should be final. | 37 |
![]() | Parameter gameBoard should be final. | 37 |
![]() | Parameter puzzleMode should be final. | 37 |
![]() | Expression can be simplified. | 38 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter graphics should be final. | 67 |
![]() | Parameter gameObject should be final. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '<' is not preceded with whitespace. | 69 |
![]() | '<' is not followed by whitespace. | 69 |
![]() | '>' is not preceded with whitespace. | 69 |
![]() | '<' is not preceded with whitespace. | 69 |
![]() | '<' is not followed by whitespace. | 69 |
![]() | '>' is not preceded with whitespace. | 69 |
![]() | '>' is not followed by whitespace. | 69 |
![]() | '<' is not preceded with whitespace. | 71 |
![]() | '<' is not followed by whitespace. | 71 |
![]() | '>' is not preceded with whitespace. | 71 |
![]() | Expression can be simplified. | 76 |
![]() | Line is longer than 80 characters. | 82 |
![]() | '<' is not preceded with whitespace. | 82 |
![]() | '<' is not followed by whitespace. | 82 |
![]() | '>' is not preceded with whitespace. | 82 |
![]() | Expression can be simplified. | 91 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter elapsedTime should be final. | 101 |
![]() | Parameter gameObject should be final. | 101 |
![]() | Expression can be simplified. | 107 |
![]() | Expression can be simplified. | 116 |
![]() | Method 'addAction' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter actionEvent should be final. | 127 |
![]() | Method 'addActions' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter newActions should be final. | 135 |
![]() | '<' is not preceded with whitespace. | 135 |
![]() | '<' is not followed by whitespace. | 135 |
![]() | '>' is not preceded with whitespace. | 135 |
![]() | Expression can be simplified. | 136 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Method 'setBlocking' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter blocking should be final. | 150 |
![]() | 'blocking' hides a field. | 150 |
![]() | Missing a Javadoc comment. | 154 |
![]() | '<' is not preceded with whitespace. | 154 |
![]() | '<' is not followed by whitespace. | 154 |
![]() | '>' is not preceded with whitespace. | 154 |
![]() | Missing a Javadoc comment. | 158 |
![]() | '<' is not preceded with whitespace. | 158 |
![]() | '<' is not followed by whitespace. | 158 |
![]() | '>' is not preceded with whitespace. | 158 |
![]() | Method 'getActionCanister' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Method 'getActionStatistics' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Method 'getActionCountdown' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Method 'getActionMoveStatistics' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line has trailing spaces. | 177 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 13 |
![]() | Parameter gameObject should be final. | 18 |
![]() | Expected @param tag for 'gameObject'. | 18 |
![]() | Parameter x should be final. | 18 |
![]() | Expected @param tag for 'x'. | 18 |
![]() | Parameter y should be final. | 18 |
![]() | Expected @param tag for 'y'. | 18 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter gameObject should be final. | 39 |
![]() | 'gameObject' hides a field. | 39 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Method 'canConvert' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter type should be final. | 13 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter source should be final. | 17 |
![]() | Parameter writer should be final. | 17 |
![]() | Parameter context should be final. | 17 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter reader should be final. | 21 |
![]() | Parameter context should be final. | 21 |
![]() | Avoid inline conditionals. | 24 |
![]() | Avoid inline conditionals. | 26 |
![]() | Avoid inline conditionals. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Method 'checkNInARow' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | '<' is not preceded with whitespace. | 18 |
![]() | '<' is not followed by whitespace. | 18 |
![]() | '>' is not preceded with whitespace. | 18 |
![]() | Parameter board should be final. | 18 |
![]() | '<' is not preceded with whitespace. | 94 |
![]() | '<' is not followed by whitespace. | 94 |
![]() | '>' is not preceded with whitespace. | 94 |
![]() | '<' is not preceded with whitespace. | 96 |
![]() | '<' is not followed by whitespace. | 96 |
![]() | '>' is not preceded with whitespace. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | '<' is not preceded with whitespace. | 98 |
![]() | '<' is not followed by whitespace. | 98 |
![]() | '>' is not preceded with whitespace. | 98 |
![]() | '>' is not followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | '<' is not preceded with whitespace. | 103 |
![]() | '<' is not followed by whitespace. | 103 |
![]() | '>' is not preceded with whitespace. | 103 |
![]() | '>' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Method 'findConnectedBullets' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter board should be final. | 117 |
![]() | Parameter list should be final. | 117 |
![]() | '<' is not preceded with whitespace. | 117 |
![]() | '<' is not followed by whitespace. | 117 |
![]() | '>' is not preceded with whitespace. | 117 |
![]() | Parameter pos should be final. | 117 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Method 'setRequiredAlignedBullets' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter requiredAlignedBullets should be final. | 163 |
![]() | 'requiredAlignedBullets' hides a field. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter bullet should be final. | 13 |
![]() | 'bullet' hides a field. | 13 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Expression can be simplified. | 24 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter graphics should be final. | 27 |
![]() | Parameter gameObject should be final. | 27 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter elapsedTime should be final. | 35 |
![]() | Parameter gameObject should be final. | 35 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '<' is not preceded with whitespace. | 14 |
![]() | '<' is not followed by whitespace. | 14 |
![]() | '>' is not preceded with whitespace. | 14 |
![]() | '<' is not preceded with whitespace. | 14 |
![]() | '<' is not followed by whitespace. | 14 |
![]() | '>' is not preceded with whitespace. | 14 |
![]() | '>' is not followed by whitespace. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter numberLevels should be final. | 20 |
![]() | Method 'getCurrentlySelectedLevel' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'setCurrentlySelectedLevel' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter currentlySelectedLevel should be final. | 31 |
![]() | 'currentlySelectedLevel' hides a field. | 31 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'setLevelSolved' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter level should be final. | 41 |
![]() | Expected @param tag for 'level'. | 41 |
![]() | Parameter solved should be final. | 41 |
![]() | Expected @param tag for 'solved'. | 41 |
![]() | Method 'isLevelSolved' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter level should be final. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'registerPuzzleLevelStateChangedListener' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter puzzleLevelStateChangedListener should be final. | 53 |
![]() | 'puzzleLevelStateChangedListener' hides a field. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 10 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter gameObject should be final. | 36 |
![]() | 'gameObject' hides a field. | 36 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 14 |
![]() | Redundant 'public' modifier. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '<' is not preceded with whitespace. | 19 |
![]() | '<' is not followed by whitespace. | 19 |
![]() | '>' is not preceded with whitespace. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '<' is not preceded with whitespace. | 29 |
![]() | '<' is not followed by whitespace. | 29 |
![]() | '>' is not preceded with whitespace. | 29 |
![]() | '>' is not followed by whitespace. | 29 |
![]() | Method 'updateBoard' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'for' construct must use '{}'s. | 33 |
![]() | Line has trailing spaces. | 41 |
![]() | Method 'initLevel' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter level should be final. | 51 |
![]() | 'level' hides a field. | 51 |
![]() | Method 'getBullet' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter x should be final. | 57 |
![]() | Parameter y should be final. | 57 |
![]() | Method 'setBullet' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter x should be final. | 64 |
![]() | Parameter y should be final. | 64 |
![]() | Parameter bullet should be final. | 64 |
![]() | Method 'removeBullet' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter x should be final. | 70 |
![]() | Parameter y should be final. | 70 |
![]() | Method 'isMovePossible' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter direction should be final. | 74 |
![]() | Parameter bullet should be final. | 74 |
![]() | Array brackets at illegal position. | 76 |
![]() | '5' is a magic number. | 76 |
![]() | Expression can be simplified. | 121 |
![]() | '10' is a magic number. | 123 |
![]() | '10' is a magic number. | 123 |
![]() | '3' is a magic number. | 136 |
![]() | '4' is a magic number. | 137 |
![]() | Method 'resetGlowAnimation' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter ignoreX should be final. | 142 |
![]() | Parameter ignoreY should be final. | 142 |
![]() | 'for' construct must use '{}'s. | 143 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter resourceContainer should be final. | 155 |
![]() | 'resourceContainer' hides a field. | 155 |
![]() | Method 'getBulletList' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | '<' is not preceded with whitespace. | 159 |
![]() | '<' is not followed by whitespace. | 159 |
![]() | '>' is not preceded with whitespace. | 159 |
![]() | '<' is not preceded with whitespace. | 160 |
![]() | '<' is not followed by whitespace. | 160 |
![]() | '>' is not preceded with whitespace. | 160 |
![]() | '<' is not preceded with whitespace. | 160 |
![]() | '<' is not followed by whitespace. | 160 |
![]() | '>' is not preceded with whitespace. | 160 |
![]() | '>' is not followed by whitespace. | 160 |
![]() | Method 'getBoard' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Method 'getActionContainer' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Method 'setActionContainer' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter actionContainer should be final. | 184 |
![]() | 'actionContainer' hides a field. | 184 |
![]() | Method 'getGameLogic' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Method 'setGameLogic' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter gameLogic should be final. | 192 |
![]() | 'gameLogic' hides a field. | 192 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | First sentence should end with a period. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Parameter gameObject should be final. | 21 |
![]() | Expected @param tag for 'gameObject'. | 21 |
![]() | Parameter x should be final. | 21 |
![]() | Expected @param tag for 'x'. | 21 |
![]() | Parameter y should be final. | 21 |
![]() | Expected @param tag for 'y'. | 21 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter gameObject should be final. | 44 |
![]() | 'gameObject' hides a field. | 44 |
![]() | Expression can be simplified. | 55 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Redundant 'public' modifier. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Redundant 'public' modifier. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getNewSpecialEventList' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '<' is not preceded with whitespace. | 35 |
![]() | '<' is not followed by whitespace. | 35 |
![]() | '>' is not preceded with whitespace. | 35 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter key should be final. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter key should be final. | 46 |
![]() | Parameter appendString should be final. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter resourceContainer should be final. | 56 |
![]() | 'resourceContainer' hides a field. | 56 |
![]() | Method 'getGameFont' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'getCleanupAction' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'setCleanupAction' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter cleanupAction should be final. | 72 |
![]() | 'cleanupAction' hides a field. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '<' is not preceded with whitespace. | 23 |
![]() | '<' is not followed by whitespace. | 23 |
![]() | '>' is not preceded with whitespace. | 23 |
![]() | '<' is not preceded with whitespace. | 23 |
![]() | '<' is not followed by whitespace. | 23 |
![]() | '>' is not preceded with whitespace. | 23 |
![]() | '>' is not followed by whitespace. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter board should be final. | 27 |
![]() | Method 'getGameBoard' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getNewSpecialEventList' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '<' is not preceded with whitespace. | 37 |
![]() | '<' is not followed by whitespace. | 37 |
![]() | '>' is not preceded with whitespace. | 37 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter key should be final. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter key should be final. | 45 |
![]() | Parameter appendString should be final. | 45 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter resourceContainer should be final. | 53 |
![]() | 'resourceContainer' hides a field. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 17 |
![]() | '{' is not followed by whitespace. | 17 |
![]() | '}' is not preceded with whitespace. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter color should be final. | 19 |
![]() | 'color' hides a field. | 19 |
![]() | Parameter status should be final. | 19 |
![]() | 'status' hides a field. | 19 |
![]() | Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter color should be final. | 28 |
![]() | 'color' hides a field. | 28 |
![]() | Method 'isStatusBig' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 35 |
![]() | Method 'isStatusSmall' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter status should be final. | 44 |
![]() | 'status' hides a field. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 10 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter gameObject should be final. | 36 |
![]() | 'gameObject' hides a field. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | '<' is not preceded with whitespace. | 13 |
![]() | '<' is not followed by whitespace. | 13 |
![]() | '>' is not preceded with whitespace. | 13 |
![]() | '<' is not preceded with whitespace. | 13 |
![]() | '<' is not followed by whitespace. | 13 |
![]() | '>' is not preceded with whitespace. | 13 |
![]() | '>' is not followed by whitespace. | 13 |
![]() | Method 'initLevel' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter level should be final. | 15 |
![]() | Method 'isRenderPuzzleSolved' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'setRenderPuzzleSolved' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter renderPuzzleSolved should be final. | 24 |
![]() | 'renderPuzzleSolved' hides a field. | 24 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'updateBoardHistory' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'undoBoardHistory' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter board should be final. | 11 |
![]() | Parameter score should be final. | 11 |
![]() | Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Utility classes should not have a public or default constructor. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Parameter x should be final. | 12 |
![]() | Parameter y should be final. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | '<' is not preceded with whitespace. | 20 |
![]() | '<' is not followed by whitespace. | 20 |
![]() | '>' is not preceded with whitespace. | 20 |
![]() | Parameter gameBoard should be final. | 20 |
![]() | '<' is not preceded with whitespace. | 21 |
![]() | '<' is not followed by whitespace. | 21 |
![]() | '>' is not preceded with whitespace. | 21 |
![]() | '<' is not preceded with whitespace. | 21 |
![]() | '<' is not followed by whitespace. | 21 |
![]() | '>' is not preceded with whitespace. | 21 |
![]() | '>' is not followed by whitespace. | 21 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '<' is not preceded with whitespace. | 34 |
![]() | '<' is not followed by whitespace. | 34 |
![]() | '>' is not preceded with whitespace. | 34 |
![]() | Parameter gameBoard should be final. | 34 |
![]() | '<' is not preceded with whitespace. | 35 |
![]() | '<' is not followed by whitespace. | 35 |
![]() | '>' is not preceded with whitespace. | 35 |
![]() | '<' is not preceded with whitespace. | 35 |
![]() | '<' is not followed by whitespace. | 35 |
![]() | '>' is not preceded with whitespace. | 35 |
![]() | '>' is not followed by whitespace. | 35 |
![]() | Line has trailing spaces. | 52 |
![]() | Parameter gameBoard should be final. | 57 |
![]() | '<' is not preceded with whitespace. | 59 |
![]() | '<' is not followed by whitespace. | 59 |
![]() | '>' is not preceded with whitespace. | 59 |
![]() | '<' is not preceded with whitespace. | 59 |
![]() | '<' is not followed by whitespace. | 59 |
![]() | '>' is not preceded with whitespace. | 59 |
![]() | '>' is not followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter gameEngine should be final. | 30 |
![]() | Parameter resourceContainer should be final. | 30 |
![]() | Parameter xmlBeanFactory should be final. | 30 |
![]() | '200' is a magic number. | 32 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 44 |
![]() | '10' is a magic number. | 48 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter graphics should be final. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | '170' is a magic number. | 58 |
![]() | '340' is a magic number. | 58 |
![]() | '192' is a magic number. | 60 |
![]() | '192' is a magic number. | 60 |
![]() | '192' is a magic number. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '100' is a magic number. | 67 |
![]() | '192' is a magic number. | 69 |
![]() | '192' is a magic number. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | '100' is a magic number. | 70 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter elapsedTime should be final. | 75 |
![]() | '7' is a magic number. | 78 |
![]() | '100' is a magic number. | 83 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter resourceContainer should be final. | 94 |
![]() | 'resourceContainer' hides a field. | 94 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '32' is a magic number. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '32' is a magic number. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '32' is a magic number. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | '32' is a magic number. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | '32' is a magic number. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '32' is a magic number. | 110 |
![]() | '20' is a magic number. | 112 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Line is longer than 80 characters. | 126 |
![]() | '326' is a magic number. | 126 |
![]() | '326' is a magic number. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | '326' is a magic number. | 128 |
![]() | '326' is a magic number. | 129 |
![]() | '326' is a magic number. | 129 |
![]() | '30' is a magic number. | 131 |
![]() | '550' is a magic number. | 135 |
![]() | '170' is a magic number. | 136 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | '40' is a magic number. | 147 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '60' is a magic number. | 157 |
![]() | '70' is a magic number. | 170 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '85' is a magic number. | 186 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '99' is a magic number. | 193 |
![]() | '100' is a magic number. | 196 |
![]() | Must have at least one statement. | 197 |
![]() | '100' is a magic number. | 200 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter bulletColor should be final. | 203 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '13' is a magic number. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '6' is a magic number. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line has trailing spaces. | 222 |
![]() | Line is longer than 80 characters. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter color should be final. | 234 |
![]() | 'color' hides a field. | 234 |
![]() | Parameter name should be final. | 234 |
![]() | 'name' hides a field. | 234 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Missing a Javadoc comment. | 243 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line has trailing spaces. | 30 |
![]() | Expected an @return tag. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | '<' is not preceded with whitespace. | 45 |
![]() | '<' is not followed by whitespace. | 45 |
![]() | '>' is not preceded with whitespace. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Utility classes should not have a public or default constructor. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Parameter bonusInPercent should be final. | 12 |
![]() | '100.0d' is a magic number. | 13 |
![]() | Line has trailing spaces. | 19 |
![]() | Expected an @return tag. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | '<' is not preceded with whitespace. | 24 |
![]() | '<' is not followed by whitespace. | 24 |
![]() | '>' is not preceded with whitespace. | 24 |
![]() | Parameter color should be final. | 24 |
![]() | Expected @param tag for 'color'. | 24 |
![]() | Parameter board should be final. | 24 |
![]() | Expected @param tag for 'board'. | 24 |
![]() | '<' is not preceded with whitespace. | 25 |
![]() | '<' is not followed by whitespace. | 25 |
![]() | '>' is not preceded with whitespace. | 25 |
![]() | '<' is not preceded with whitespace. | 25 |
![]() | '<' is not followed by whitespace. | 25 |
![]() | '>' is not preceded with whitespace. | 25 |
![]() | '>' is not followed by whitespace. | 25 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '<' is not preceded with whitespace. | 36 |
![]() | '<' is not followed by whitespace. | 36 |
![]() | '>' is not preceded with whitespace. | 36 |
![]() | Parameter gameBoard should be final. | 36 |
![]() | '<' is not preceded with whitespace. | 37 |
![]() | '<' is not followed by whitespace. | 37 |
![]() | '>' is not preceded with whitespace. | 37 |
![]() | '<' is not preceded with whitespace. | 37 |
![]() | '<' is not followed by whitespace. | 37 |
![]() | '>' is not preceded with whitespace. | 37 |
![]() | '>' is not followed by whitespace. | 37 |
![]() | Line has trailing spaces. | 58 |
![]() | Parameter x should be final. | 65 |
![]() | Parameter y should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 75 |
![]() | Parameter bullet should be final. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | First sentence should end with a period. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | Parameter gameObject should be final. | 18 |
![]() | Expected @param tag for 'gameObject'. | 18 |
![]() | Parameter x should be final. | 18 |
![]() | Expected @param tag for 'x'. | 18 |
![]() | Parameter y should be final. | 18 |
![]() | Expected @param tag for 'y'. | 18 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter gameObject should be final. | 39 |
![]() | 'gameObject' hides a field. | 39 |
![]() | Expression can be simplified. | 50 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
![]() | '<' is not preceded with whitespace. | 9 |
![]() | '<' is not followed by whitespace. | 9 |
![]() | '>' is not preceded with whitespace. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Method 'loadLevel' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter mode should be final. | 23 |
![]() | Parameter levelId should be final. | 23 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter resourceContainer should be final. | 55 |
![]() | 'resourceContainer' hides a field. | 55 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | First sentence should end with a period. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter graphics should be final. | 54 |
![]() | Parameter gameObject should be final. | 54 |
![]() | Line has trailing spaces. | 70 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter elapsedTime should be final. | 76 |
![]() | Parameter gameObject should be final. | 76 |
![]() | Expression can be simplified. | 82 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Expression can be simplified. | 113 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Expression can be simplified. | 125 |
![]() | Avoid inline conditionals. | 136 |
![]() | Avoid inline conditionals. | 137 |
![]() | Avoid inline conditionals. | 142 |
![]() | Avoid inline conditionals. | 144 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter gameObject should be final. | 194 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Parameter key should be final. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter key should be final. | 202 |
![]() | Parameter appendString should be final. | 202 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Parameter resourceContainer should be final. | 210 |
![]() | 'resourceContainer' hides a field. | 210 |
![]() | Method 'getBoard' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Method 'setBoard' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter board should be final. | 218 |
![]() | 'board' hides a field. | 218 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter level should be final. | 226 |
![]() | 'level' hides a field. | 226 |
![]() | Method 'isGameFinished' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'setGameFinished' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter gameFinished should be final. | 234 |
![]() | 'gameFinished' hides a field. | 234 |
![]() | Parameter solved should be final. | 234 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter sprite should be final. | 250 |
![]() | 'sprite' hides a field. | 250 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Parameter nextGameId should be final. | 258 |
![]() | 'nextGameId' hides a field. | 258 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Parameter elapsedTime should be final. | 262 |
![]() | Parameter gameObject should be final. | 262 |
![]() | Missing a Javadoc comment. | 278 |
![]() | Parameter graphics should be final. | 278 |
![]() | Method 'isGameSolved' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter elapsedTime should be final. | 33 |
![]() | Parameter gameObject should be final. | 33 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter graphics should be final. | 42 |
![]() | Parameter gameObject should be final. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter x should be final. | 64 |
![]() | 'x' hides a field. | 64 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter y should be final. | 72 |
![]() | 'y' hides a field. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter text should be final. | 84 |
![]() | 'text' hides a field. | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter board should be final. | 16 |
![]() | Parameter bullet should be final. | 16 |
![]() | Method 'cleanupSpecific' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter dissolveBulletList should be final. | 20 |
![]() | '<' is not preceded with whitespace. | 20 |
![]() | '<' is not followed by whitespace. | 20 |
![]() | '>' is not preceded with whitespace. | 20 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | '<' is not preceded with whitespace. | 24 |
![]() | '<' is not followed by whitespace. | 24 |
![]() | '>' is not preceded with whitespace. | 24 |
![]() | '<' is not preceded with whitespace. | 24 |
![]() | '<' is not followed by whitespace. | 24 |
![]() | '>' is not preceded with whitespace. | 24 |
![]() | '>' is not followed by whitespace. | 24 |
![]() | First sentence should end with a period. | 26 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter gameEngine should be final. | 29 |
![]() | Parameter resourceContainer should be final. | 29 |
![]() | 'resourceContainer' hides a field. | 29 |
![]() | Parameter xmlBeanFactory should be final. | 29 |
![]() | 'xmlBeanFactory' hides a field. | 29 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'addButtonToScreen' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter button should be final. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter elapsedTime should be final. | 47 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter resourceContainer should be final. | 63 |
![]() | 'resourceContainer' hides a field. | 63 |
![]() | Method 'getXmlBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Method 'setXmlBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter xmlBeanFactory should be final. | 71 |
![]() | 'xmlBeanFactory' hides a field. | 71 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter key should be final. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getFramework' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'getScreenButtons' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '<' is not preceded with whitespace. | 83 |
![]() | '<' is not followed by whitespace. | 83 |
![]() | '>' is not preceded with whitespace. | 83 |
![]() | Method 'getNextScreen' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'setNextScreen' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter nextScreen should be final. | 91 |
![]() | 'nextScreen' hides a field. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Method 'initLoader' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter height should be final. | 29 |
![]() | 'height' hides a field. | 29 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter width should be final. | 37 |
![]() | 'width' hides a field. | 37 |
![]() | Method 'isFullscreen' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setFullscreen' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter fullscreen should be final. | 45 |
![]() | 'fullscreen' hides a field. | 45 |
![]() | Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setGame' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter game should be final. | 57 |
![]() | 'game' hides a field. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
![]() | '>' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
![]() | '>' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
![]() | '>' is not followed by whitespace. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter parent should be final. | 36 |
![]() | Parameter level should be final. | 36 |
![]() | 'level' hides a field. | 36 |
![]() | Parameter resourceContainer should be final. | 36 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 53 |
![]() | '<' is not preceded with whitespace. | 53 |
![]() | '<' is not followed by whitespace. | 53 |
![]() | '>' is not preceded with whitespace. | 53 |
![]() | '<' is not preceded with whitespace. | 53 |
![]() | '<' is not followed by whitespace. | 53 |
![]() | '>' is not preceded with whitespace. | 53 |
![]() | '>' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter elapsedTime should be final. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter graphics should be final. | 87 |
![]() | Line is longer than 80 characters. | 90 |
![]() | '<' is not preceded with whitespace. | 90 |
![]() | '<' is not followed by whitespace. | 90 |
![]() | '>' is not preceded with whitespace. | 90 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '60' is a magic number. | 119 |
![]() | '32' is a magic number. | 122 |
![]() | '32' is a magic number. | 125 |
![]() | '32' is a magic number. | 128 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter graphics should be final. | 131 |
![]() | '60' is a magic number. | 136 |
![]() | '20' is a magic number. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | '230' is a magic number. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | '230' is a magic number. | 139 |
![]() | '20' is a magic number. | 139 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter index should be final. | 146 |
![]() | 'index' hides a field. | 146 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter description should be final. | 150 |
![]() | 'description' hides a field. | 150 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter levelString should be final. | 158 |
![]() | 'levelString' hides a field. | 158 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter spriteColor1 should be final. | 166 |
![]() | 'spriteColor1' hides a field. | 166 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter spriteColor2 should be final. | 174 |
![]() | 'spriteColor2' hides a field. | 174 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter spriteColor3 should be final. | 182 |
![]() | 'spriteColor3' hides a field. | 182 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter font should be final. | 194 |
![]() | 'font' hides a field. | 194 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter descriptionShort should be final. | 202 |
![]() | 'descriptionShort' hides a field. | 202 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '<' is not preceded with whitespace. | 26 |
![]() | '<' is not followed by whitespace. | 26 |
![]() | '>' is not preceded with whitespace. | 26 |
![]() | '<' is not preceded with whitespace. | 26 |
![]() | '<' is not followed by whitespace. | 26 |
![]() | '>' is not preceded with whitespace. | 26 |
![]() | '>' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'setDistribute' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter doDistribute should be final. | 38 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter args should be final. | 54 |
![]() | Line is longer than 80 characters. | 59 |
![]() | First sentence should end with a period. | 71 |
![]() | Expected an @return tag. | 74 |
![]() | Method 'getGame' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter gameId should be final. | 75 |
![]() | Expected @param tag for 'gameId'. | 75 |
![]() | Line has trailing spaces. | 83 |
![]() | Expected an @return tag. | 87 |
![]() | Parameter screen should be final. | 87 |
![]() | Expected @param tag for 'screen'. | 87 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 137 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter resourceContainer should be final. | 187 |
![]() | 'resourceContainer' hides a field. | 187 |
![]() | Method 'getGameLoader' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Method 'setGameLoader' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Parameter gameLoader should be final. | 195 |
![]() | 'gameLoader' hides a field. | 195 |
![]() | Method 'getXmlBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Method 'setXmlBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter factory should be final. | 203 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '<' is not preceded with whitespace. | 16 |
![]() | '<' is not followed by whitespace. | 16 |
![]() | '>' is not preceded with whitespace. | 16 |
![]() | '<' is not preceded with whitespace. | 16 |
![]() | '<' is not followed by whitespace. | 16 |
![]() | '>' is not preceded with whitespace. | 16 |
![]() | '>' is not followed by whitespace. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter initialState should be final. | 21 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter elapsedTime should be final. | 45 |
![]() | Parameter gameObject should be final. | 45 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter graphics should be final. | 54 |
![]() | Parameter gameObject should be final. | 54 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'getBulletList' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '<' is not preceded with whitespace. | 70 |
![]() | '<' is not followed by whitespace. | 70 |
![]() | '>' is not preceded with whitespace. | 70 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '<' is not preceded with whitespace. | 41 |
![]() | '<' is not followed by whitespace. | 41 |
![]() | '>' is not preceded with whitespace. | 41 |
![]() | '<' is not preceded with whitespace. | 41 |
![]() | '<' is not followed by whitespace. | 41 |
![]() | '>' is not preceded with whitespace. | 41 |
![]() | '>' is not followed by whitespace. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '<' is not preceded with whitespace. | 43 |
![]() | '<' is not followed by whitespace. | 43 |
![]() | '>' is not preceded with whitespace. | 43 |
![]() | '<' is not preceded with whitespace. | 43 |
![]() | '<' is not followed by whitespace. | 43 |
![]() | '>' is not preceded with whitespace. | 43 |
![]() | '>' is not followed by whitespace. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '200' is a magic number. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter gameObject should be final. | 60 |
![]() | Parameter elapsedTime should be final. | 60 |
![]() | '{' is not followed by whitespace. | 60 |
![]() | '}' is not preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter gameObject should be final. | 63 |
![]() | Parameter graphics should be final. | 63 |
![]() | '{' is not followed by whitespace. | 63 |
![]() | '}' is not preceded with whitespace. | 63 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method length is 188 lines (max allowed is 150). | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter gameObject should be final. | 66 |
![]() | Parameter elapsedTime should be final. | 66 |
![]() | Expression can be simplified. | 73 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Avoid inline conditionals. | 147 |
![]() | Avoid inline conditionals. | 150 |
![]() | Avoid inline conditionals. | 153 |
![]() | Avoid inline conditionals. | 156 |
![]() | Avoid inline conditionals. | 159 |
![]() | Avoid inline conditionals. | 162 |
![]() | Avoid inline conditionals. | 165 |
![]() | Avoid inline conditionals. | 168 |
![]() | Avoid inline conditionals. | 171 |
![]() | Avoid inline conditionals. | 174 |
![]() | Avoid inline conditionals. | 177 |
![]() | Avoid inline conditionals. | 180 |
![]() | Avoid inline conditionals. | 183 |
![]() | Avoid inline conditionals. | 186 |
![]() | Avoid inline conditionals. | 189 |
![]() | Avoid inline conditionals. | 192 |
![]() | Avoid inline conditionals. | 195 |
![]() | Avoid inline conditionals. | 198 |
![]() | Avoid inline conditionals. | 201 |
![]() | Avoid inline conditionals. | 204 |
![]() | Avoid inline conditionals. | 207 |
![]() | '7' is a magic number. | 231 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter gameObject should be final. | 256 |
![]() | Parameter graphics should be final. | 256 |
![]() | Expression can be simplified. | 257 |
![]() | '20' is a magic number. | 268 |
![]() | '40' is a magic number. | 268 |
![]() | '20' is a magic number. | 268 |
![]() | '20' is a magic number. | 271 |
![]() | '40' is a magic number. | 271 |
![]() | '20' is a magic number. | 271 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Parameter newLines should be final. | 277 |
![]() | '<' is not preceded with whitespace. | 277 |
![]() | '<' is not followed by whitespace. | 277 |
![]() | '>' is not preceded with whitespace. | 277 |
![]() | 'newLines' hides a field. | 277 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Parameter lineToAdd should be final. | 283 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Missing a Javadoc comment. | 298 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | interfaces should describe a type and hence have methods. | 3 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Redundant 'public' modifier. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Redundant 'public' modifier. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Redundant 'public' modifier. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter gameEngine should be final. | 33 |
![]() | Parameter resourceContainer should be final. | 33 |
![]() | Parameter xmlBeanFactory should be final. | 33 |
![]() | Parameter backScreen should be final. | 34 |
![]() | 'backScreen' hides a field. | 34 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '30' is a magic number. | 40 |
![]() | '150' is a magic number. | 40 |
![]() | '360' is a magic number. | 40 |
![]() | '30' is a magic number. | 41 |
![]() | '150' is a magic number. | 41 |
![]() | '360' is a magic number. | 41 |
![]() | '30' is a magic number. | 42 |
![]() | '150' is a magic number. | 42 |
![]() | '360' is a magic number. | 42 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter graphics should be final. | 45 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter elapsedTime should be final. | 50 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'getNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter currentPage should be final. | 69 |
![]() | 'currentPage' hides a field. | 69 |
![]() | Method 'setNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter numberOfPages should be final. | 73 |
![]() | 'numberOfPages' hides a field. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '<' is not preceded with whitespace. | 22 |
![]() | '<' is not followed by whitespace. | 22 |
![]() | '>' is not preceded with whitespace. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '<' is not preceded with whitespace. | 23 |
![]() | '<' is not followed by whitespace. | 23 |
![]() | '>' is not preceded with whitespace. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '<' is not preceded with whitespace. | 25 |
![]() | '<' is not followed by whitespace. | 25 |
![]() | '>' is not preceded with whitespace. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' is not followed by whitespace. | 27 |
![]() | '}' is not preceded with whitespace. | 27 |
![]() | Method 'initLists' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '<' is not preceded with whitespace. | 30 |
![]() | '<' is not followed by whitespace. | 30 |
![]() | '>' is not preceded with whitespace. | 30 |
![]() | '>' is not followed by whitespace. | 30 |
![]() | '<' is not preceded with whitespace. | 31 |
![]() | '<' is not followed by whitespace. | 31 |
![]() | '>' is not preceded with whitespace. | 31 |
![]() | '>' is not followed by whitespace. | 31 |
![]() | First sentence should end with a period. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'initBullets' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter resourceContainer should be final. | 39 |
![]() | Expected @param tag for 'resourceContainer'. | 39 |
![]() | 'data' hides a field. | 43 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'getNextLevelId' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getBullets' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '<' is not preceded with whitespace. | 65 |
![]() | '<' is not followed by whitespace. | 65 |
![]() | '>' is not preceded with whitespace. | 65 |
![]() | Method 'getCombinations' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '<' is not preceded with whitespace. | 69 |
![]() | '<' is not followed by whitespace. | 69 |
![]() | '>' is not preceded with whitespace. | 69 |
![]() | Method 'setCombinations' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter combinations should be final. | 73 |
![]() | '<' is not preceded with whitespace. | 73 |
![]() | '<' is not followed by whitespace. | 73 |
![]() | '>' is not preceded with whitespace. | 73 |
![]() | 'combinations' hides a field. | 73 |
![]() | Method 'getBoardClearScore' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Method 'setBoardClearScore' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter boardClearScore should be final. | 81 |
![]() | 'boardClearScore' hides a field. | 81 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter data should be final. | 89 |
![]() | 'data' hides a field. | 89 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter id should be final. | 97 |
![]() | 'id' hides a field. | 97 |
![]() | Method 'getLevelAdvanceScore' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Method 'setLevelAdvanceScore' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter levelAdvanceScore should be final. | 105 |
![]() | 'levelAdvanceScore' hides a field. | 105 |
![]() | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter mode should be final. | 113 |
![]() | 'mode' hides a field. | 113 |
![]() | Method 'getAccumulatedCombinations' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '<' is not preceded with whitespace. | 117 |
![]() | '<' is not followed by whitespace. | 117 |
![]() | '>' is not preceded with whitespace. | 117 |
![]() | Method 'getNextLevelNewColor' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'setNextLevelNewColor' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter nextLevelNewColor should be final. | 125 |
![]() | 'nextLevelNewColor' hides a field. | 125 |
![]() | Method 'getNumberColors' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Method 'setNumberColors' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter numberColors should be final. | 133 |
![]() | 'numberColors' hides a field. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 10 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter gameObject should be final. | 36 |
![]() | 'gameObject' hides a field. | 36 |
![]() | Line is longer than 80 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter gameBoard should be final. | 22 |
![]() | 'gameBoard' hides a field. | 22 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter elapsedTime should be final. | 46 |
![]() | Parameter gameObject should be final. | 46 |
![]() | Expression can be simplified. | 48 |
![]() | Expression can be simplified. | 49 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 68 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter graphics should be final. | 69 |
![]() | Parameter gameObject should be final. | 69 |
![]() | Method 'getGameBoard' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Method 'setTimeBonus' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter timeBonus should be final. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | interfaces should describe a type and hence have methods. | 5 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Redundant 'public' modifier. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | '100' is a magic number. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Redundant 'public' modifier. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | '9' is a magic number. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Redundant 'public' modifier. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Redundant 'public' modifier. | 79 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Redundant 'public' modifier. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Redundant 'public' modifier. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.aspectj.lang.annotation.DeclareError. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Name 'errorSystemOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Name 'errorSystemErr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Redundant 'public' modifier. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'labelResources' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Method 'canConvert' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter type should be final. | 17 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter source should be final. | 21 |
![]() | Parameter writer should be final. | 21 |
![]() | Parameter context should be final. | 21 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter reader should be final. | 25 |
![]() | Parameter context should be final. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Avoid inline conditionals. | 28 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Avoid inline conditionals. | 37 |
![]() | Avoid inline conditionals. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 10 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter gameObject should be final. | 36 |
![]() | 'gameObject' hides a field. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' is not followed by whitespace. | 42 |
![]() | '}' is not preceded with whitespace. | 42 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '10' is a magic number. | 46 |
![]() | '9' is a magic number. | 54 |
![]() | '250' is a magic number. | 54 |
![]() | '250' is a magic number. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | '220' is a magic number. | 61 |
![]() | '300' is a magic number. | 62 |
![]() | '50' is a magic number. | 65 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter elapsedTime should be final. | 72 |
![]() | Parameter gameObject should be final. | 72 |
![]() | '9' is a magic number. | 82 |
![]() | '3000' is a magic number. | 86 |
![]() | '250' is a magic number. | 94 |
![]() | Expression can be simplified. | 99 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter graphics should be final. | 112 |
![]() | Parameter gameObject should be final. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | '0.7f' is a magic number. | 114 |
![]() | '73' is a magic number. | 118 |
![]() | '74' is a magic number. | 118 |
![]() | '397' is a magic number. | 118 |
![]() | '73' is a magic number. | 118 |
![]() | '397' is a magic number. | 118 |
![]() | '74' is a magic number. | 118 |
![]() | '140' is a magic number. | 127 |
![]() | '210' is a magic number. | 127 |
![]() | '140' is a magic number. | 128 |
![]() | '250' is a magic number. | 128 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter state should be final. | 150 |
![]() | 'state' hides a field. | 150 |
![]() | Method 'getText1' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Method 'setText1' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter text1 should be final. | 158 |
![]() | 'text1' hides a field. | 158 |
![]() | Method 'getText2' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Method 'setText2' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter text2 should be final. | 166 |
![]() | 'text2' hides a field. | 166 |
![]() | Method 'getNextLevelNewColor' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Method 'setNextLevelNewColor' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter nextLevelNewColor should be final. | 174 |
![]() | 'nextLevelNewColor' hides a field. | 174 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Redundant 'public' modifier. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter gameBoard should be final. | 7 |
![]() | Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Method 'getColor1' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Method 'setColor1' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter color1 should be final. | 13 |
![]() | 'color1' hides a field. | 13 |
![]() | Method 'getColor2' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Method 'setColor2' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter color2 should be final. | 21 |
![]() | 'color2' hides a field. | 21 |
![]() | Method 'getColor3' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'setColor3' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter color3 should be final. | 29 |
![]() | 'color3' hides a field. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'isBlocking' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter elapsedTime should be final. | 44 |
![]() | Parameter gameObject should be final. | 44 |
![]() | '{' is not followed by whitespace. | 44 |
![]() | '}' is not preceded with whitespace. | 44 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter graphics should be final. | 46 |
![]() | Parameter gameObject should be final. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' is not followed by whitespace. | 51 |
![]() | '}' is not preceded with whitespace. | 51 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter level should be final. | 61 |
![]() | 'level' hides a field. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | '5' is a magic number. | 65 |
![]() | Method 'getScore' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'updateScore' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter scoreToAdd should be final. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | '5' is a magic number. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line has trailing spaces. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' is followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' is followed by whitespace. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter color should be final. | 53 |
![]() | Parameter status should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'updateSpriteCoordinates' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter graphics should be final. | 89 |
![]() | Expression can be simplified. | 90 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter deltax should be final. | 103 |
![]() | Parameter deltay should be final. | 103 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter x should be final. | 109 |
![]() | Parameter y should be final. | 109 |
![]() | Method 'getSpriteAbsoluteX' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Method 'getSpriteAbsoluteY' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter elapsedTime should be final. | 126 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Method 'isMoving' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Method 'isDissolving' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Method 'getTransparency' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'setTransparency' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter transparency should be final. | 186 |
![]() | 'transparency' hides a field. | 186 |
![]() | Method 'getResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Method 'setResourceContainer' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter resourceContainer should be final. | 194 |
![]() | 'resourceContainer' hides a field. | 194 |
![]() | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Method 'getMoveDirection' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Method 'setMoveDirection' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter moveDirection should be final. | 206 |
![]() | 'moveDirection' hides a field. | 206 |
![]() | Method 'prepareMove' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Parameter currentSprite should be final. | 237 |
![]() | 'currentSprite' hides a field. | 237 |
![]() | Method 'getTargetAbsoluteX' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Method 'setTargetAbsoluteX' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Parameter targetAbsoluteX should be final. | 245 |
![]() | 'targetAbsoluteX' hides a field. | 245 |
![]() | Method 'getTargetAbsoluteY' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Method 'setTargetAbsoluteY' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Parameter targetAbsoluteY should be final. | 253 |
![]() | 'targetAbsoluteY' hides a field. | 253 |
![]() | Method 'resetHoverAnimation' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Method 'startHoverAnimation' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Method 'getBoardX' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Method 'setBoardX' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Parameter boardX should be final. | 271 |
![]() | 'boardX' hides a field. | 271 |
![]() | Method 'getBoardY' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Method 'setBoardY' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Parameter boardY should be final. | 279 |
![]() | 'boardY' hides a field. | 279 |
![]() | Method 'getActionState' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Method 'setActionState' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Parameter actionState should be final. | 287 |
![]() | 'actionState' hides a field. | 287 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter parent should be final. | 36 |
![]() | Parameter resourceContainer should be final. | 36 |
![]() | Parameter xmlBeanFactory should be final. | 36 |
![]() | Method 'initResources' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '500' is a magic number. | 77 |
![]() | '330' is a magic number. | 77 |
![]() | '500' is a magic number. | 78 |
![]() | '250' is a magic number. | 78 |
![]() | '60' is a magic number. | 81 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter elapsedTime should be final. | 85 |
![]() | Expression can be simplified. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter graphics should be final. | 106 |
![]() | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter mode should be final. | 122 |
![]() | 'mode' hides a field. | 122 |
![]() | Method 'getGameLogic' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Method 'getBoard' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Method 'setPuzzleLevelState' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter puzzleLevelState should be final. | 134 |
![]() | 'puzzleLevelState' hides a field. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | First sentence should end with a period. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter gameObject should be final. | 36 |
![]() | 'gameObject' hides a field. | 36 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Parameter gameObject should be final. | 15 |
![]() | Expected @param tag for 'gameObject'. | 15 |
![]() | Parameter x should be final. | 15 |
![]() | Expected @param tag for 'x'. | 15 |
![]() | Parameter y should be final. | 15 |
![]() | Expected @param tag for 'y'. | 15 |
![]() | Parameter backScreen should be final. | 15 |
![]() | Expected @param tag for 'backScreen'. | 15 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'gameObject' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'backScreen' must be private and have accessor methods. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter gameObject should be final. | 37 |
![]() | 'gameObject' hides a field. | 37 |
![]() | Parameter backScreen should be final. | 37 |
![]() | 'backScreen' hides a field. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Method 'initLevel' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter level should be final. | 16 |
![]() | Method 'setNewLevel' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter level should be final. | 28 |
![]() | Method 'updateBoard' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'createRandomBullet' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter x should be final. | 44 |
![]() | Parameter y should be final. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'hasAdjoiningBullet' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter tmpList should be final. | 56 |
![]() | '<' is not preceded with whitespace. | 56 |
![]() | '<' is not followed by whitespace. | 56 |
![]() | '>' is not preceded with whitespace. | 56 |
![]() | Parameter pos should be final. | 56 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Method 'fillFieldsByRandom' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '<' is not preceded with whitespace. | 76 |
![]() | '<' is not followed by whitespace. | 76 |
![]() | '>' is not preceded with whitespace. | 76 |
![]() | '<' is not preceded with whitespace. | 76 |
![]() | '<' is not followed by whitespace. | 76 |
![]() | '>' is not preceded with whitespace. | 76 |
![]() | '>' is not followed by whitespace. | 76 |
![]() | '7' is a magic number. | 80 |
![]() | '9' is a magic number. | 81 |
![]() | '9' is a magic number. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Expression can be simplified. | 84 |
![]() | Expression can be simplified. | 84 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter elapsedTime should be final. | 14 |
![]() | Parameter gameObject should be final. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter elapsedTime should be final. | 18 |
![]() | Parameter gameObject should be final. | 18 |
![]() | Parameter specialActionListEmpty should be final. | 18 |
![]() | Line has trailing spaces. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Name 'INIT_SCORE_BLUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 7 |
![]() | Variable 'INIT_SCORE_BLUE' must be private and have accessor methods. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Name 'INIT_SCORE_RED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 |
![]() | Variable 'INIT_SCORE_RED' must be private and have accessor methods. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Name 'INIT_SCORE_YELLOW' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 9 |
![]() | Variable 'INIT_SCORE_YELLOW' must be private and have accessor methods. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Name 'INIT_SCORE_PINK' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() | Variable 'INIT_SCORE_PINK' must be private and have accessor methods. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'INIT_SCORE_ARRAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Variable 'INIT_SCORE_ARRAY' must be private and have accessor methods. | 12 |
![]() | '{' is followed by whitespace. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'nextScoreMultiplicationFactor' must be private and have accessor methods. | 14 |
![]() | Method 'getScore' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter color should be final. | 16 |
![]() | Parameter numberBullets should be final. | 16 |
![]() | switch without "default" clause. | 19 |
![]() | '3' is a magic number. | 20 |
![]() | '4' is a magic number. | 22 |
![]() | '5' is a magic number. | 25 |
![]() | '4' is a magic number. | 26 |
![]() | '6' is a magic number. | 28 |
![]() | '5' is a magic number. | 29 |
![]() | '4' is a magic number. | 29 |
![]() | '3' is a magic number. | 29 |
![]() | '7' is a magic number. | 31 |
![]() | '6' is a magic number. | 32 |
![]() | '5' is a magic number. | 32 |
![]() | '8' is a magic number. | 34 |
![]() | '7' is a magic number. | 35 |
![]() | '5' is a magic number. | 35 |
![]() | '3' is a magic number. | 35 |
![]() | '9' is a magic number. | 37 |
![]() | '8' is a magic number. | 38 |
![]() | '5' is a magic number. | 38 |
![]() | '4' is a magic number. | 38 |
![]() | Method 'getNextScoreMultiplicationFactor' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'setNextScoreMultiplicationFactor' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter nextScoreMultiplicationFactor should be final. | 51 |
![]() | 'nextScoreMultiplicationFactor' hides a field. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter gameObject should be final. | 23 |
![]() | Parameter command should be final. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Avoid inline conditionals. | 54 |
![]() | Method 'getPluginHelp' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '<' is not preceded with whitespace. | 64 |
![]() | '<' is not followed by whitespace. | 64 |
![]() | '>' is not preceded with whitespace. | 64 |
![]() | '<' is not preceded with whitespace. | 65 |
![]() | '<' is not followed by whitespace. | 65 |
![]() | '>' is not preceded with whitespace. | 65 |
![]() | '<' is not preceded with whitespace. | 65 |
![]() | '<' is not followed by whitespace. | 65 |
![]() | '>' is not preceded with whitespace. | 65 |
![]() | '>' is not followed by whitespace. | 65 |
![]() | Method 'getPluginHelpCommand' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'getPluginName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Method 'possibleCommandMatch' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter command should be final. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |