You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2020. It is now read-only.
Error validation is not working anymore on netbeans 7.3 (OSX, rhino, plugin 1.4)
There are no warning notification at the line numbers and on compilation I do not see the compile error but an error with the plugin:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Double
at coffeescript.nb.CoffeeScriptRhinoCompiler.compile(CoffeeScriptRhinoCompiler.java:59)
at coffeescript.nb.CoffeeScriptAction$CompilerTask.compile(CoffeeScriptAction.java:236)
at coffeescript.nb.CoffeeScriptAction$ConsoleOutputCompileTask.run(CoffeeScriptAction.java:193)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)