-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
modified CopyPropagator to function as expected #1022
modified CopyPropagator to function as expected #1022
Conversation
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.
👍 nice finding!
sootup.java.core/src/main/java/sootup/java/core/interceptors/CopyPropagator.java
Outdated
Show resolved
Hide resolved
https://arxiv.org/pdf/2207.03894, |
sootup.java.core/src/main/java/sootup/java/core/interceptors/CopyPropagator.java
Outdated
Show resolved
Hide resolved
sootup.java.core/src/main/java/sootup/java/core/interceptors/CopyPropagator.java
Outdated
Show resolved
Hide resolved
52e2ba3
to
dea9d98
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1022 +/- ##
=============================================
- Coverage 71.95% 71.90% -0.06%
+ Complexity 4454 4453 -1
=============================================
Files 367 367
Lines 16377 16403 +26
Branches 2740 2748 +8
=============================================
+ Hits 11784 11794 +10
- Misses 3688 3694 +6
- Partials 905 915 +10 ☔ View full report in Codecov by Sentry. |
…onstant-to-sout-binary-expressions-if-condition
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.
please adapt the exception type and we are good to go
sootup.java.core/src/main/java/sootup/java/core/interceptors/CopyPropagator.java
Outdated
Show resolved
Hide resolved
sootup.java.core/src/main/java/sootup/java/core/interceptors/CopyPropagator.java
Outdated
Show resolved
Hide resolved
a04918c
to
3b44112
Compare
No description provided.