Skip to content

Y20250710-1000

@laeubi laeubi tagged this 10 Jul 08:37
Currently the GatherUnusedDependenciesOperation uses JDT reference
search to determine if a package is used. This is not only very slow but
also unreliable as it does not take into account indirect references
e.g. from superclasses or method signatures.

This now uses the PdeProjectAnalyzer to compute all required packages
once and then check if an import is providing such package.
Assets 2
Loading