This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157148 - Struts refactoring
Summary: Struts refactoring
Status: RESOLVED DUPLICATE of bug 74556
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Petr Cyhelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 16:35 UTC by mvanek
Modified: 2009-09-30 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mvanek 2009-01-20 16:35:43 UTC
If I refactor java file name in struts project, no changes are made in strut-conf.xml file. 

Steps to reproduce:
1. create struts web application
2. create simple struts action
3. creat apropriate struts jsp file and display data defined in strusts action.
4. rename struts action java file
5. see struts-config.xml file. Old name remains in  this config file for - Action path element 
 <action path="/loadtest" type="simple.ExampleStruts"> ExampleStruts should have refactored name.

Product Version: NetBeans IDE Dev (Build 200901190201)
Java: 1.6.0_10; Java HotSpot(TM) 64-Bit Server VM 11.0-b15
System: Linux version 2.6.27-9-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Petr Jiricka 2009-09-30 12:39:09 UTC
This is a known missing feature.
Comment 2 Petr Jiricka 2009-09-30 12:44:06 UTC
Duplicate of issue 74556.

*** This issue has been marked as a duplicate of 74556 ***