Do not add variable names to the imports list.

This commit is contained in:
Jindra Petřík
2023-09-06 20:15:58 +02:00
parent 478680c8af
commit 4433b5dff4

View File

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