Skip to content

add object-sensitivity #3

@damorim

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions