feat: adding force view to commander gui, mouse clicks and more #6612
8 new alerts
New alerts in code changed by this pull request
- 2 warnings
- 6 notes
See annotations below for details.
Annotations
Check warning on line 195 in megamek/src/megamek/client/ui/swing/CustomMekDialog.java
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access because of null argument.
Check notice on line 203 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Unread local variable Note
Check notice on line 847 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Missing catch of NumberFormatException Note
Check notice on line 850 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Missing catch of NumberFormatException Note
Check notice on line 851 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Missing catch of NumberFormatException Note
Check notice on line 854 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Missing catch of NumberFormatException Note
Check notice on line 861 in megamek/src/megamek/client/ui/swing/commander/StrategicViewMenu.java
Code scanning / CodeQL
Missing catch of NumberFormatException Note
Check warning on line 133 in megamek/src/megamek/client/ui/swing/unitDisplay/SummaryPanel.java
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access as suggested by null guard.