]> gerrit.simantics Code Review - simantics/platform.git/commit
Check statement collisions 73/73/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 15 Sep 2016 10:58:42 +0000 (13:58 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 15 Sep 2016 10:58:42 +0000 (13:58 +0300)
commit55f09d0198f1431c19ffa62e0cad361c1a2787e4
tree5e515583b8e648dc9e6da534d8b207f79b1496a3
parent6f4a838ed439ed3a5f5f51e1837e9adf45c98eef
Check statement collisions

Added a new validation step that checks whether the result
of graph compilation contains the same statement more than once.

Change-Id: I3d1f5941048d62538e4f732f30cd55099a015513
bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompiler.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/validation/ReportCollisions.java
bundles/org.simantics.graph/META-INF/MANIFEST.MF
bundles/org.simantics.graph/src/org/simantics/graph/store/StatementCollision.java [new file with mode: 0644]
bundles/org.simantics.graph/src/org/simantics/graph/store/StatementStore.java