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
Models created by recent Papyrus Version have a Package element as
Package, while models created with older versions have a Model element
as Package.
Furthermore: report messages rephrased.
Copy file name to clipboardExpand all lines: plugins/carisma.check.mltop10checks/src/carisma/check/mltop10checks/outputintegrity/OutputIntegrityCheck.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
importorg.eclipse.uml2.uml.CommunicationPath;
8
8
importorg.eclipse.uml2.uml.Dependency;
9
9
importorg.eclipse.uml2.uml.Deployment;
10
-
importorg.eclipse.uml2.uml.Model;
11
10
importorg.eclipse.uml2.uml.NamedElement;
12
11
importorg.eclipse.uml2.uml.Node;
13
12
@@ -16,7 +15,8 @@
16
15
importcarisma.profile.umlsec.mltop10.MLTop10Util;
17
16
18
17
/**
19
-
* analyzes an deployment diagram with respect to output integrity rules.
18
+
* This check analyzes a deployment diagram with respect to output integrity
0 commit comments