We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page holds a checklist that every refactoring rules must follow for providing good quality:
Name
Description
Create test examples with:
sample code before refactoring (samples_in)
samples_in
sample code after refactoring (samples_out)
samples_out
Create the new refactoring rule under org.autorefactor.jdt.internal.ui.fix
enable it by adding it to AllCleanUpRules.getAllCleanUpRules()
The refactoring rules must be automatically enabled only when applicable. For example an API may only be available for Java > 1.5