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
…s this, so no
inpact for regular case but fixes the problem when too many errors were
found (because then it seems a constant instead of a String is
returned).
Using 0.3.6-SNAPSHOT-deps from ede60c0, I see the following error message when running ant-jshint:
"Problem casting JShint error variable for previous error. See issue (#1) (org.mozilla.javascript.ConsString cannot be cast to java.lang.String)"
https://github.com/philmander/ant-jshint/blob/master/src/main/java/com/philmander/jshint/JsHintRunner.java line 229 is throwing a ClassCastException while trying to get details for a jshint error. In the process of handling that exception, the jshint error information is lost (not written to ant-jshint output file).
While the detail object is not a String, calling toString() on it yields:
"Too many errors. (50% scanned)."
The text was updated successfully, but these errors were encountered: