Merge pull request #46 from TeamFelnull/develop/weaponmechanics-update #156
10 new problems found by Qodana Community for JVM
Qodana Community for JVM
10 new problems were found
Inspection name | Severity | Problems |
---|---|---|
'Optional' used as field or parameter type |
🔶 Warning | 4 |
Unstable API Usage |
🔶 Warning | 4 |
Constant values |
🔶 Warning | 1 |
Nullability and data flow problems |
🔶 Warning | 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 [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 48 in src/main/java/dev/felnull/shortlifeplugin/gui/MatchSelectorGui.java
github-actions / Qodana Community for JVM
Constant values
Result of `Math.max(PVP_ROOM_SIZE, PVE_ROOM_SIZE) / ROOM_PER_PAGE_COUNT` is always '0'
Check warning on line 121 in src/main/java/dev/felnull/shortlifeplugin/listener/MatchListener.java
github-actions / Qodana Community for JVM
Nullability and data flow problems
Method invocation `getStrictWorld` may produce `NullPointerException`
Check warning on line 61 in src/main/java/dev/felnull/shortlifeplugin/utils/MatchUtils.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional` used as type for parameter 'leaveWorld'
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional`> used as type for parameter 'receivers'
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional` used as type for parameter 'clickedMatch'
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional` used as type for parameter 'criticalDamageBox'
github-actions / Qodana Community for JVM
Unstable API Usage
'HashingInputStream(com.google.common.hash.HashFunction, java.io.InputStream)' is declared in unstable class 'com.google.common.hash.HashingInputStream' marked with @Beta
github-actions / Qodana Community for JVM
Unstable API Usage
'com.google.common.hash.HashingInputStream' is marked unstable with @Beta
github-actions / Qodana Community for JVM
Unstable API Usage
'com.google.common.hash.HashingInputStream' is marked unstable with @Beta
github-actions / Qodana Community for JVM
Unstable API Usage
'hash()' is declared in unstable class 'com.google.common.hash.HashingInputStream' marked with @Beta