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

review: refactor: Controlflow cleanup #5733

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

Mr-Pine
Copy link
Contributor

@Mr-Pine Mr-Pine commented Apr 5, 2024

The control flow module is in dire need of a (spring) cleaning. As it is currently spring, this PR does at least some of the work, including:

  • Moving to a better package name
  • Removing unused and broken code
  • Finding better replacements for single letter variables
  • Move to modern java features such as enhanced switch expressions and type patterns
  • Updating dependencies
  • Fixing broken javadoc comments
  • Replacing raw types

@Mr-Pine Mr-Pine changed the title Controlflow cleanup review: Controlflow cleanup Apr 5, 2024
@Mr-Pine Mr-Pine changed the title review: Controlflow cleanup review: refactor: Controlflow cleanup Apr 5, 2024
@SirYwell SirYwell requested a review from MartinWitt April 6, 2024 08:57
@MartinWitt MartinWitt requested a review from SirYwell April 6, 2024 10:05
@MartinWitt
Copy link
Collaborator

Please use mvn com.mycila:license-maven-plugin:4.1:format for the headers.

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.

None yet

2 participants