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 36849 - FileNotFoundException and Editor isn't opened after restart if read-only file opened
Summary: FileNotFoundException and Editor isn't opened after restart if read-only file...
Status: VERIFIED DUPLICATE of bug 37806
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 12:49 UTC by Marian Mirilovic
Modified: 2008-12-23 00:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
FileNotFoundException stack-trace (1.34 KB, text/plain)
2003-10-27 12:50 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-10-27 12:49:36 UTC
[nb winsys](031024), [jdk1.4.2_02]

Steps to reproduce:
- run IDE
- make ColorPicker.java read-only (outside IDE)
- open ColorPicker file
- restart IDE
-> Editor isn't opened and FileNotFoundException -
Informational is fired(see attached stack trace)
Comment 1 Marian Mirilovic 2003-10-27 12:50:18 UTC
Created attachment 11985 [details]
FileNotFoundException stack-trace
Comment 2 Peter Zavadsky 2003-10-27 14:58:03 UTC
Marek, have  a look at it... I tried it (with ColorPreview.java)...
problem seems to be you (or somebody else?) are searching for
ColorPreview #005Bread only#005D.settings
but there is saved
ColorePreview #0023005Bread only#0023005D.settings
Comment 3 mslama 2003-12-16 13:19:01 UTC

*** This issue has been marked as a duplicate of 37806 ***
Comment 4 Marian Mirilovic 2003-12-17 10:45:28 UTC
verified