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 154402 - Warning that does not allow to proceed
Summary: Warning that does not allow to proceed
Status: RESOLVED DUPLICATE of bug 151787
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 20:54 UTC by mjr_1974
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (132.36 KB, text/plain)
2008-12-03 13:16 UTC, mjr_1974
Details
IDE log file (70.90 KB, text/plain)
2008-12-04 13:37 UTC, mjr_1974
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjr_1974 2008-12-02 20:54:05 UTC
After refactoring a class name and trying to save the file I get a warning with the following text:
"File D:\Modified.java was modified externally. Overrite it?" but the only option in the warning window is an OK button
that does not perform any actions. The result is that the modified file can not be saved.
I'm also using Subversion... Could the problem belong to that module?
Thanks
Comment 1 Jan Pokorsky 2008-12-03 10:26:50 UTC
The refactoring runs no external task to modify files. The refactoring also saves modifications at the end of the action.

Are you able to reproduce it? Steps what you did would be helpful. Was you running any subversion task with refactoring
action in parallel. Please attach your ${nb.usedir}/var/logs/messages.log here too.
Comment 2 mjr_1974 2008-12-03 13:16:13 UTC
Created attachment 74477 [details]
Log file
Comment 3 mjr_1974 2008-12-03 13:23:51 UTC
I could not reproduce the bug, but I found the log file that shows what happened. I'm attaching it to this thread.
After the bug happened, I restarted the IDE and the project reflected the last changes made by the refactoring.
I was not running any subversion task prior or while doing the refactoring.
The file name prior refactoring was: LoggersManager and after refactoring is SimpleLogsManager.
Let me know if there is any other thing I can do to help you out.
Comment 4 Jan Pokorsky 2008-12-03 13:58:21 UTC
Thanks for details. It does not relate to refactoring at all according to stack traces. I guess it is a duplicate of
issue 149330 which was a bug in data systems. But it does not seem to be fixed since your build is NetBeans IDE 6.5
(Build 200811100001). Reassigning for evaluation.
Comment 5 mjr_1974 2008-12-04 13:37:34 UTC
Created attachment 74535 [details]
IDE log file
Comment 6 mjr_1974 2008-12-04 13:49:51 UTC
It just happened to me again while renaming a method of an Interface... I guess the most annoying thing is having that
warning that prevents me to keep going with my work when it's asking me to perform an action it doesn't support.
I hope this new log file helps.
Comment 7 Jiri Skrivanek 2008-12-05 11:13:19 UTC
Thank you for your report. This issue was already reported and fixed.

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