Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 520:9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
flys-client/trunk@1999 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 25 May 2011 07:05:22 +0000 |
parents | 77234b1d009c |
children | fc60822e9c89 |
comparison
equal
deleted
inserted
replaced
519:77234b1d009c | 520:9e2b151770bd |
---|---|
1 2011-05-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: | |
4 Bugfix: We return the inserted values only in getData(). We do not | |
5 return Data objects with no value. This prevents NullPointerExceptions | |
6 that occur if no location has been inserted - e.g. the case if we | |
7 selected a range. | |
8 | |
1 2011-05-24 Ingo Weinzierl <ingo@intevation.de> | 9 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 ISSUE-91 | 11 ISSUE-91 |
4 ISSUE-40 (part II/II) | 12 ISSUE-40 (part II/II) |
5 | 13 |