Java Cleanup with Eclipse JDT (Headless)
Version updated for https://github.com/nbauma109/refactoring-cleanup-action to version v3.
- This action is used across all versions by 6 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the execution of Eclipse Source Clean-Ups, replicating the functionality of the Source -> Clean Up menu in Eclipse IDE. It allows users to configure and apply a variety of code cleanup tasks, such as formatting, optimizing control statements, improving code style, and adopting modern Java features. By automating these tasks, it simplifies code refactoring, enforces consistent coding standards, and streamlines the process of maintaining clean and optimized codebases.