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

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -