Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Performance when opening a diagram

Hi everyone,

 

I was looking for performance when opening a model.

My current use case: opening a SysML 1.4 IBD (20 element, contains element with stereotypes)

 

When opening the model the following class seems to consume a lot of time [1].

This method [2] seems to recreate a (stereotype) comment when refreshing.

 

I don’t display any StereotypeComment in my diagram and these comments aren’t serialized after closing the model.

Has someone an idea of why it’s creating a comment?

(I would expect to have the comment only created when the user want to use/display it)

 

Regards,

Benoit

1 : org.eclipse.papyrus.uml.diagram.stereotype.edition.editpolicies.AppliedStereotypeCommentEditPolicy

2 : refreshStereotypeCommentStructure

 


Back to the top