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 -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -