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

Summary: NullPointerException at java.io.FileInputStream.<init>
Product: third-party Reporter: davti <davti>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: charlweed, leszekg, muhammadghazali, nanosn
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 161143
Attachments: stacktrace

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