Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AmrAshraf opened this issue Feb 18, 2018 · 1 comment
Open

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

AmrAshraf opened this issue Feb 18, 2018 · 1 comment
Labels

Comments

@AmrAshraf
Copy link

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.

@StevenArzt
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants