Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.7.0.M2
-
None
Description
The current implementation searches for each renamed type separately. This performs very poorly since it ends up searching the same GSP files over and over.
Code should be refactored to create a search pattern to search all references at once and then dispatch based on the actual reference found to decide how to change it.
This should give a major boost in performance.