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

Bug 359317

Summary: clean up icons in context.ui
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: shawn.minto
Version: unspecified   
Target Milestone: 3.7   
Hardware: All   
OS: All   
Whiteboard:

Description Steffen Pingel CLA 2011-09-28 18:59:43 EDT
There are several icons in o.e.m.context.ui and ContextUiImages that are no longer used or should be moved to other bundles.
Comment 1 Steffen Pingel CLA 2011-09-29 08:45:35 EDT
Pushed change to http://review.mylyn.org/#change,66 for review.
Comment 2 Steffen Pingel CLA 2011-09-29 15:20:58 EDT
I have remove the unused and duplicate icons.
Comment 3 Steffen Pingel CLA 2011-09-29 18:48:05 EDT
java.io.FileNotFoundException: /icons/eview16/focus.gif
	at org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler.findBundleEntry(Handler.java:44)
	at org.eclipse.osgi.framework.internal.core.BundleResourceHandler.openConnection(BundleResourceHandler.java:175)
	at java.net.URL.openConnection(URL.java:945)
	at org.eclipse.core.runtime.internal.adaptor.URLConverterImpl.toFileURL(URLConverterImpl.java:32)
	at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:206)
	at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:137)
	at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:157)
	at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227)
	at org.eclipse.mylyn.internal.provisional.commons.ui.CommonImages.getImage(CommonImages.java:301)
	at org.eclipse.mylyn.context.ui.AbstractFocusViewAction$EmptyContextDrawer.<init>(AbstractFocusViewAction.java:113)
Comment 4 Steffen Pingel CLA 2011-09-30 10:19:13 EDT
The exception has been fixed.