spoon icon indicating copy to clipboard operation
spoon copied to clipboard

review: refactor: Controlflow cleanup

Open Mr-Pine opened this issue 10 months ago • 1 comments

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 avatar Apr 05 '24 14:04 Mr-Pine

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

MartinWitt avatar Apr 06 '24 10:04 MartinWitt