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
The decompiler failed to decompile some things. I do not have the rights to distribute the original .java file, so I am sorry for the abstraction of details in this report. Even though this is the case, I am still posting this to be of some help.
Additional information
// $VF: Couldn't be decompiled// Please report this to the Vineflower issue tracker, at https://github.com/Vineflower/vineflower/issues with a copy of the class file (if you have the rights to distribute it!)// java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "keyField" is null// at org.jetbrains.java.decompiler.main.ClassesProcessor.processClass(ClassesProcessor.java:439)// at org.jetbrains.java.decompiler.main.Fernflower.processClass(Fernflower.java:183)// at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$2(ContextUnit.java:164)// Caused by: java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "keyField" is null// at org.jetbrains.java.decompiler.main.rels.NestedClassProcessor.getMaskLocalVars(NestedClassProcessor.java:747)// at org.jetbrains.java.decompiler.main.rels.NestedClassProcessor.computeLocalVarsAndDefinitions(NestedClassProcessor.java:338)// at org.jetbrains.java.decompiler.main.rels.NestedClassProcessor.processClass(NestedClassProcessor.java:67)// at org.jetbrains.java.decompiler.main.ClassesProcessor.processClass(ClassesProcessor.java:431)// at org.jetbrains.java.decompiler.main.Fernflower.processClass(Fernflower.java:183)// at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$2(ContextUnit.java:164)
Vineflower version
1.10.1
Describe the bug
The decompiler failed to decompile some things. I do not have the rights to distribute the original .java file, so I am sorry for the abstraction of details in this report. Even though this is the case, I am still posting this to be of some help.
Additional information
The text was updated successfully, but these errors were encountered: