Re: javaflow null assignment bug

2009-02-10 Thread Torsten Curdt
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

javaflow null assignment bug

2009-02-03 Thread Fernando Petrola
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