Author: scabanovich
Date: 2012-05-08 20:32:31 -0400 (Tue, 08 May 2012)
New Revision: 40865
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/el/refactoring/RenameMethodParticipant.java
Log:
JBIDE-11682
https://issues.jboss.org/browse/JBIDE-11682
Progress monitor is passed to the searcher.
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/el/refactoring/RenameMethodParticipant.java
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/el/refactoring/RenameMethodParticipant.java 2012-05-09
00:31:35 UTC (rev 40864)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/el/refactoring/RenameMethodParticipant.java 2012-05-09
00:32:31 UTC (rev 40865)
@@ -67,7 +67,7 @@
status.addWarning(JsfUIMessages.RENAME_METHOD_PARTICIPANT_SETTER_WARNING);
}
- searcher.findELReferences();
+ searcher.findELReferences(pm);
}
}