Skip to content

Add achievement tasks and world map controls #187

Add achievement tasks and world map controls

Add achievement tasks and world map controls #187

GitHub Actions / Qodana Community for JVM completed May 30, 2024 in 0s

6 new problems found by Qodana Community for JVM

Qodana Community for JVM

6 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 2
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 1
Constant conditions 🔶 Warning 1
Function naming convention ◽️ Notice 1
Explicit 'get' or 'set' call ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 94 in game/src/main/kotlin/world/gregs/voidps/world/activity/achievement/ExplorerJack.kts

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Local 'var' is never modified and can be declared as 'val'

Variable is never modified, so it can be declared using 'val'

Check notice on line 173 in game/src/main/kotlin/world/gregs/voidps/world/activity/achievement/Tasks.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Function naming convention

Function name `script_3223` should not contain underscores

Check warning on line 103 in game/src/main/kotlin/world/gregs/voidps/world/activity/achievement/ExplorerJack.kts

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant conditions

Condition 'coins \> 100' is always true

Check notice on line 169 in game/src/main/kotlin/world/gregs/voidps/world/activity/achievement/Tasks.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Explicit 'get' or 'set' call

Should be replaced with indexing

Check warning on line 173 in game/src/main/kotlin/world/gregs/voidps/world/activity/achievement/Tasks.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Function "script_3223" is never used

Check warning on line 21 in game/src/main/kotlin/world/gregs/voidps/world/interact/entity/npc/shop/BoughtItem.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Function "itemBought" is never used