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 89575 - Support cross-project XML Refactoring
Summary: Support cross-project XML Refactoring
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks: 89562
  Show dependency tree
 
Reported: 2006-11-18 04:34 UTC by Nam Nguyen
Modified: 2007-02-06 19:02 UTC (History)
0 users

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 Nam Nguyen 2006-11-18 04:34:12 UTC
Make sure all refactoring commands are scope to all open projects:
- Find Usage 
- Refactor rename
- Safely delete
- Find file usages
- File rename.

-------------
 References:
-------------
http://xdesign-tools.czech.sun.com:8080/JSPWiki/Wiki.jsp?page=XProject_XMLRef_Func_Spec
http://xdesign-tools.czech.sun.com:8080/JSPWiki/Wiki.jsp?page=XmlFileRefsOnepager
Comment 1 Nam Nguyen 2007-01-08 22:08:34 UTC
Also, make sure both Schema and WSDL refactoring engines override method:
RefactoringEngine.getModelReference(Component modelRef).
Comment 2 Nam Nguyen 2007-01-09 00:59:48 UTC
Implemented cross-project xml refactoring support in the framework as well as
schema and wsdl engines.
Comment 3 Nam Nguyen 2007-02-06 19:02:28 UTC
v