WIP - Equipment/Unit modifiers (salvage quality, partial repair, scenario effect) #6229
5 new alerts
New alerts in code changed by this pull request
- 1 warning
- 4 notes
See annotations below for details.
Annotations
Check notice on line 663 in megamek/src/megamek/client/ui/mekview/MekView.java
Code scanning / CodeQL
Chain of 'instanceof' tests Note
Check notice on line 15864 in megamek/src/megamek/common/Entity.java
Code scanning / CodeQL
Missing Override annotation Note
; it is advisable to add an Override annotation.
Check notice on line 1782 in megamek/src/megamek/common/Mounted.java
Code scanning / CodeQL
Missing Override annotation Note
; it is advisable to add an Override annotation.
Check notice on line 2261 in megamek/src/megamek/common/Tank.java
Code scanning / CodeQL
Exposing internal representation Note
.
Check warning on line 3560 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.