mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
Do not add variable names to the imports list.
This commit is contained in:
@@ -76,7 +76,10 @@ public class DependencyParser {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (dependencyType == DependencyType.NAMESPACE) {
|
||||
return;
|
||||
}
|
||||
if (ns.kind != Namespace.KIND_PACKAGE) { // && (ns.kind != Namespace.KIND_PACKAGE_INTERNAL)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user