-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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.
Reactions are currently unavailable