-
Notifications
You must be signed in to change notification settings - Fork 231
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
Support BinaryOperation for Boolean expressions in SE #5479
Conversation
577ea5e
to
6ca13af
Compare
37d6b72
to
73fbfb1
Compare
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
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! We should also add support for unary operators. Negation is used a lot and would be nice to support. Most probably in a separate PR. Will you open an issue for it?
Negation on booleans does not translate to unary operation, it is already supported by supporting the property CFG shape, see Lines 319 to 336 in ab6dfa0
Lines 357 to 374 in ab6dfa0
and complex case Lines 416 to 445 in ab6dfa0
|
@pavel-mikula-sonarsource I did not provide an example, my bad...
|
MMF-2563 will be a good place to do stuff like this |
The example above works now. It got implemented during an earlier MMF. |
Fixes #5478