Sacha, sorry for sending this twice - I accidentally sent a private reply
the first time.

> Currently, the verifier checks for exact exception signature. Pseudo-code:
> "source.getClass() == destination.getClass()"

Guys, is there any reason we can't change this expression to

    destination.getClass().isAssignableFrom(source.getClass())

which is both very readable and semantically closer to the intention of this
code?




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to