Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Oct 19 16:04:40 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Oct 19 16:06:01 2011 +0000 @@ -1,12 +1,17 @@ +2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix WDifference plots where masterartifact has no range set. + + * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: + (addSubtitles): Overridden, the master artifact has no + range. + 2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix masterartifact in collections in cases where the original masterartifacts facets do not come first in certain list. Query 'backend'/db instead. - * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: - (addSubtitles): Overridden, the master artifact has no range. - * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: Set 'real' master artifact, defined to be oldest belonging to this collection.