Bug 292790 - [fiximprove][API Usage Problem]: Issue with MTJ API
Summary: [fiximprove][API Usage Problem]: Issue with MTJ API
Status: NEW
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: General (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2009-10-20 12:43 EDT by Gustavo de Paula CLA
Modified: 2011-03-22 11: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 Gustavo de Paula CLA 2009-10-20 12:43:49 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 GTB5 (.NET CLR 3.5.30729)
Build Identifier: MTJ 1.0.1

there are two small issues that were introduced on MTJ 1.0.1 API. Both issues are that there are new methods on the API that return non-API interfaces. Those methods are:
/org.eclipse.mtj.core/src/org/eclipse/mtj/core/MTJCore:getDeviceMatchCache
/org.eclipse.mtj.ui/src/org/eclipse/mtj/ui/editors/jad/JADPropertiesEditorPage:createStringFieldEditor

the interfaces 
org.eclipse.mtj.internal.core.sdk.device.IDeviceMatchCache
org.eclipse.mtj.internal.ui.preferencesExtendedStringFieldEditor

are currently internal should be public. if we want to fix those issues we will need to move MTJ to a 2.0 release.



Reproducible: Always
Comment 1 Gorkem Ercan CLA 2011-03-22 11:10:46 EDT
The problem with the JADPropertiesEditorPage#createStringFieldEditor is fixed as part of the bug 287959. The only remaining issue is with the deprecated MTJCore.getDeviceMatchCache API.