[Soot-list] Bug in ExceptionalUnitGraph

feiya200 at cs.uregina.ca feiya200 at cs.uregina.ca
Fri Jan 18 01:00:24 EST 2008


Hi All,

I guess the following code in the toString() method in  
ExceptionalUnitGraph is a careless mistake?

             buf.append("// unexceptional succs:  
"+getUnexceptionalPredsOf(u)+"\n");
             buf.append("// exceptional succs:  
"+getExceptionalPredsOf(u)+"\n");

It should be:

             buf.append("// unexceptional succs:  
"+getUnexceptionalSuccsOf(u)+"\n");
             buf.append("// exceptional succs:  
"+getExceptionalSuccsOf(u)+"\n");

Correct me if I'm wrong.


Alvin

---------------------------------------------------
This mail was sent via the Secure Web Server at the
University of Regina Department of Computer Science
         https://www.cs.uregina.ca/WebMail/





More information about the Soot-list mailing list