Hey,

I can see a LocalVariableGen _twice_ in the InstructionTargeter list for the 
first InstructionHandle of a method. Why would this happen? The 
LocalVariableGen is the one that represents the 'this' variable. 

I assume the LocalVariableGen is an InstructionTargeter because it maintains 
the 'start' and 'end' instructions which defines the scope of the variable?

The first instruction is always the 'start' instruction for the 'this' 
variables scope right? This would explain why the LocalVariableGen has it 
targeted.


Thanks for hints,
Felix  
---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: bcel-user-h...@jakarta.apache.org

Reply via email to