mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 22:58:50 +07:00

* Unused import directive * Unused symbols * Unnecessary constructions * Redundant constructions * Some optimizations * Java interop issues: a package must match a location * Collection .count() can be replaced with .size * Class member can be "private" * Call chain can be simplified * Simplified conditions * Proper use of variables * Assignment styles * Corrections after the code review * Corrections after the code review - part 2 * Code review feedback: get them back to public * Fix of the bad merging * Code review: Lost spaces found their homes