Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/MeasurementRange.java
Rev. | Date | Author | Message |
---|---|---|---|
30760 | 2008-06-18 | desruisseaux | Upgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process. |
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30637 | 2008-06-12 | acuster | Copyright headers: lib/metadata, now normalized to LGPL v2.1 only |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
30313 | 2008-05-16 | desruisseaux | Changed my mind about Utilities.shallowEquals(Object,Object) and renamed it as equals, since a few tests show that the compiler always select the best overloaded flavor working on primitive types (except if an argument is a boolean and the other a different primitive type). Updated a few references. Fixed a few javadoc warnings by explicit declaration of parameter and return values. |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
30019 | 2008-04-22 | desruisseaux | Generified NumberRange and MeasurementRange. |
29950 | 2008-04-17 | jgarnett | Range implementation hooked up, we can now use referencing without JAI, GEOT-746 |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28700 | 2008-01-10 | desruisseaux | Reformating and Java 5 type safety. |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28511 | 2007-12-27 | desruisseaux | Union and intersection of MeasurementRanges now return instances of MeasurementRange, not NumberRange. |
27864 | 2007-11-12 | desruisseaux | Use more Java 5 features. Also fixed a test which failed randomly. |
27500 | 2007-10-15 | desruisseaux | First round of Java 5 generic types applied to org.geotools.resources and org.geotools.util packages. As a side effect, removed the deprecated org.geotools.resources.TestData class (moved to org.geotools.test). |
26709 | 2007-08-27 | desruisseaux | Merged the unsupported/coverageio work from the 2.4 branch. |
26593 | 2007-08-19 | desruisseaux | Merged work from the 2.4 branch. |
26581 | 2007-08-17 | desruisseaux | Added MeasurementRange, which is a NumberRange with units. Required for revision work on the coverage Recolor operation. |