[JPP-Devel] Fwd: [jump-pilot:bugs] #438 Close openjump without saving project

2016-11-01 Thread Michaƫl Michaud
Hi Ede, In LayerManager, we have private void log(String message, Throwable t, StackTraceElement calledFrom) { Logger.log(message, null, Level.INFO, calledFrom); } Is it a typo or is there any reason to pass null instead of t to Logger ? This is the origin of the NPE in #438 Michaƫ

[JPP-Devel] SVN: [5136] core/trunk/src/language/jump_fr.properties

2016-11-01 Thread jump-pilot-svn
Revision: 5136 http://sourceforge.net/p/jump-pilot/code/5136 Author: michaudm Date: 2016-11-01 11:08:47 + (Tue, 01 Nov 2016) Log Message: --- Improve french translation Modified Paths: -- core/trunk/src/language/jump_fr.properties Modified: core/trunk/s

[JPP-Devel] SVN: [5137] core/trunk

2016-11-01 Thread jump-pilot-svn
Revision: 5137 http://sourceforge.net/p/jump-pilot/code/5137 Author: michaudm Date: 2016-11-01 13:57:35 + (Tue, 01 Nov 2016) Log Message: --- Fix #438 Exception while saving the project before closing application Modified Paths: -- core/trunk/ChangeLog