IntelliJ Code coverage Java 8 - requires ASM 5 -
Is anyone getting me this error message from IntelAge?
(I used Java 8 - error is only on very small percentage of squares)
[2014.05.06 10:14:39] (coverage): Class Error during instrumentation: xxx.yyyy: java Lang.IllegalArgumentException: requires ASM5 on INVOKESPECIAL / STATIC
thanks Daniel
If you are Google for that exception message, you will find that there are a small number of hits in many code analysis tools, it seems that there is a tool-chain compatibility problem. Or 8 code breaks the various third-party tools that use older versions of the ASM library.
You need to report it to the developer for the device or plugin.
Comments
Post a Comment