Skip to content

add object-sensitivity #3

Description

@damorim

The guard below unables the algorithm to computate direct rw-sets for non-application classes.

class MethodDependencyAnalsysis {
... directRWSets(...) {

if (Util.isAppClass(cur)) {

...

As important as it, currently the use of collection is not object sensitive. To discuss in class.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions