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 180334 - NullPointerException at java.io.FileInputStream.<init>
Summary: NullPointerException at java.io.FileInputStream.<init>
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 06:14 UTC by davti
Modified: 2010-02-08 01:14 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161143


Attachments
stacktrace (1.61 KB, text/plain)
2010-02-05 06:14 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2010-02-05 06:14:10 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
nanosn: Opened the New File Dialog .. then hit "Esc" key

leszekg: Nothing special.

GUEST: Instalando un plugin

charlweed: Opened "New File" dialog.




Stacktrace: 
java.lang.NullPointerException
   at java.io.FileInputStream.<init>(FileInputStream.java:103)
   at com.nanosn.netbeans.gwtxml.gwtmodule.Module.createGraph(Module.java:2282)
   at com.nanosn.netbeans.gwtxml.GwtXmlDataObject.getModule(GwtXmlDataObject.java:80)
   at com.nanosn.netbeans.gwtxml.GwtXmlDataObject.parseDocument(GwtXmlDataObject.java:60)
   at com.nanosn.netbeans.gwtxml.GwtXmlDataObject.<init>(GwtXmlDataObject.java:45)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
Comment 1 davti 2010-02-05 06:14:14 UTC
Created attachment 93909 [details]
stacktrace