You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the UML integration contains a lot of code like this: xtumlElement.attribute = umlElement.someAttr
which adds overhead even when the value remains the same (including sending notifications).
Instead, it would be nice to only set the value when it is needed.
The text was updated successfully, but these errors were encountered:
Currently, the UML integration contains a lot of code like this:
xtumlElement.attribute = umlElement.someAttr
which adds overhead even when the value remains the same (including sending notifications).
Instead, it would be nice to only set the value when it is needed.
The text was updated successfully, but these errors were encountered: