Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review: fix(control-flow): Proper generation of CFG for constructor #5739

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

Mr-Pine
Copy link
Contributor

@Mr-Pine Mr-Pine commented Apr 5, 2024

Currently, generating a control flow graph for a CtConstructor generates an "empty" CFG, consisting just of the BEGIN and EXIT node and an edge between them. With this PR they are processed the same as a CtMethod

@MartinWitt
Copy link
Collaborator

@Mr-Pine getFirst is not part of java 17

@SirYwell SirYwell merged commit dc50171 into INRIA:master Apr 8, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants