Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359317 - clean up icons in context.ui
Summary: clean up icons in context.ui
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 18:59 EDT by Steffen Pingel CLA
Modified: 2011-09-30 10:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.