Do not add variable names to the imports list.

This commit is contained in:
Jindra Petřík
2023-10-01 18:21:38 +02:00
parent 478680c8af
commit 4433b5dff4
@@ -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;
}