happyjack27 / autoredistrict

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

Fix some compilation warnings #216

Closed Noreaster76 closed 8 months ago

Noreaster76 commented 8 months ago

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

Fix some compilation warnings that are reported via the javac command in the repo's README.

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.