Re: [mkgmap-dev] Commit r4448: fix possible NPE introduced with r4432

2020-02-15 Thread Mike Baggaley
- From: Gerd Petermann [mailto:gpetermann_muenc...@hotmail.com] Sent: 15 February 2020 12:34 To: Development list for mkgmap Subject: Re: [mkgmap-dev] Commit r4448: fix possible NPE introduced with r4432 Hi Mike, the re-throw is the difference. The exception is now passed to the caller. Gerd

Re: [mkgmap-dev] Commit r4448: fix possible NPE introduced with r4432

2020-02-15 Thread Mike Baggaley
>Version mkgmap-r4448 was committed by gerd on Thu, 13 Feb 2020 > >fix possible NPE introduced with r4432 >FileNotFoundException was ignored. May result in a NullPointerException when input file is not in the expected format. e.g. with >java -jar mkgmap.jar . Hi Gerd, I can't see how this update

[mkgmap-dev] Commit r4448: fix possible NPE introduced with r4432

2020-02-13 Thread svn commit
Version mkgmap-r4448 was committed by gerd on Thu, 13 Feb 2020 fix possible NPE introduced with r4432 FileNotFoundException was ignored. May result in a NullPointerException when input file is not in the expected format. e.g. with java -jar mkgmap.jar .