We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698f4ff commit c830a5fCopy full SHA for c830a5f
1 file changed
org.omg.sysml/src/org/omg/sysml/adapter/ConstructorExpressionAdapter.java
@@ -40,8 +40,10 @@ public ConstructorExpression getTarget() {
40
41
// Transformation
42
43
+ /**
44
+ * @satisifies checkConstructorExpressionResultSpecialization
45
+ */
46
protected void addResultTyping() {
- // checkConstructorExpressionResultSpecialization
47
ConstructorExpression target = getTarget();
48
Type instantiatedType = target.getInstantiatedType();
49
if (instantiatedType != null) {
@@ -59,11 +61,6 @@ protected void addResultTyping() {
59
61
@Override
60
62
public void addAdditionalMembers() {
63
TypeUtil.addResultParameterTo(getTarget());
- }
-
64
- @Override
65
- public void doTransform() {
66
- super.doTransform();
67
addResultTyping();
68
}
69
0 commit comments