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/referencing/src/test/java/org/geotools/referencing/IdentifiedObjectTest.java
Rev. | Date | Author | Message |
---|---|---|---|
30641 | 2008-06-12 | acuster | Copyright headers: lib/referencing, this time with feeling (and the el in Toolkit) |
30639 | 2008-06-12 | acuster | Copyright headers: cleanup library/referencing |
30521 | 2008-06-05 | acuster | Copyright: Update referencing headers |
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 |
29768 | 2008-04-02 | desruisseaux | Upgrated the metadata and referencing tests to JUnit 4. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28051 | 2007-11-26 | desruisseaux | More Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings). |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
24990 | 2007-04-03 | chorner | Metadata; corrections after review of r24868 |
24868 | 2007-03-22 | jgarnett | clean up metadata and referencing in response to GEO-93 |
24576 | 2007-02-24 | desruisseaux | Renamed 'StereographicFoo' classes as 'FooStereographic' for consistency with EPSG and OGC naming. Note that 'ObliqueStereographic' is NOT the new name for 'StereographicOblique'; it is rather the new name for 'StereographicDouble'. The old name was confusing since 'StereographicOblique' was not for the EPSG 'Oblique_Stereographic' projection. The new naming scheme should match more closely the common usage. In addition, also renamed some JUnit test classes in an attempt to make clearer what they are testing. |
24042 | 2007-01-24 | desruisseaux | GEOT-1135: Treat 'Lat', 'Latitude' and 'Geodetic latitude' as aliases (same for longitude) |
22997 | 2006-11-26 | desruisseaux | Replaced the use of some deprecated methods (MonolineFormatter.initGeotools --> Logging.forceMonolineConsoleOutput; Utilities.unexpectedException --> Logging.unexpectedException; GeneralEnvelope.getCoordinateReferenceSystem --> Envelope.getCoordinateReferenceSystem). |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22317 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 3: moved 'test' to 'src/test/java'. |
20874 | 2006-08-07 | jgarnett | ip review |
18374 | 2006-03-01 | desruisseaux | One more CRS test. Addition of GeneralEnvelope.equals(Envelope, double epsilon) method. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
15350 | 2005-08-16 | desruisseaux | Merged the 'split-main' branch to trunk (GEOT-662) |
15256 | 2005-08-09 | desruisseaux | Extraction of referencing module from main |
15255 | 2005-08-09 | desruisseaux | Prepare branch for splitting main |
14205 | 2005-06-09 | desruisseaux | Updated to GeoAPI 2.0 final release |
14066 | 2005-06-03 | dblasby | test for CRS.distance() |
13954 | 2005-05-30 | desruisseaux | Removed deprecated CRS classes from trunk. Those classes will stay on the 2.1 branch. The purpose for this removal is to track down any remaining dependencies to old class names, if check if those dependencies may hurt. A few dependencies (forgot during the renaming phase) were found, but none of them need to be fixed in the 2.1 branch. |
13907 | 2005-05-28 | desruisseaux | More additions of 'Default' prefix in CRS package |
13869 | 2005-05-27 | desruisseaux | Added 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages |
13836 | 2005-05-26 | desruisseaux | Added 'Default' suffix to some CRS implementations: partial work |
13752 | 2005-05-23 | desruisseaux | Added the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted). |
11137 | 2005-02-05 | desruisseaux | Tune CRS tests (e.g. allow different tolerance level for assertions in different projections) |
11005 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/test |
10796 | 2005-01-28 | dzwiers | imports cleaned |
9346 | 2004-11-30 | desruisseaux | First working version of CoordinateOperationFactory |
9146 | 2004-11-17 | desruisseaux | Work on WKT parsing of CRS objects |
8518 | 2004-10-11 | desruisseaux | Apply changes voted in OGC meeting at Southampton: use of Identifier and GenericName |
8054 | 2004-09-17 | desruisseaux | Moved CodeListTest to the GeoAPI project |
7848 | 2004-09-08 | jgarnett | round 2 of sync with geoapi |
7710 | 2004-08-31 | jgarnett | Track changed to IdentifiedObject |
6508 | 2004-06-24 | desruisseaux | Bug fix in WKT formatting (missing separator between parameters) |
6417 | 2004-06-13 | desruisseaux | Fixed import statements |
6382 | 2004-06-11 | jmacgill | resolved ambiguous reference |
6375 | 2004-06-10 | desruisseaux | Work on parameters handling |
6112 | 2004-05-24 | desruisseaux | WKT tunning / Added test cases |