Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add game template #629

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

add templates for MonkeyZone and JaimesAscent

9f1cded
Select commit
Loading
Failed to load commit list.
Open

Add game template #629

add templates for MonkeyZone and JaimesAscent
9f1cded
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 17, 2024 in 0s

15 new issues (0 max.) of at least medium severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 68
           

Complexity increasing per file
==============================
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanel.java  9
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java  11
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanel.java  9
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java  2
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java  2
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java  11
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardPanel.java  2
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentWizardPanel.java  2
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardPanel.java  2
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardIterator.java  5
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java  11
         

Clones added
============
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardIterator.java  7
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanel.java  2
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java  7
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanel.java  2
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java  3
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentWizardIterator.java  6
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java  3
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java  7
- jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardPanel.java  1
- jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentWizardPanel.java  1
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardPanel.java  1
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardIterator.java  9
- jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java  7
         

See the complete overview on Codacy

Annotations

Check warning on line 139 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java#L139

Avoid unused method parameters such as 'evt'.

Check notice on line 144 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java#L144

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 145 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java#L145

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 148 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java#L148

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 175 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentDownloadPanelVisual.java#L175

Document empty method body

Check notice on line 163 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java#L163

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 164 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java#L164

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 166 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentPanelVisual.java#L166

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 196 in jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentWizardIterator.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/jaimesascent/JaimesAscentWizardIterator.java#L196

Document empty method body

Check warning on line 129 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java#L129

Avoid unused method parameters such as 'evt'.

Check notice on line 144 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java#L144

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 147 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java#L147

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 148 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java#L148

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 161 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneDownloadPanelVisual.java#L161

Document empty method body

Check notice on line 163 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java#L163

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 164 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java#L164

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check warning on line 278 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZonePanelVisual.java#L278

Use equals() to compare object references.

Check notice on line 206 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardIterator.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardIterator.java#L206

Document empty method body

Check notice on line 210 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardIterator.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardIterator.java#L210

Document empty method body

Check notice on line 54 in jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardPanel.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/monkeyzone/MonkeyZoneWizardPanel.java#L54

Avoid unnecessary constructors - the compiler will generate these for you

Check notice on line 132 in jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java#L132

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 134 in jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java#L134

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 135 in jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java#L135

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check warning on line 250 in jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyPanelVisual.java#L250

Use equals() to compare object references.

Check notice on line 54 in jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardPanel.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

jme3-templates/src/com/jme3/gde/templates/rollingthemonkey/RollingTheMonkeyWizardPanel.java#L54

Avoid unnecessary constructors - the compiler will generate these for you