Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 92819 - [JFace] [api] change setLog(ILog) to setLog(ILogger)
Summary: [JFace] [api] change setLog(ILog) to setLog(ILogger)
Status: RESOLVED DUPLICATE of bug 88608
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 14:53 EDT by Jim des Rivieres CLA
Modified: 2005-04-27 09:10 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 Jim des Rivieres CLA 2005-04-26 14:53:54 EDT
3.1 HEAD stream

org.eclipse.jface.util.Policy
The signature of the method
   public static void setLog(ILog)
was changed to
   public static void setLog(ILogger)
and tagged as new for 3.1.

This change happened sometime during the 3.1 cycle, and would be a breaking 
API change. What's the scoop?
Comment 1 Tod Creasey CLA 2005-04-27 08:08:04 EDT
This happened as a result of changes made by Nick for Bug 48497
Comment 2 Tod Creasey CLA 2005-04-27 08:08:41 EDT
Make that Bug 49497
Comment 3 Nick Edgar CLA 2005-04-27 09:03:59 EDT
Yes, it's a breaking API change and needs to be documented.
This method would previously have only been called from the workbench, so the
risk of breakage to other clietns is minimal.


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