Bug 125997 - Make EditionSelectionDialog.setHelpContextId API
Summary: Make EditionSelectionDialog.setHelpContextId API
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 06:08 EST by Martin Aeschlimann CLA
Modified: 2006-02-06 04:56 EST (History)
0 users

See Also:


Attachments
suggested patch on org.eclipse.compare (938 bytes, patch)
2006-02-01 06:10 EST, Martin Aeschlimann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2006-02-01 06:08:53 EST
20060131

Some actions in jdt.ui are using setHelpContextId on EditionSelectionDialog.  setHelpContextId() is declared on ResizableDialog which is a super class of EditionSelectionDialog but not in an API package. Therefor the access to setHelpContextId is marked as 'discouraged'
 
I suggest to add setHelpContextId to EditionSelectionDialog so that it is also part of the API.
Comment 1 Martin Aeschlimann CLA 2006-02-01 06:10:21 EST
Created attachment 33929 [details]
suggested patch on org.eclipse.compare
Comment 2 Andre Weinand CLA 2006-02-06 04:56:36 EST
patch applied for I20060207