add: runtime_backend diagram #32
8 new problems found by Qodana for JVM
Qodana for JVM
8 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Possibly lossy implicit cast in compound assignment |
🔶 Warning | 4 |
Suspicious variable/parameter name combination |
🔶 Warning | 4 |
☁️ View the detailed Qodana report
Detected 3 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Dependency | Version | Licenses |
---|---|---|
box2dlights | 1.5 | Apache-2.0 |
jlayer | 1.0.1-gdx | LGPL-2.0-or-later |
jorbis | 0.0.17 | LGPL-2.0-or-later |
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 38 in core/src/main/de/dhbw/tinf22b6/gameobject/DamageNumber.java
github-actions / Qodana for JVM
Possibly lossy implicit cast in compound assignment
Implicit cast from 'double' to 'float' in compound assignment can be lossy
Check warning on line 37 in core/src/main/de/dhbw/tinf22b6/gameobject/DamageNumber.java
github-actions / Qodana for JVM
Possibly lossy implicit cast in compound assignment
Implicit cast from 'double' to 'float' in compound assignment can be lossy
Check warning on line 34 in core/src/main/de/dhbw/tinf22b6/gameobject/DamageNumber.java
github-actions / Qodana for JVM
Possibly lossy implicit cast in compound assignment
Implicit cast from 'double' to 'float' in compound assignment can be lossy
Check warning on line 33 in core/src/main/de/dhbw/tinf22b6/gameobject/DamageNumber.java
github-actions / Qodana for JVM
Possibly lossy implicit cast in compound assignment
Implicit cast from 'double' to 'float' in compound assignment can be lossy
github-actions / Qodana for JVM
Suspicious variable/parameter name combination
'y' should probably not be passed as parameter 'x'
github-actions / Qodana for JVM
Suspicious variable/parameter name combination
'x' should probably not be passed as parameter 'y'
github-actions / Qodana for JVM
Suspicious variable/parameter name combination
'y0' should probably not be assigned to 'x0'
github-actions / Qodana for JVM
Suspicious variable/parameter name combination
'y1' should probably not be assigned to 'x1'