Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 496:f14c5d1b5b71
Issue142. Paid attention on array length. Parameters without values resulted in ArrayIndexOutOfBoundsExceptions.
gnv-artifacts/trunk@576 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 16:47:25 +0000 |
parents | 6e8364e766fa |
children | 75306d856004 |
comparison
equal
deleted
inserted
replaced
495:6e8364e766fa | 496:f14c5d1b5b71 |
---|---|
1 2010-01-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue142 | |
4 | |
5 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Fixed an issue | |
6 in timeseries chart caused by parameters with no value. Paid attention on | |
7 array length. | |
8 | |
1 2010-01-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2010-01-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/gnv/raster/RasterToPPM.java: New. | 11 * src/main/java/de/intevation/gnv/raster/RasterToPPM.java: New. |
4 Class to write rasters with palettes to portable pixmaps. | 12 Class to write rasters with palettes to portable pixmaps. |
5 Handy to debug raster outputs. | 13 Handy to debug raster outputs. |