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 57368 - Problem with tag handler renaming
Summary: Problem with tag handler renaming
Status: RESOLVED DUPLICATE of bug 58519
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-04-02 07:54 UTC by Milan Kuchtiak
Modified: 2007-04-03 18:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2005-04-02 07:54:50 UTC
Sometimes when I rename a tag handler "forward" and "backward" e.g. 

from TagHandler1 to TagHandler2 
and from TagHandler2 to TagHandler1, I get the warning :

Cannot Rename. Class TagHandler1 already exists ....

Whan happens :
class is renamed in explorer
class is not renamed in editor 
tag-class element is not renamed in TLD
Comment 1 Martin Grebac 2005-04-05 09:16:45 UTC
This part is not from j2ee/refactoring, so reassigning to java for evaluation.

Better way to reproduce is when you click on the file and rename it in the
explorer directly, then refactoring dialog pops up.
Comment 2 Jan Becicka 2005-05-24 11:32:41 UTC

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