Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.24k stars 88 forks source link

Unable to simplify switch on enum: const(1) not found #374

Open KostromDan opened 5 months ago

KostromDan commented 5 months ago

Vineflower version

1.10.1

Describe the bug

Error happened while decompiling appliedenergistics2-forge-12.9.9.jar.

[2024-04-16 19:34:44,541] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTL
[2024-04-16 19:34:44,542] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTR
[2024-04-16 19:34:44,544] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBR
[2024-04-16 19:34:44,547] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBL
[2024-04-16 19:34:44,547] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTL
[2024-04-16 19:34:44,549] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexTR
[2024-04-16 19:34:44,551] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBR
[2024-04-16 19:34:44,551] [ERROR]: ERROR: Unable to simplify switch on enum: const(1) not found, available: {} in method appeng/client/render/cablebus/CubeBuilder putVertexBL

Additional information

CubeBuilder$1.class.txt CubeBuilder$UvVector.class.txt CubeBuilder.class.txt