Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #666 +/- ##
=============================================
+ Coverage 64.90% 65.31% +0.40%
- Complexity 3368 3406 +38
=============================================
Files 313 313
Lines 14960 14974 +14
Branches 2525 2525
=============================================
+ Hits 9710 9780 +70
+ Misses 4351 4304 -47
+ Partials 899 890 -9
☔ View full report in Codecov by Sentry. |
…arser to the new changes
...de/src/test/java/sootup/java/bytecode/minimaltestsuite/java8/MethodAcceptingLamExprTest.java
Show resolved
Hide resolved
|
Hi folks, I've been running some tests on my end with this patch and I wanted to note I still see some issues with indys. issues the following error: Printing the stack trace I haven't had a chance to do much digging to see if this is still somehow related to the operand stack but I thought I would bring it up. Thanks! |
|
I have investigated Test: SwitchExprWithYieldTest of java.bytecode. this line is probably the issue: But couldnt find the time to further investigate this, today. |
…- instruction is still performed
…e for SootUp. SootUp does not model lambda expressions as static method calls.
|
@SoniaZaldana does the current state of this PR fix the indy problems in your project? |
swissiety
left a comment
There was a problem hiding this comment.
👍 seems reasonable and fixes the submitted failing example input

fixes the stack problem in the convertion of invokedynamics