anushani / atlasmapper

Automatically exported from code.google.com/p/atlasmapper
0 stars 0 forks source link

NullPointerException when generating a client without default layers #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new client, without any default layer
2. Generate the client

What is the expected output? What do you see instead?
An exception is generated (ClientConfig.java line 367)

What version of the product are you using? On what operating system?
1.4.5, any OS

Please provide any additional information below.
There is a check against "this.defaultLayers" instead of "defaultLayerIds".

Original issue reported on code.google.com by lafond.g...@gmail.com on 19 Aug 2013 at 4:48

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.8 (as a side effect of a refactorisation or other fix...)

Original comment by lafond.g...@gmail.com on 20 Dec 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.8

Original comment by lafond.g...@gmail.com on 24 Dec 2013 at 1:14