happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 15 forks source link

Run IntelliJ IDEA automatic code cleanup #215

Closed Noreaster76 closed 10 months ago

Noreaster76 commented 11 months ago

Unless reviewing this on a commit-by-commit basis (rather than on the full diff), don't bother reviewing PR until #214 is merged, since this PR includes commits from the rip-out-excel branch, and it might be too confusing otherwise.

Run the Code Cleanup feature in IntelliJ IDEA Community Edition to automatically fix a bunch of sub-optimal code blurbs.

Note that src/org has been left alone, since that code is, I imagine, from third parties and very likely could be replaced by a future Mavenization (or other dependency manager) effort.

⚠️ JDK 21 language level was used to create this PR. It likely includes some Java language features not available in some earlier versions.