-
Notifications
You must be signed in to change notification settings - Fork 273
Consider Java implicit exceptions when building the CFG #1096
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
Consider Java implicit exceptions when building the CFG #1096
Conversation
ca4389b
to
a45bbf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
src/java_bytecode/java_utils.cpp
Outdated
@@ -55,6 +55,7 @@ unsigned java_method_parameter_slots(const code_typet &t) | |||
return slots; | |||
} | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change seems unnecessary
src/java_bytecode/java_utils.cpp
Outdated
@@ -55,7 +55,6 @@ unsigned java_method_parameter_slots(const code_typet &t) | |||
return slots; | |||
} | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message does not match the change (which itself seems spurious).
a45bbf6
to
a80d82a
Compare
@peterschrammel I removed the empty commit. |
…plicit exceptions when building the CFG, there is no need for the redundant explicit throws
a80d82a
to
85b2a6d
Compare
This is related to diffblue/test-gen#417