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 243175 - IllegalStateException: Var org.enclojure.ide.nb.editor.repl-win/check-enabled-for-load-all-sources? is unbound.
Summary: IllegalStateException: Var org.enclojure.ide.nb.editor.repl-win/check-enabled...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ericthorsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 15:18 UTC by Exceptions Reporter
Modified: 2014-03-22 15:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177361


Attachments
stacktrace (3.65 KB, text/plain)
2014-03-22 15:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-22 15:18:52 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-ea-b10
OS: Windows Vista

User Comments:
GUEST: clicking projects tab

GUEST: Looks like a problem in Clojure plugin.

GUEST: moving folders php based project from external sources




Stacktrace: 
java.lang.IllegalStateException: Var org.enclojure.ide.nb.editor.repl-win/check-enabled-for-load-all-sources? is unbound.
   at clojure.lang.Var.deref(Var.java:142)
   at clojure.lang.Var.fn(Var.java:342)
   at clojure.lang.Var.invoke(Var.java:369)
   at org.enclojure.ide.nb.actions.LoadAllClojureFilesForProjectAction.enable(LoadAllClojureFilesForProjectAction.java:63)
   at org.enclojure.ide.nb.actions.LoadAllClojureFilesForProjectAction.access$000(LoadAllClojureFilesForProjectAction.java:36)
   at org.enclojure.ide.nb.actions.LoadAllClojureFilesForProjectAction$ContextAction.<init>(LoadAllClojureFilesForProjectAction.java:94)
Comment 1 Exceptions Reporter 2014-03-22 15:18:55 UTC
Created attachment 146245 [details]
stacktrace