mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Fixed: #1186 Missing import when item is fully qualified
This commit is contained in:
@@ -232,8 +232,6 @@ public abstract class Trait implements Cloneable, Serializable {
|
||||
}
|
||||
String name = ipath.getLast();
|
||||
if (importnames.contains(name)) {
|
||||
imports.remove(i);
|
||||
i--;
|
||||
fullyQualifiedNames.add(DottedChain.parseWithSuffix(name));
|
||||
} else {
|
||||
importnames.add(name);
|
||||
|
||||
Reference in New Issue
Block a user