| commit | 52639b0bab02f7f2e4ca4c63a8aaaf27651481d0 | [log] [tgz] |
|---|---|---|
| author | Kenn Hussey <Kenn.Hussey@gmail.com> | Wed Oct 09 13:35:44 2013 -0400 |
| committer | Kenn Hussey <Kenn.Hussey@gmail.com> | Wed Oct 09 13:35:44 2013 -0400 |
| tree | 0458dad2f1065dbd1ec70913775c9f1e57619ba3 | |
| parent | 5e9ef817b899fb6e0143c9da57ca635fde180a21 [diff] |
[300957] Calling getQualifiedText(...) directly.
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 5c1af0c..fa9b654 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
@@ -1234,7 +1234,7 @@ if (required) { throw new IllegalArgumentException(String.format( "element \"%s\" is not in a package", //$NON-NLS-1$ - UMLUtil.getQualifiedText(element))); + getQualifiedText(element))); } } else { ProfileApplication profileApplication = package_