Closed GoogleCodeExporter closed 9 years ago
Ditto. Looks like the values in JSLintMojo.setSourceFolders are coming in as a
List<String>, although the JRE sees it as List<Object> which is allowing it to
be set to the List<File> class property. Then at getFilesToProcess() it blows
up in the for-loop when it attempts to iterate and cast each item to File.
The attached patch (from version 2.0.0) resolves the problem.
Original comment by l...@lonbinder.com
on 4 Oct 2011 at 3:24
Attachments:
Thanks for the report. I did fix this as issue 64.
https://github.com/happygiraffe/jslint4java/commit/0de26f13ae7fc232c886565ddb8fe
909a02725e0
I just haven't released 2.0.1 yet. :(
Original comment by d...@happygiraffe.net
on 5 Oct 2011 at 12:22
Original issue reported on code.google.com by
mathieu....@gmail.com
on 4 Oct 2011 at 2:32