Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unused code from com.aapeli package #105

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

StenAL
Copy link

@StenAL StenAL commented Jan 5, 2024

This deletes ~7400 lines of unused code, making the project easier to reason about and develop. Almost all of these classes are never referenced in code accessible by the minigolf client, with two exceptions:

  • Product is referenced in AApplet.java in some methods that are never called; these methods were also removed
  • AutoPopups.java references Class85, however the field storing an instance is never initialized so it's always null. This field was removed.

This deletes ~7400 lines of unused code, making the project easier to
reason about and develop. Almost all of these classes are never
referenced in code accessible by the minigolf client, with two
exceptions:
- Product is referenced in AApplet.java in some methods that are never
called; these methods were also removed
- AutoPopups.java references Class85, however the field storing an
instance is never initialized so it's always null. This field was
removed.
@PhilippvK PhilippvK merged commit 392c17d into PhilippvK:master Mar 26, 2024
1 check passed
@StenAL StenAL deleted the remove-dead-code branch March 27, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants