Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 194142

Summary: quick fix for adding required dependencies
Product: [Eclipse Project] PDE Reporter: Eugene Kuleshov <ekuleshov>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Eugene Kuleshov CLA 2007-06-24 15:25:14 EDT
When new typing in or copying class names in any plugin code it would be really handy to have a quickfix that would search missing dependencies within target platform, suggest to add required dependencies into the current plugin manifest, and automatically optimize imports.

I have implemented similar search facility on top of Maven metadata. See [1] and [2]

[1] http://www.jroller.com/page/eu?entry=searching_classes_in_jars
[2] https://svn.codehaus.org/m2eclipse/trunk/org.maven.ide.eclipse/src/org/maven/ide/eclipse/actions/Maven2DependencyResolver.java
Comment 1 Brian Bauman CLA 2007-06-25 10:28:00 EDT

*** This bug has been marked as a duplicate of bug 101611 ***