From: <jm...@us...> - 2011-10-29 11:12:36
|
Revision: 2775 http://eulergui.svn.sourceforge.net/eulergui/?rev=2775&view=rev Author: jmvanel Date: 2011-10-29 11:12:30 +0000 (Sat, 29 Oct 2011) Log Message: ----------- FIX this NPE (when adding a file with syntax errors, EG was trying to update the non existing editor) : ProjectGUI_Updater.n3SourceUpdated(): file:/home/jmv/src/eulergui/w/euler_project.xml.0.n3 #TRACE ( "addN3Source" <file:/home/jmv/src/eulergui/w/euler_project.xml.n3p> _:sk_N3S_0 "?IMPORT_URI" "euler_project.xml.0.n3" ) ProjectGUI_Updater.n3SourceAdded(): nanoTime 141367862397541 Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.gjt.sp.jedit.jEdit._getBuffer(jEdit.java:2193) at org.gjt.sp.jedit.jEdit.getBuffer(jEdit.java:2213) at n3_project.EditorManagement$3.run(EditorManagement.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/EditorManagement.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |