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 199212

Summary: [70cat] java.io.FileNotFoundException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream
Product: utilities Reporter: _ pandajava <pandajava>
Component: PropertiesAssignee: David Strupl <dstrupl>
Status: RESOLVED FIXED    
Severity: normal CC: anebuzelsky, davti, mmirilovic, pjiricka
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 145028
Attachments: stacktrace

Description _ pandajava 2011-06-06 19:15:22 UTC
Build: NetBeans IDE 7.0.1 Dev (Build 201106020000)
VM: Java HotSpot(TM) Client VM, 21.0-b14, Java(TM) SE Runtime Environment, 1.7.0-ea-b144
OS: Windows XP

User Comments:
GUEST: This happens all the time.  I use CVS.

pandajava: Creating a second  Windows ( TopComponent)




Stacktrace: 
java.io.FileNotFoundException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:152)
   at org.netbeans.modules.properties.PropertiesEditorSupport$Environment.inputStream(PropertiesEditorSupport.java:981)
   at org.openide.text.CloneableEditorSupport.loadDocument(CloneableEditorSupport.java:2152)
   at org.openide.text.CloneableEditorSupport.access$2800(CloneableEditorSupport.java:133)
   at org.openide.text.CloneableEditorSupport$Listener.run(CloneableEditorSupport.java:2986)
   at org.openide.text.CloneableEditorSupport$6$1Query.call(CloneableEditorSupport.java:1721)
Comment 1 _ pandajava 2011-06-06 19:15:27 UTC
Created attachment 108768 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-06-07 08:15:51 UTC
Call comes from Properties module and should be ready to handle IOException.
Comment 3 David Strupl 2011-06-09 08:55:44 UTC
http://hg.netbeans.org/jet-main/rev/ffdd89c9d760