That's probably rather a question to ask on the ASM list :)
Thanks for looking into this.
cheers
--
Torsten
On Tue, Feb 3, 2009 at 14:10, Fernando Petrola
wrote:
> I've found a bug at javaflow (reported in
> http://issues.apache.org/jira/browse/SANDBOX-277) related to assign
> null to local var
I've found a bug at javaflow (reported in
http://issues.apache.org/jira/browse/SANDBOX-277) related to assign
null to local variable.
Debugging ContinuationMethodAdapter class I've seen that there are
many lines like this:
mv.visitTypeInsn(CHECKCAST, value.getType().getInternalName());
Those