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 49134 - Constructor not renamed in explorer
Summary: Constructor not renamed in explorer
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-16 09:47 UTC by Jaromir Uhrik
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (6.98 KB, image/png)
2004-09-16 09:51 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-09-16 09:47:07 UTC
[build #200409160517; jdk1.5.0-rc-b63]
1.Create the java class (with constructor)
2.Rename the class (popup menu Refactor->Rename...
in explorer)
3.Rename class again
4.Expand the "Constructors" node of the class
The constructor seems to be not renamed when you
look into the explorer (only the problem of
visualization in explorer - in fact the
constructor is renamed correctly). See attached
screenshot.
Comment 1 Jaromir Uhrik 2004-09-16 09:51:20 UTC
Created attachment 17678 [details]
Screenshot attached...
Comment 2 Jan Becicka 2004-10-13 08:40:36 UTC
Nodes did not get updated. Honzo, please take a look at it. Thanks.
Comment 3 Jan Pokorsky 2005-02-16 10:38:18 UTC
fixed in

/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ConstructorNode.java
new revision: 1.9; previous revision: 1.8
Comment 4 Jaromir Uhrik 2005-03-07 09:05:48 UTC
Verified in dev build #200503061900; jdk1.5.0_02-b07.
Comment 5 Quality Engineering 2007-09-20 10:56:46 UTC
Reorganization of java component