You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Felix Dorner <FD...@zed.com> on 2009/07/03 12:20:26 UTC

LocalVariableGen appearing twice in InstructionTargeters list

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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-user-help@jakarta.apache.org