[Soot-list] LoopNestTree function hasNestedLoop gives false positives

Tavneet Singh tavneet12113 at iiitd.ac.in
Tue Sep 16 11:37:54 EDT 2014


Sir,

I am extracting data from my source file.If I create an object of
LoopNestTree called LNT.I have two loops in a method

for(int i = 0 ;i < 10; i++)
{
System.out.println(i);
}
for(int j = 0 ;j < 10; j++)
{
System.out.println("aaa");
}

Now if I use LNT.hasNestedLoops() , it returns True which is incorrect.

Regards
Tavneet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140916/8e59ec13/attachment.html 


More information about the Soot-list mailing list