AutoRefactor icon indicating copy to clipboard operation
AutoRefactor copied to clipboard

project specific clean options are stored in workspace preferences

Open Bananeweizen opened this issue 6 years ago • 0 comments

The cleanup can be configured either in preferences or project specifically in the project properties of a java project. However, the enabled refactorings of the current cleanup profile are always stored in the global preferences, even when the profile is edited from project properties.

This can be a problem in team projects, where all editor cleanups, save actions, compiler settings etc. are stored as project properties in version control for full reproducability.

Bananeweizen avatar Sep 15 '19 20:09 Bananeweizen