SuSi icon indicating copy to clipboard operation
SuSi copied to clipboard

No return value of the methods exist in the RIFL output type

Open AmrAshraf opened this issue 7 years ago • 1 comments

Hello There,

While i am using the rifl.xml file as input for flowdroid,i don't found the return value behind the class and method elements in the XML representation. Is it under developing or this part is really missing.

Thanks.

AmrAshraf avatar Feb 18 '18 21:02 AmrAshraf

A Java method signature is unique even if the return value is not specified. There may not be two methods with the same name and parameter list, but different return values. Soot's method signatures do include the return value, but strictly speaking, this is not necessary for the specification to be unambiguous.

StevenArzt avatar Feb 19 '18 09:02 StevenArzt