10 new problems found by Qodana Community for JVM
Qodana Community for JVM
6 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Deprecated API usage |
🔶 Warning | 4 |
Deprecated member is still used |
🔶 Warning | 1 |
Suspicious variable/parameter name combination |
🔶 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 qodana-support@jetbrains.com
- 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 11 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/GraphTask.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'GraphTask' is still used
Check warning on line 60 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/Renderer.java
github-actions / Qodana Community for JVM
Deprecated API usage
'dk.sebsa.spellbook.graphics.GraphTask' is deprecated
Check warning on line 18 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/RenderingThread.java
github-actions / Qodana Community for JVM
Deprecated API usage
'dk.sebsa.spellbook.graphics.GraphTask' is deprecated
Check warning on line 44 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/RenderingThread.java
github-actions / Qodana Community for JVM
Deprecated API usage
'dk.sebsa.spellbook.graphics.GraphTask' is deprecated
Check warning on line 48 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/Renderer.java
github-actions / Qodana Community for JVM
Deprecated API usage
'dk.sebsa.spellbook.graphics.GraphTask' is deprecated
Check warning on line 188 in spellbook/src/main/java/dk/sebsa/spellbook/graphics/opengl/GL2D.java
github-actions / Qodana Community for JVM
Suspicious variable/parameter name combination
'y' should probably not be passed as parameter 'x'