[Soot-list] Bug in ExceptionalUnitGraph

Eric Bodden eric.bodden at mail.mcgill.ca
Fri Jan 18 05:02:46 EST 2008


Thanks for letting us know but that one has already been fixed in the
SVN version some months ago.

Eric - who starts believing that it is time for a new release

On 18/01/2008, feiya200 at cs.uregina.ca <feiya200 at cs.uregina.ca> wrote:
> 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/
>
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>


-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list