Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1745:4ae7df2a74ed
Fix NPE in WDiff-diagram because no ranges present in masterartifact.
flys-artifacts/trunk@3039 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 19 Oct 2011 16:06:01 +0000 |
parents | 62efd1288e34 |
children | 94faf08d143c |
comparison
equal
deleted
inserted
replaced
1744:62efd1288e34 | 1745:4ae7df2a74ed |
---|---|
1 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix WDifference plots where masterartifact has no range set. | |
4 | |
5 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | |
6 (addSubtitles): Overridden, the master artifact has no | |
7 range. | |
8 | |
1 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 9 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 10 |
3 Fix masterartifact in collections in cases where the original | 11 Fix masterartifact in collections in cases where the original |
4 masterartifacts facets do not come first in certain list. Query | 12 masterartifacts facets do not come first in certain list. Query |
5 'backend'/db instead. | 13 'backend'/db instead. |
6 | |
7 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | |
8 (addSubtitles): Overridden, the master artifact has no range. | |
9 | 14 |
10 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 15 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
11 Set 'real' master artifact, defined to be oldest belonging to this | 16 Set 'real' master artifact, defined to be oldest belonging to this |
12 collection. | 17 collection. |
13 | 18 |