You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can only replicate this issue in one specific environment with one specific version of Vineflower. Any other environment of using Vineflower and it will decompile correctly. Marking this as closed until further notice.
Vineflower version
1.11.1
Describe the bug
Class field decompiling to primitive type
float
with valueInfinityF
instead of typeFloat
with valueFloat.POSITIVE_INFINITY
Additional information
Original bytecode:
public final static F NULL_HUE = Infinity
Decompiled bytecode:
public final static float NULL_HUE = InfinityF
Please let me know if additional context is needed, though it is an extremely simple case.
The text was updated successfully, but these errors were encountered: