Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 126576 - Internal API reference in plug-in
Summary: Internal API reference in plug-in
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 blocker (vote)
Target Milestone: ---   Edit
Assignee: Paul Slauenwhite CLA
QA Contact:
URL:
Whiteboard: closed460
Keywords:
Depends on:
Blocks: 126589
  Show dependency tree
 
Reported: 2006-02-06 10:40 EST by Ruth Lee CLA
Modified: 2016-05-05 10:44 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 Ruth Lee CLA 2006-02-06 10:40:10 EST
The build scan found references to non-TPTP internal API that must be removed. If it is not possible to remove the API, then open a bug against the team that owns the internal API to make the internal API public, and make this bugzilla depend on that bug.

The following references were found:
plugins/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/models/common/datapool/impl/DPLDatapoolImpl.java:
23:import org.eclipse.core.internal.runtime.ListenerList;

plugins/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/loaders/common/provisional/XMLannotatedVerdictEventLoader.java:
9:import org.eclipse.emf.ecore.xml.type.internal.DataValue;

plugins/org.eclipse.tptp.platform.models/src-test/org/eclipse/hyades/loaders/common/provisional/XMLannotatedMessageEventLoader.java:
9:import org.eclipse.emf.ecore.xml.type.internal.DataValue;
Comment 1 Marius Slavescu CLA 2006-02-06 11:00:59 EST
I fixed the first file, passing to Paul for the other two.
Comment 2 Paul Slauenwhite CLA 2006-02-06 16:28:25 EST
Also:

plugins/org.eclipse.hyades.test.tools.core/src-common-runner/org/eclipse/tptp/test/common/event/provisional/AnnotatedVerdictEvent.java:
8:import org.eclipse.emf.ecore.xml.type.internal.DataValue;

plugins/org.eclipse.hyades.test.tools.core/src-common-runner/org/eclipse/tptp/test/common/event/provisional/AnnotatedMessageEvent.java:
8:import org.eclipse.emf.ecore.xml.type.internal.DataValue;
Comment 3 Paul Slauenwhite CLA 2006-02-07 09:19:38 EST
Classes checked in to CVS (HEAD).

Used XMLTypeFactory.eINSTANCE.convertBase64Binary(byte[]) and XMLTypeFactory.eINSTANCE.createBase64Binary(String) in place of DataValue.Base64.encode(byte[]) and DataValue.Base64.decode(String).
Comment 4 Paul Slauenwhite CLA 2009-06-30 08:20:27 EDT
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.