Rename Seam Component does not rename factory tag in components.xml
-------------------------------------------------------------------
Key: JBIDE-4313
URL:
https://jira.jboss.org/jira/browse/JBIDE-4313
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M1
Reporter: Daniel Azarov
Assignee: Viacheslav Kabanovich
Testcase:
1. Create seam war project
2. Create seam action with "first" as component name
3. Add next string to components.xml:
<factory name="first" />
4. Open First.java file
5. Select Seam->Rename Seam Component menu
6. Enter "second" as seam component name
7. Press Next button
ASSERT: In list of changes must be present next change for components.xml
<factory name="first" /> -> <factory name="second" />
FAIL: There is no change for components.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira