From: Miro Richard Eklund Date: Mon, 11 Dec 2017 12:39:35 +0000 (+0200) Subject: Fixed CompilePGraphsAction that gave a NullPointerException X-Git-Tag: v1.43.0~136^2~662 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=0070425afb2c54ded4ba8ef9c037001c6dbac72a;hp=0070425afb2c54ded4ba8ef9c037001c6dbac72a Fixed CompilePGraphsAction that gave a NullPointerException A worker thread with a null displayed tried to compile the pgraph for ontology definition files. Ensuring that a default display is used in such cases fixed the issues. An error message mentioned missing dependencies if the ontology file containers syntax errors. Thie message now mentioned problems in the ontology file instead. refs #7679 Change-Id: Icd483835462ec3cd27c16ca751eaee3d7b3dbdd2 ---