Closed GoogleCodeExporter closed 8 years ago
Firstly, if you're only concerned with “is it JavaScript,” would just
evaluating be enough? JSLint holds code to a higher standard than “no syntax
errors.”
The problem is that you're not initialising JSLint correctly. You need to
start with JSLintBuilder, not JSLint. My apologies that this isn't clear
enough from the Javadoc. In particular, jslint4java shouldn't require you to
manage ContextFactory objects.
I'll update the Javadoc to make this clear.
Original comment by d...@happygiraffe.net
on 10 Jan 2012 at 7:58
Original comment by d...@happygiraffe.net
on 10 Jan 2012 at 8:00
Docs fixed in a476fd423f828b08fad4767953b4f10a4e1d46a0.
Original comment by d...@happygiraffe.net
on 11 Jan 2012 at 8:12
Original issue reported on code.google.com by
Alessio....@gmail.com
on 9 Jan 2012 at 9:33