user2298337
user2298337

Reputation:

How to ignore a folder from the checks during eclipse renaming refactoring?

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

Answers (1)

Ian2thedv
Ian2thedv

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

Related Questions