Skip to content
Snippets Groups Projects
Commit a5b7cd00 authored by Simon Barner's avatar Simon Barner
Browse files

Reference Migration Service documentation.

refs 3243
parent a310ca6f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ DimensionUtils.java 8508de2b017f5ae76a86cdd0df7ce64a0a5f096e GREEN
EllipseLayoutUtils.java e5f4f8eac4e4755c84d43a231d346ba348a5d806 GREEN
LayoutDataUtils.java ee3798cb83903737f146ab1efe22ce667fbbc730 GREEN
LayoutModelElementFactory.java cf1e7a5b23ae33087e0b8ccf32c37435bc3409fe GREEN
MigrationUtils.java b63f01ae48cde86d55964b5a26f060fe1db25d56 YELLOW
MigrationUtils.java 549105d77987a4efd5a2bdb9972875cea83aa43e YELLOW
OffsetOrientationUtils.java d7afdad0ee75667e04eb4b76e94216dd1ae93070 GREEN
PointUtils.java 63c055e7c6062c564ceb5d900f3edce15384efc8 GREEN
PointsUtils.java 5c134ea1a85d290b81634567def23b2f44e0f2ba GREEN
......
......@@ -38,9 +38,9 @@ import org.fortiss.tooling.kernel.model.INamedElement;
*
* @author barner
*/
// TODO To be discussed in the frame of #3243 whether existing migrators should be converted to use
// these helper methods, or whether to delete this class.
public class MigrationUtils { // NO_UCD
// Migrators are retired after a release, but these utilities should be available when needed.
// See https://af3-developer.fortiss.org/projects/autofocus3/wiki/Model_Migration
/**
* Migrates an {@code oldConnectorBase} (of an (old) concrete sub-type of {@link ConnectorBase})
......
......@@ -4,7 +4,7 @@ ConstraintViolationBase.java a5b1fdbdd5ce915789144077ec66b3569142f80c GREEN
ElementCompositorBase.java 35bf66d2424b412744ae3d700a11c815792a04c0 GREEN
MultiViolationConstraintCheckerBase.java e2f17f02fae75a17e955d48734ed043323f26f04 GREEN
PrototypeProviderBase.java 62de3ea391ecb515883490517aa2e94ab812d91b GREEN
RemoveUnknownFeatureMigrationProviderBase.java 57d5260fc8af4c737a14f64a429857dc4fe69f9c YELLOW
RemoveUnknownFeatureMigrationProviderBase.java 0ffeb1f02a3f7476abcb467ebe07d3c5d5561b86 YELLOW
TransformationContextChainBase.java b5195a9bde6d50268dda80fed993477d7a4447ee GREEN
TransformationProviderBase.java 0c3d114c6a3d854f74630417c05dd889ed02acdf GREEN
TutorialBlacklistAllProvider.java ce4db7ff751f690a69885cdef5ed84cc1cf61471 GREEN
......
......@@ -32,10 +32,9 @@ import org.fortiss.tooling.kernel.extension.data.ITopLevelElement;
*
* @author barner
*/
// TODO To be discussed in the frame of #3243 whether to keep this as a toolbox to ease
// implementation of future migrators. See also {@link
// org.fortiss.tooling.base.utils.MigrationUtils}.
public abstract class RemoveUnknownFeatureMigrationProviderBase implements IMigrationProvider { // NO_UCD
// Migrators are retired after a release, but this base class should be available when needed.
// See https://af3-developer.fortiss.org/projects/autofocus3/wiki/Model_Migration
/** Type of container previously owning the known unknown feature. */
protected Class<?> containerType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment