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ƫ
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
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