Bug 56967 - ISharedImages: @deprecated tag with no comment
Summary: ISharedImages: @deprecated tag with no comment
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
: 58525 59904 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-31 15:16 EST by Curtis d'Entremont CLA
Modified: 2005-04-25 13:40 EDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis d'Entremont CLA 2004-03-31 15:16:35 EST
In ISharedImages.java, some of the fields are deprecated, but there is no 
comment explaining why. It would be useful to know:

- when it was deprecated (3.0)
- why it was deprecated
- alternatives, if applicable

(Note: Some of the fields are documented and have this info, but others don't)
Comment 1 Debbie Wilson CLA 2004-04-01 10:57:57 EST
I assume this is in reference to the ISharedImages in org.eclipse.ui (there 
are 3 in eclipse).
Comment 2 Curtis d'Entremont CLA 2004-04-01 10:59:16 EST
Correct.
Comment 3 Michael Van Meekeren CLA 2004-04-15 10:21:48 EDT
whoever is reviewing this could should fix. Nick can you re-assign?
Comment 4 Nick Edgar CLA 2004-04-28 13:03:09 EDT
*** Bug 58525 has been marked as a duplicate of this bug. ***
Comment 5 Nick Edgar CLA 2004-04-28 13:03:25 EDT
*** Bug 59904 has been marked as a duplicate of this bug. ***
Comment 6 Nick Edgar CLA 2004-05-06 16:13:01 EDT
We attempted to go to only a single variant (enabled), which is now coloured,
and allow the OS/SWT to do its thing for the hover and disabled cases.

We found that this resulted in poor disabled icons on Windows, so those were
reinstated.

For these constants, I will back out of the deprecations on the disabled variants.
For the hover variants, they will still be deprecated but I'll update the
Javadoc to refer to the corresponding enabled variant since they will appear the
same.
Comment 7 Nick Edgar CLA 2004-05-09 01:47:44 EDT
Done.
Comment 8 Curtis d'Entremont CLA 2004-08-09 18:05:07 EDT
Verified.
Comment 9 Curtis d'Entremont CLA 2005-04-25 13:40:07 EDT
Closing bugs that were previously verified.