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
java.lang.RuntimeException: Unexpected ReflectiveOperationException occurred (Gson 2.10.1). To support Java records, reflection is utilized to read out information about records. All these invocations happens after it is established that records exist in the JVM. This exception is unexpected behavior.
at com.google.gson.internal.reflect.ReflectionHelper.createExceptionForRecordReflectionException(ReflectionHelper.java:162) ~[gson-2.10.1.jar:?]
at com.google.gson.internal.reflect.ReflectionHelper.access$300(ReflectionHelper.java:10) ~[gson-2.10.1.jar:?]
at com.google.gson.internal.reflect.ReflectionHelper$RecordSupportedHelper.getAccessor(ReflectionHelper.java:244)
...
at com.google.gson.Gson.toJsonTree(Gson.java:712) ~[gson-2.10.1.jar:?]
at com.google.gson.Gson.toJsonTree(Gson.java:689) ~[gson-2.10.1.jar:?]
at org.zeroBzeroT.antiillegals.result.CachedState.nbtHashCode(CachedState.java:53) ~[?:?]
at org.zeroBzeroT.antiillegals.result.CachedState.itemStackHashCode(CachedState.java:27) ~[?:?]
at org.zeroBzeroT.antiillegals.helpers.RevertHelper.checkItemStack(RevertHelper.java:299) ~[?:?]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: