Community
Participate
Working Groups
Build Identifier: When refactoring an artifact in large projects, Eclipse fires off multiple build requests, which can significantly hinder the performance of refactoring. This will only happen when 'Build Automatically' is enabled. Auto builds should be programmatically shut off when refactoring is initiated. It should be re-enabled when refactoring is complete. This will trigger a single build operation at the end of refactoring as opposed to many build operations between refactoring. Reproducible: Always Steps to Reproduce: 1. Import the attached project in Tigerstripe 2. Make sure build automatically is enabled 3. Refactor the name of Ent0 to something else 4. Notice the build operations that occur during refactoring. This problem gets worse as the size of the projects increase
Created attachment 188602 [details] Project
Created attachment 190504 [details] patch-336735 Done.
Patch applied.
Verified. Thanks!