Skip to content

Braceless if/else do not have SCOPE #148

Description

@KatGarmash

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

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions