mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 05:14:49 +00:00
Fixed tests
This commit is contained in:
@@ -189,6 +189,7 @@ public class UninitializedClassFieldsDetector {
|
||||
if (item instanceof InterfaceActionItem) {
|
||||
InterfaceActionItem iai = (InterfaceActionItem) item;
|
||||
String className = String.join(".", getMembersPath(iai.name));
|
||||
classInheritance.put(className, new ArrayList<>());
|
||||
if (iai.superInterfaces != null) {
|
||||
for (GraphTargetItem imp: iai.superInterfaces) {
|
||||
String imtName = String.join(".", getMembersPath(imp));
|
||||
|
||||
Reference in New Issue
Block a user