]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompiler.java
Check statement collisions
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / GraphCompiler.java
index 21761a3b156d2e404684a830745a33a5a9c043ad..5f30082a806a537d47a3c6a625a6311ebe2c450f 100644 (file)
@@ -124,7 +124,7 @@ public class GraphCompiler {
                        run(new CreateInverseRelations(graph, store));\r
                        run(new AddConsistsOf(paths, store));\r
                        run(new ConvertPreValues(graph, store, errors));\r
-                       run(new ReportCollisions(errors, store));\r
+                       run(new ReportCollisions(preferences, errors, store));\r
                        if(preferences.validate)\r
                                run(new ValidateGraph(graph, errors, store, preferences));\r
                        \r