eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[Extensibility] Unhelpful Ecore package private classes #160

Closed eclipse-ocl-bot closed 14 hours ago

eclipse-ocl-bot commented 14 hours ago

| --- | --- | | Bugzilla Link | 182994 | | Status | CLOSED FIXED | | Importance | P3 enhancement | | Reported | Apr 18, 2007 11:47 EDT | | Modified | May 27, 2011 02:47 EDT | | Version | 1.1.0 | | Reporter | Ed Willink |

Description

Trying to implement my own Ecore TypeResolverImpl possibly changing little more than names...

TypeResolverImpl is package scoped so I cannot derive from it.\ TupleFactory is package scoped so I cannot use it in a TypeResolverImpl clone.

eclipse-ocl-bot commented 14 hours ago

By Christian Damus on Jun 29, 2007 13:12

Changing to enhancement for prioritization in 1.2 planning.

eclipse-ocl-bot commented 14 hours ago

By Ed Willink on Aug 26, 2008 15:00

Also

EcoreForeignMethods\ OCLStandardLibraryImpl\ UMLReflectionImpl

eclipse-ocl-bot commented 14 hours ago

By Christian Damus on Sep 10, 2008 15:23

The TupleFactory and TypeResolverImpl classes are now public and are moved to the org.eclipse.ocl.ecore.internal package (they are not intended to be client API).

(In reply to comment #2)

Also

EcoreForeignMethods OCLStandardLibraryImpl UMLReflectionImpl

These classes were already public, so I have to assume that any problem with them is of a different nature, though I cannot guess what it is. Please raise new enhancement request(s) for changes to these classes, and be more specific about the problem than simply listing their names.

eclipse-ocl-bot commented 14 hours ago

By Ed Willink on May 27, 2011 02:47

Closing after over 18 months in resolved state.