Skip to content
Snippets Groups Projects
Commit 3cb03f7a authored by Thomas's avatar Thomas
Browse files

Added TODO on containsCompartmentVisitor, to indicate wrong behavior.

parent 08c7476a
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,7 @@ public class ConstraintRuleVisitor {
}
if (container == null)
return false;
//TODO: this does not work, it only finds the enclosing compartment type if it exists, and is semantically equivalent to In(CompartmentType).
// travers Containers to find the compartment type.
Diagram compartmentDiagram = findContainerDiagramOfType(container, Type.COMPARTMENT_TYPE);
System.out.println("containsCompartmentVisitor: TEST: " + compartmentDiagram != null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment