Bug 287959 - [fiximprove][API Usage Problem]: JADPropertiesEditorPage.createStringFieldEditor(FormToolkit, Composite, DescriptorPropertyDescription) has non-API return type ExtendedStringFieldEditor
Summary: [fiximprove][API Usage Problem]: JADPropertiesEditorPage.createStringFieldEdi...
Status: RESOLVED FIXED
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Gorkem Ercan CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2009-08-28 08:05 EDT by Diego Madruga Sandin CLA
Modified: 2011-03-21 16:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Madruga Sandin CLA 2009-08-28 08:05:11 EDT
Resource: org.eclipse.mtj.ui/src/org/eclipse/mtj/ui/editors/jad/JADPropertiesEditorPage.java
Location: line 243
Comment 1 Gorkem Ercan CLA 2011-03-21 16:00:24 EDT
A fix is released to HEAD, method no longer returns the non-API internal class instead it returns
the more generic API class. Returning the more specific internal API
was useless as it was always used with casting anyway.