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

Summary: Struts refactoring
Product: javaee Reporter: mvanek <mvanek>
Component: StrutsAssignee: Petr Cyhelsky <cyhelsky>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***