Story Arc Editor #4020
Draft
Story Arc Editor #4020
GitHub Advanced Security / CodeQL
succeeded
May 28, 2024 in 4s
2 new alerts
New alerts in code changed by this pull request
- 1 warning
- 1 note
See annotations below for details.
Annotations
Check warning on line 408 in MekHQ/src/mekhq/gui/dialog/DataLoadingDialog.java
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access as suggested by null guard.
Check notice on line 67 in MekHQ/src/mekhq/campaign/storyarc/storypoint/RollDiceStoryPoint.java
Code scanning / CodeQL
Missing Override annotation Note
; it is advisable to add an Override annotation.
Loading