MegaMek / megamek

MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
http://www.megamek.org
GNU General Public License v2.0
296 stars 280 forks source link

Added Post-Name Change Compatibility Handlers to AbstractIcon.java #6011

Closed IllianiCBT closed 2 weeks ago

IllianiCBT commented 2 weeks ago

Updated the parseNode method to include compatibility handlers for node categories to maintain support for versions prior to 50.01.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 29.09%. Comparing base (0cace95) to head (301153e). Report is 42 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6011 +/- ## ============================================ + Coverage 29.07% 29.09% +0.02% - Complexity 13958 13960 +2 ============================================ Files 2576 2576 Lines 267398 267187 -211 Branches 47803 47718 -85 ============================================ - Hits 77744 77741 -3 + Misses 185755 185547 -208 Partials 3899 3899 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.