Conversation
|
The issue here is that https://www.oracle.com/java/technologies/javase/26-relnote-issues.html#JDK-8364361 On JDK 26, ECJ gives leak reports, some of which can't be fixed on previous JDK versions since @liblit I think the solution here, if it works, is to pass the the equivalent of javac's |
|
Investigating. 🕵️♂️ |
|
After #1866, these extra leak suppressions for
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1865 +/- ##
=========================================
Coverage 50.37% 50.37%
- Complexity 12646 12647 +1
=========================================
Files 1365 1365
Lines 84813 84813
Branches 14470 14470
=========================================
+ Hits 42726 42728 +2
+ Misses 37344 37343 -1
+ Partials 4743 4742 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
As usual, we have not tested any new bytecode features of JDK 26, so they may not work. But, WALA can now accept class files generated by JDK 26.