Weapon attack cleanup #5922
+232
−306
Open
Weapon attack cleanup #5922
GitHub Advanced Security / CodeQL
completed
Aug 24, 2024 in 5s
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/master
was not found:
Actions workflow (codeql-analysis.yml
)
- ❓
.github/workflows/codeql-analysis.yml:analyze/java-distribution:temurin/java-version:/language:java/os:ubuntu-latest
New alerts in code changed by this pull request
- 1 warning
See annotations below for details.
Annotations
Check warning on line 976 in megamek/src/megamek/common/actions/WeaponAttackAction.java
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access as suggested by null guard.
Loading