Reputation:
When I rename a Java class in eclipse using the automated refactoring function (Alt+Shift+R), the checks take a very long time to complete. The reason is a subfolder which contains a large number of (non source) text files.
Is there a way to tell eclipse to exclude that folder from the checks during the renaming factoring without moving the folder?
Upvotes: 2
Views: 175
Reputation: 2701
To exclude a folder from search, set the Derived
flag to true in the properties of the folder you want to exclude.
Upvotes: 1