wayne wrote:

> I look up the source code of  AssertionViolatedException
> 
> the reason is :Instances of this class should never be thrown. When
> such an instance is thrown,
>  * this is due to an INTERNAL ERROR of BCEL's class file verifier
> 
> about java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter,  I
> do not know why.

You have other ASM classes on the classpath or you're using some code that 
depends on a different version.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to