Fixed tests

This commit is contained in:
Jindra Petřík
2023-10-07 13:34:49 +02:00
parent 5141263960
commit 1a778b0b6f

View File

@@ -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));