eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

ERROR missing name after . operator (jshint library#384) #119

Open varunblaze opened 7 years ago

varunblaze commented 7 years ago

Dears,

I just downloaded the code and trying to JHint.java by passing the file name with absolute path as parameter I am receiving the below exception:

org.mozilla.javascript.EvaluatorException: missing name after . operator (jshint library#384)

I am using java 1.8 and org.mozilla.javascript-1.7.2.jar is used.