0 Replies Latest reply on Mar 12, 2008 12:23 PM by danamin

    Bugs in org.jboss.aop.advice.PerVmAdvice

    danamin

      Hi,

      I've been studying the JBoss AOP code an noticed a few migth-be-bugs

      PerVmAdvice:191

      if there is only one advice it is assumed to be an Invocation, but if it is a subclass, the application can crash rather ungracefully


      PerVmAdvice:181

      This condition can not occur (see line 107)

      Wouter