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 58350 - After refactoring and undo the editor show nonexisting error
Summary: After refactoring and undo the editor show nonexisting error
Status: CLOSED DUPLICATE of bug 56152
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 16:50 UTC by Jiri Prox
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nonsense error (22.80 KB, image/png)
2005-04-26 16:52 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-04-26 16:50:08 UTC
NB 4.1 (200504260630)
JDK 1.5.0_03

After some renaming files, the editor shows error which does not exists (the
project is compilable)

Steps:
1) open new project (e. g. creating new from template Java Application)
2) in window Project rename the Main.java 
3) the refactoring window will show up
4) do the refactoring
5) undo the refactoring
6) manualy change the name of renamed .java file to the original value

result:
The error anouncing that the class Main should be in file Main.java will show
up. The project can be compiled and run.
Comment 1 Jiri Prox 2005-04-26 16:52:15 UTC
Created attachment 21876 [details]
nonsense error
Comment 2 Jan Becicka 2005-05-04 08:23:59 UTC

*** This issue has been marked as a duplicate of 56152 ***
Comment 3 Jiri Prox 2006-01-17 14:08:39 UTC
verified duplicate