Community
Participate
Working Groups
1) Find a package default class org.eclipse.ui.internal.quickaccess.QuickAccessEntry 2) Create a class in a different bundle and attempt to use that class List<QuickAccessEntry> list; 3) Look at the quick fixes a) Add 'org.eclipse.ui.workbench' to required bundles - Fails to fix the problem because the class isn't visible, quickfix stays and will allow another entry to be added to the manifest b) Import 'QuickAccessEntry' - Leads to another problem marker for the import that isn't visible
http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=8a995036b04c87f19146f6760784224a947f29f0 Fixed in master along with Bug 378319 and Bug 406217. The search engine now considers whether the class is public.
Verified in I20130428-2000