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
Because there is not statement of type scope, certain methods do not work correctly. Case in point:
extractions
do1();anddo2();are filtered because they have scope statement BRANCH, so this case is filtered by__full_control_construction