-
Notifications
You must be signed in to change notification settings - Fork 25
Exception caught while instrumenting code #99
Comments
Ugh, the exception is not exactly descriptive. Is it possible to get a list of the |
http://localhost:8234/webapp/webapp/include/jquery/jquery.js I just noticed the "webapp/webapp" but if I remove the webapp on the preloadSources the test dont run, keeping it the tests run fine and coverage report is generated. |
Hi guys,
First of all thanks for a great plugin 👍 .
Now even though the reports are being generated I get an exception on maven:
13:58:32.960 [main] INFO com.github.timurstrekalov.saga.core.DefaultCoverageGen
erator - Using the following no-instrument patterns:
./OpenLayers.
.+_from\d+\d+to\d+\d+$
./spec/.
.+#\d+(eval)(\d+)
.+JavaScriptStringJob
./jquery/.
13:58:33.287 [pool-6-thread-1] INFO com.github.timurstrekalov.saga.core.Default
CoverageGenerator - Running test at http://localhost:61907
13:58:34.106 [pool-6-thread-1] ERROR com.github.timurstrekalov.saga.core.instrum
entation.ScriptInstrumenter - Exception caught while instrumenting code
java.lang.IllegalArgumentException: null
I can seem to understand why its having problems, anyway of solving this exception?
thanks
The text was updated successfully, but these errors were encountered: