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 199721 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 09:19 UTC by JosdeBruin
Modified: 2011-11-07 09:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176060


Attachments
stacktrace (3.69 KB, text/plain)
2011-06-27 09:19 UTC, JosdeBruin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JosdeBruin 2011-06-27 09:19:44 UTC
Build: NetBeans IDE Dev (Build 201106260600)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
JosdeBruin: Installed Netbeans and Enclojure plug-in, added first form to automatically genereated .clj file, nothing showed up in Navigator panel, clicked on semi-colon in Navigator panel.




Stacktrace: 
java.lang.NullPointerException
   at java.io.File.<init>(File.java:222)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at clojure.lang.Reflector.invokeConstructor(Reflector.java:160)
Comment 1 JosdeBruin 2011-06-27 09:19:48 UTC
Created attachment 109122 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-11-07 09:18:24 UTC
please report against http://enclojure.org/