-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
I was able to compile procyon with Java 21 using release target 8, but have encountered some test failures:
- SwitchTests.testEnumSwitch - enum switch was decompiled as an ordinal switch
- ThirdPartyTests.testUnboxToNumber - decompiled code contains Constable, not Number.
- ThirdPartyTests.testLiteralAssignments - test specifies float numbers with excess precision, Java truncates those since 19.
- ThirdPartyTests.testOptimizedVariables, testSwitchKrakatau, testWhileLoopsKrakatau - decompiled variable does not match ('b' vs 'x')
eihqnh, ebourg and Garcel
Metadata
Metadata
Assignees
Labels
No labels