-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Because there is not statement of type scope, certain methods do not work correctly. Case in point:
public void methodEx() {
if (cond())
do1();
else
do2();
}
extractions do1(); and do2(); are filtered because they have scope statement BRANCH, so this case is filtered by __full_control_construction
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request