I20240923-1800
- add new SimplifyBooleanIfElseCleanUpCore which reduces an if/else statement where the then statement is a boolean return statement and the else statement is an opposite boolean return statement - add new tests to CleanUpTest - add code to ReduceIndentationCleanUp to avoid collision with new clean up - add new CleanUpNLSUtils class - fixes #1632