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 67550 - Renaming class
Summary: Renaming class
Status: RESOLVED DUPLICATE of bug 53015
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 08:58 UTC by kovica
Modified: 2007-04-03 18:02 UTC (History)
0 users

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 kovica 2005-10-26 08:58:46 UTC
I'm using NetBeans IDE Dev (Build 200510251800) on Linux with java 1.5.0_05.

When I rename a class in my project then the associated compiled class file is
not deleted.
How to reproduce:
- create a nes project
- create a java class in that project
- compile the class
- rename the class and compile it
- you can see that now you have two class files in build directory. One for the
old class and one for the new class.
Comment 1 Jan Becicka 2005-10-26 09:03:11 UTC

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