Previously reported here: Bug 533490 - Find unused dependencies does not respect indirectly referenced class files
Hello,
A common issue we face in Eclipse is that we clear up the unused Dependencies via the action in the "Manifest Editor" on the "Dependencies" Page, but it comes to compile errors after that. This is due to dependencies that are needed for indirectly referenced class files, but those are also removed by the action.
This may happen with required bundles as well as with package imports.
The Action should check for those indirect references as well.
Cheers,
Moritz
Previously reported here: Bug 533490 - Find unused dependencies does not respect indirectly referenced class files