Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2014-01-15 01:55:46 +0000
committerKenn Hussey2014-01-15 01:55:46 +0000
commit56d7c13260be4553999edf0ce47dad9ab14d075e (patch)
tree35e541f308aee7145faff97c0c533a8ab3364312
parent153bbf62c9e1f3e7bad22a2a871658d6df5dba3f (diff)
downloadorg.eclipse.uml2-56d7c13260be4553999edf0ce47dad9ab14d075e.tar.gz
org.eclipse.uml2-56d7c13260be4553999edf0ce47dad9ab14d075e.tar.xz
org.eclipse.uml2-56d7c13260be4553999edf0ce47dad9ab14d075e.zip
[402206] Updating @since annotations to reference 5.0.
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementDefaultPropertyDescriptor.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/actions/ExpandTemplatesAction.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/AbstractChoicesDialogDelegate.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/ChoicesDialog.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/IChoicesDialogDelegate.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/TemplateExpanderOptionsDialog.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/ResourcesPlugin.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/util/UMLResourcesUtil.java16
-rw-r--r--plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/AttributeOwner.java4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/OperationOwner.java4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPlugin.java4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/ElementOperations.java4
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java42
-rw-r--r--tests/org.eclipse.uml2.uml.tests/src/org/eclipse/uml2/uml/tests/util/StandaloneSupport.java4
15 files changed, 55 insertions, 55 deletions
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementDefaultPropertyDescriptor.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementDefaultPropertyDescriptor.java
index c486f6097..d04b20ee2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementDefaultPropertyDescriptor.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementDefaultPropertyDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -49,7 +49,7 @@ import org.eclipse.uml2.uml.util.UMLUtil;
* value specification in <tt>Property::defaultValue</tt> according to the
* property's current type.
*
- * @since 4.2
+ * @since 5.0
*/
public class TypedElementDefaultPropertyDescriptor
extends UMLItemPropertyDescriptor {
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/actions/ExpandTemplatesAction.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/actions/ExpandTemplatesAction.java
index 4880482f4..0b757b723 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/actions/ExpandTemplatesAction.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/actions/ExpandTemplatesAction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2013 IBM Corporation, CEA, and others.
+ * Copyright (c) 2005, 2014 IBM Corporation, CEA, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -45,7 +45,7 @@ import org.eclipse.uml2.uml.util.UMLValidator;
* Menu action that expands the templates in templateable elements that have
* template bindings.
*
- * @since 4.2
+ * @since 5.0
*/
public class ExpandTemplatesAction
extends DiagnosticAction {
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/AbstractChoicesDialogDelegate.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/AbstractChoicesDialogDelegate.java
index f0115c35d..0e5a6b362 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/AbstractChoicesDialogDelegate.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/AbstractChoicesDialogDelegate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -26,7 +26,7 @@ import org.eclipse.swt.widgets.Composite;
* A partial implementation of the {@link IChoicesDialogDelegate} protocol,
* useful for subclassing.
*
- * @since 4.2
+ * @since 5.0
*/
public abstract class AbstractChoicesDialogDelegate<T>
implements IChoicesDialogDelegate<T> {
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/ChoicesDialog.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/ChoicesDialog.java
index 5b0b9c5e2..7b13952c7 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/ChoicesDialog.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/ChoicesDialog.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2013 IBM Corporation, CEA, and others.
+ * Copyright (c) 2002, 2014 IBM Corporation, CEA, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -73,7 +73,7 @@ import org.eclipse.uml2.uml.editor.UMLEditorPlugin;
* The dialog delegates a variety of decisions to a
* {@linkplain IChoicesDialogDelegate delegate}.
*
- * @since 4.2
+ * @since 5.0
*
* @see IChoicesDialogDelegate
*/
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/IChoicesDialogDelegate.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/IChoicesDialogDelegate.java
index bea61b617..e4ca2e8ba 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/IChoicesDialogDelegate.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/IChoicesDialogDelegate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -24,7 +24,7 @@ import org.eclipse.swt.widgets.Composite;
* Protocol for a delegate that supplies application-specific information and
* decisions to a {@link ChoicesDialog}.
*
- * @since 4.2
+ * @since 5.0
*
* @see ChoicesDialog
* @see AbstractChoicesDialogDelegate
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/TemplateExpanderOptionsDialog.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/TemplateExpanderOptionsDialog.java
index 2d4adabe0..17be2cb3e 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/TemplateExpanderOptionsDialog.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/dialogs/TemplateExpanderOptionsDialog.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -22,7 +22,7 @@ import org.eclipse.uml2.uml.util.UMLUtil;
/**
* Options dialog for template expansion.
*
- * @since 4.2
+ * @since 5.0
*/
public class TemplateExpanderOptionsDialog
extends OptionsDialog {
diff --git a/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/ResourcesPlugin.java b/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/ResourcesPlugin.java
index 00e0672d3..05e77b60e 100644
--- a/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/ResourcesPlugin.java
+++ b/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/ResourcesPlugin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, 2013 CEA and others.
+ * Copyright (c) 2012, 2014 CEA and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -22,7 +22,7 @@ public class ResourcesPlugin
extends EMFPlugin {
/**
- * @since 4.2
+ * @since 5.0
*/
public static final String PLUGIN_ID = "org.eclipse.uml2.uml.resources";
diff --git a/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/util/UMLResourcesUtil.java b/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/util/UMLResourcesUtil.java
index 2b66d3f59..6873a20c9 100644
--- a/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/util/UMLResourcesUtil.java
+++ b/plugins/org.eclipse.uml2.uml.resources/src/org/eclipse/uml2/uml/resources/util/UMLResourcesUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, 2013 CEA, Obeo, and others.
+ * Copyright (c) 2012, 2014 CEA, Obeo, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -134,7 +134,7 @@ public class UMLResourcesUtil
*
* @see #initLocalRegistries(ResourceSet)
*
- * @since 4.2
+ * @since 5.0
*/
public static void initGlobalRegistries() {
initPackageRegistry(EPackage.Registry.INSTANCE);
@@ -155,7 +155,7 @@ public class UMLResourcesUtil
* @see #initURIConverterURIMap(Map)
* @see #initEPackageNsURIToProfileLocationMap(Map)
*
- * @since 4.2
+ * @since 5.0
*/
public static void initLocalRegistries(ResourceSet resourceSet) {
initPackageRegistry(resourceSet.getPackageRegistry());
@@ -211,7 +211,7 @@ public class UMLResourcesUtil
*
* @return the same {@code packageRegistry}
*
- * @since 4.2
+ * @since 5.0
*/
public static EPackage.Registry initPackageRegistry(
EPackage.Registry packageRegistry) {
@@ -247,7 +247,7 @@ public class UMLResourcesUtil
*
* @return the same {@code resourceFactoryRegistry}
*
- * @since 4.2
+ * @since 5.0
*/
public static Resource.Factory.Registry initResourceFactoryRegistry(
Resource.Factory.Registry resourceFactoryRegistry) {
@@ -274,7 +274,7 @@ public class UMLResourcesUtil
*
* @return the same {@code contentHandlerRegistry}
*
- * @since 4.2
+ * @since 5.0
*/
public static ContentHandler.Registry initContentHandlerRegistry(
ContentHandler.Registry contentHandlerRegistry) {
@@ -362,7 +362,7 @@ public class UMLResourcesUtil
*
* @return the same {@code uriMap}
*
- * @since 4.2
+ * @since 5.0
*/
public static Map<URI, URI> initURIConverterURIMap(Map<URI, URI> uriMap) {
URI baseURI = getBaseUMLResourceURI();
@@ -387,7 +387,7 @@ public class UMLResourcesUtil
*
* @return the same {@code ePackageNsURIToProfileLocationMap}
*
- * @since 4.2
+ * @since 5.0
*/
public static Map<String, URI> initEPackageNsURIToProfileLocationMap(
Map<String, URI> ePackageNsURIToProfileLocationMap) {
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
index 8d278e75f..26580b7a5 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA LIST and others.
+ * Copyright (c) 2013, 2014 CEA LIST and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@ import org.eclipse.uml2.uml.Element;
* A UMLTraversalStrategy extends a standard recursive traversal to insert
* stereotype applications following each each stereotyped element.
*
- * @since 4.2
+ * @since 5.0
*/
public class UMLTraversalStrategy
implements ITraversalStrategy {
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/AttributeOwner.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/AttributeOwner.java
index a664f80e9..3fca0969c 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/AttributeOwner.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/AttributeOwner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -19,7 +19,7 @@ import org.eclipse.emf.ecore.EClass;
* Common protocol for {@linkplain Classifier classifiers} that own
* {@linkplain Classifier#getAttributes() attributes}.
*
- * @since 4.2
+ * @since 5.0
*/
public interface AttributeOwner {
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/OperationOwner.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/OperationOwner.java
index f25a85f0c..7cdb2edf1 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/OperationOwner.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/OperationOwner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 CEA and others.
+ * Copyright (c) 2013, 2014 CEA and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -18,7 +18,7 @@ import org.eclipse.emf.common.util.EList;
* Common protocol for {@linkplain Classifier classifiers} that own
* {@linkplain Classifier#getOperations() operations}.
*
- * @since 4.2
+ * @since 5.0
*/
public interface OperationOwner {
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPlugin.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPlugin.java
index 711f9e0f3..1f015cd62 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPlugin.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPlugin.java
@@ -239,7 +239,7 @@ public final class UMLPlugin
* application.
*
* @see ExtensionProcessor#process(ClassLoader)
- * @since 4.2
+ * @since 5.0
*/
public static class ExtensionProcessor {
@@ -256,7 +256,7 @@ public final class UMLPlugin
* {@linkplain Thread#getContextClassLoader() context
* class-loader} will be used
*
- * @since 4.2
+ * @since 5.0
*/
public static synchronized void process(ClassLoader classLoader) {
// Initialize the Ecore extensions that we rely on, which operation
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/ElementOperations.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/ElementOperations.java
index fa9b6541d..4dfcecec3 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/ElementOperations.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/ElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2013 IBM Corporation, Embarcadero Technologies, CEA, and others.
+ * Copyright (c) 2005, 2014 IBM Corporation, Embarcadero Technologies, CEA, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -1208,7 +1208,7 @@ public class ElementOperations
*
* @see #getDefinition(Element, Stereotype)
*
- * @since 4.2
+ * @since 5.0
*/
protected static EClass getDefinition(Element element,
Stereotype stereotype, boolean required) {
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
index ed10d7f69..c89c70333 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
@@ -1932,7 +1932,7 @@ public class UMLUtil
* This accounts for any references that the receiving package had to
* elements in the merged packages before the merge.
*
- * @since 4.2
+ * @since 5.0
*/
protected void updateReferences() {
@@ -2759,7 +2759,7 @@ public class UMLUtil
* @return the receiving element, or {@code null} if there is no merge
* receiver distinguished for this element
*
- * @since 4.2
+ * @since 5.0
*/
protected NamedElement getReceivingElement(EObject resultingEObject) {
return (resultingEObject instanceof RedefinableElement)
@@ -2776,7 +2776,7 @@ public class UMLUtil
*
* @return the capability element (never {@code null})
*
- * @since 4.2
+ * @since 5.0
*/
protected NamedElement getCapability(EObject mergedEObject) {
return ((Element) mergedEObject).getNearestPackage();
@@ -2885,7 +2885,7 @@ public class UMLUtil
* @return whether I am a package merge operation ({@code true}) or
* something else ({@false})
*
- * @since 4.2
+ * @since 5.0
*/
protected boolean isPackageMerge() {
// N.B.: Don't test whether receivingElement is a package, because
@@ -2898,7 +2898,7 @@ public class UMLUtil
* relationships on the {@link #receivingElement} that define the merges
* that were performed.
*
- * @since 4.2
+ * @since 5.0
*/
protected void cleanupMergeRelationships() {
@@ -2932,7 +2932,7 @@ public class UMLUtil
* @return A traceability map from resulting elements to merged
* elements.
*
- * @since 4.2
+ * @since 5.0
*/
protected Map<EObject, List<EObject>> merge(
TemplateableElement receivingElement,
@@ -2972,7 +2972,7 @@ public class UMLUtil
* {@link PackageMerger} works to effect a
* {@link org.eclipse.uml2.uml.Package}'s {@link PackageMerge}s.
*
- * @since 4.2
+ * @since 5.0
*/
public static class TemplateExpander
extends PackageMerger {
@@ -3327,7 +3327,7 @@ public class UMLUtil
*
* @return its nearest containing template, which may be itself
*
- * @since 4.2
+ * @since 5.0
*/
@Override
protected NamedElement getCapability(EObject mergedEObject) {
@@ -3362,7 +3362,7 @@ public class UMLUtil
*
* @return its nearest containing bound template, which may be itself
*
- * @since 4.2
+ * @since 5.0
*/
@Override
protected NamedElement getReceivingElement(EObject resultingEObject) {
@@ -3816,7 +3816,7 @@ public class UMLUtil
* in EClasses, rather than as API operations. Supported choices are
* <code>OPTION__IGNORE</code> and <code>OPTION__PROCESS</code>.
*
- * @since 4.2
+ * @since 5.0
*/
public static final String OPTION__NON_API_INVARIANTS = "NON_API_INVARIANTS"; //$NON-NLS-1$
@@ -3825,7 +3825,7 @@ public class UMLUtil
* {@code OPTION__IGNORE}, {@code OPTION__REPORT},
* {@code OPTION__DISCARD}, and {@code OPTION__PROCESS}.
*
- * @since 4.2
+ * @since 5.0
*/
public static final String OPTION__UNTYPED_PROPERTIES = "UNTYPED_PROPERTIES"; //$NON-NLS-1$
@@ -3833,7 +3833,7 @@ public class UMLUtil
* The option for handling opposite role names. Supported choices are
* {@code OPTION__IGNORE} and {@code OPTION__PROCESS}.
*
- * @since 4.2
+ * @since 5.0
*/
public static final String OPTION__OPPOSITE_ROLE_NAMES = "OPPOSITE_ROLE_NAMES"; //$NON-NLS-1$
@@ -3944,7 +3944,7 @@ public class UMLUtil
/**
* The diagnostic code for untyped properties.
*
- * @since 4.2
+ * @since 5.0
*/
public static final int UNTYPED_PROPERTY = DIAGNOSTIC_CODE_OFFSET + 17;
@@ -3952,7 +3952,7 @@ public class UMLUtil
* The diagnostic code for notification of opposite role name
* annotations.
*
- * @since 4.2
+ * @since 5.0
*/
public static final int OPPOSITE_ROLE_NAME = DIAGNOSTIC_CODE_OFFSET + 18;
@@ -4138,7 +4138,7 @@ public class UMLUtil
* just its Ecore name if the original name is not recorded or is
* not different
*
- * @since 4.2
+ * @since 5.0
*
* @see UML2EcoreConverter#setName(ENamedElement, String, boolean)
*/
@@ -7742,7 +7742,7 @@ public class UMLUtil
* packages' UML annotations to generate trace statements in the
* generator documentation comments of Ecore API elements.
*
- * @since 4.2
+ * @since 5.0
*/
protected void processCapabilityAnnotations(
Map<String, String> options, DiagnosticChain diagnostics,
@@ -7819,7 +7819,7 @@ public class UMLUtil
* @param context
* validation context for problem reporting
*
- * @since 4.2
+ * @since 5.0
*/
protected void processUntypedProperties(
final Map<String, String> options,
@@ -8289,7 +8289,7 @@ public class UMLUtil
* The option for handling opposite role name annotations. Supported
* choices are {@code OPTION__IGNORE} and {@code OPTION__PROCESS}.
*
- * @since 4.2
+ * @since 5.0
*/
public static final String OPTION__OPPOSITE_ROLE_NAMES = "OPPOSITE_ROLE_NAMES"; //$NON-NLS-1$
@@ -8345,7 +8345,7 @@ public class UMLUtil
* The diagnostic code for cases where an opposite role name annotation
* is encountered.
*
- * @since 4.2
+ * @since 5.0
*/
public static final int OPPOSITE_ROLE_NAME = DIAGNOSTIC_CODE_OFFSET + 9;
@@ -12050,7 +12050,7 @@ public class UMLUtil
* The options to use.
* @return A traceability map from resulting elements to template elements.
*
- * @since 4.2
+ * @since 5.0
*/
public static Map<EObject, List<EObject>> expand(
TemplateableElement templateableElement, Map<String, String> options) {
@@ -12084,7 +12084,7 @@ public class UMLUtil
* The cache of context-specific information.
* @return A traceability map from resulting elements to template elements.
*
- * @since 4.2
+ * @since 5.0
*/
public static Map<EObject, List<EObject>> expand(
TemplateableElement boundElement,
diff --git a/tests/org.eclipse.uml2.uml.tests/src/org/eclipse/uml2/uml/tests/util/StandaloneSupport.java b/tests/org.eclipse.uml2.uml.tests/src/org/eclipse/uml2/uml/tests/util/StandaloneSupport.java
index 765d4c1e7..eefe2ff8c 100644
--- a/tests/org.eclipse.uml2.uml.tests/src/org/eclipse/uml2/uml/tests/util/StandaloneSupport.java
+++ b/tests/org.eclipse.uml2.uml.tests/src/org/eclipse/uml2/uml/tests/util/StandaloneSupport.java
@@ -74,7 +74,7 @@ public class StandaloneSupport {
* @return a test suite if Eclipse is running, otherwise just a placeholder
* for the skipped tests
*
- * @since 4.2
+ * @since 5.0
*/
public static Test eclipseTestSuite(String name, Class<?>... testClass) {
Test result;
@@ -107,7 +107,7 @@ public class StandaloneSupport {
* @return a test suite in stand-alone mode, otherwise just a placeholder
* for the skipped tests
*
- * @since 4.2
+ * @since 5.0
*/
public static Test standaloneTestSuite(String name, Class<?>... testClass) {
Test result;

Back to the top