Y20250710-1000
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.