YoannBuch / jive

Automatically exported from code.google.com/p/jive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate AssignEvents for local variable changes

GoogleCodeExporter opened this issue · comments

The JDIToJiveEventAdapter re-write did not implement generation of 
AssignEvents for local variable changes.  This needs to be completed for 
the next release.  The following should be kept in mind when implementing 
this:

(1) Local variables in disjoint scopes can have the same name.

(2) The return value of java.lang.Object.clone() will not have an 
associated NewEvent for unfiltered classes.  It should be generated first 
if possible.

(3) The CatchEvent variable can possibly be inferred here.  It does not 
come into scope (if at all) until after one step, so we are always missing 
it right now.

Original issue reported on code.google.com by jkczyz%b...@gtempaccount.com on 14 Oct 2009 at 5:25

Original comment by dlessa%b...@gtempaccount.com on 1 Nov 2009 at 4:16

  • Changed state: Started