From: <jm...@us...> - 2011-05-05 10:02:16
|
Revision: 2412 http://eulergui.svn.sourceforge.net/eulergui/?rev=2412&view=rev Author: jmvanel Date: 2011-05-05 10:02:10 +0000 (Thu, 05 May 2011) Log Message: ----------- - in class ProjectGUI assert that there is only one URIModificationChecker (assertion is not violated) - ensure that the URIModificationChecker is stopped when the windows is closed TODO: FIX (random) Exception due to N3 parser; in test TestJavaEditor ( project deductions/n3_new/foaf_import.n3p ) thread "doN3SourceAdded: ./foaf.n3" java.lang.RuntimeException: Error during re-parsing N3 source at eulergui.project.N3Source.manageParseN3(N3Source.java:368) Caused by: java.lang.NullPointerException at eulergui.parser.n3.impl.parser4j.service.N3Parser.createUri(N3Parser.java:475) Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/ProjectGUI.java trunk/eulergui/src/test/java/deductions/runtime/TestRulesForUserEvents.java trunk/eulergui/src/test/java/n3_project/helpers/TestDroolsQuery.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |