AbstractIdentifiedObjectTest history

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
306412008-06-12acusterCopyright headers: lib/referencing, this time with feeling (and the el in Toolkit)
306392008-06-12acusterCopyright headers: cleanup library/referencing
305212008-06-05acusterCopyright: Update referencing headers
302582008-05-08acusterReshuffle the top level repo: drop uDig, move up trunk, tags, and branches.
302572008-05-08acusterMove trunk/gt/ directory contents up to trunk/ and drop gt
297682008-04-02desruisseauxUpgrated the metadata and referencing tests to JUnit 4.
289222008-01-24acusterBump the (at)since version to 2.5 since WKTParser was cut from 2.4
285402007-12-29acusterHide buttons which are not yet used
280512007-11-26desruisseauxMore Java 5 parameterized types. Include a fix for GEOT-1599 (CitationImpl.getIdentifiers() should returns a set of Identifiers, not a set of Strings).
278472007-11-12desruisseauxReplaced 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.
275752007-10-22desruisseauxConverted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).
249902007-04-03chornerMetadata; corrections after review of r24868
248682007-03-22jgarnettclean up metadata and referencing in response to GEO-93
245762007-02-24desruisseauxRenamed '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.
240422007-01-24desruisseauxGEOT-1135: Treat 'Lat', 'Latitude' and 'Geodetic latitude' as aliases (same for longitude)
229972006-11-26desruisseauxReplaced the use of some deprecated methods (MonolineFormatter.initGeotools --> Logging.forceMonolineConsoleOutput; Utilities.unexpectedException --> Logging.unexpectedException; GeneralEnvelope.getCoordinateReferenceSystem --> Envelope.getCoordinateReferenceSystem).
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223172006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 3: moved 'test' to 'src/test/java'.
208742006-08-07jgarnettip review
183742006-03-01desruisseauxOne more CRS test. Addition of GeneralEnvelope.equals(Envelope, double epsilon) method.
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
153502005-08-16desruisseauxMerged the 'split-main' branch to trunk (GEOT-662)
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
142052005-06-09desruisseauxUpdated to GeoAPI 2.0 final release
140662005-06-03dblasbytest for CRS.distance()
139542005-05-30desruisseauxRemoved 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.
139072005-05-28desruisseauxMore additions of 'Default' prefix in CRS package
138692005-05-27desruisseauxAdded 'Default' or 'Abstract' prefix in CRS's 'datum' and 'cs' packages
138362005-05-26desruisseauxAdded 'Default' suffix to some CRS implementations: partial work
137522005-05-23desruisseauxAdded the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted).
111372005-02-05desruisseauxTune CRS tests (e.g. allow different tolerance level for assertions in different projections)
110052005-02-02desruisseauxFixed wrong encoding in main/test
107962005-01-28dzwiersimports cleaned
93462004-11-30desruisseauxFirst working version of CoordinateOperationFactory
91462004-11-17desruisseauxWork on WKT parsing of CRS objects
85182004-10-11desruisseauxApply changes voted in OGC meeting at Southampton: use of Identifier and GenericName
80542004-09-17desruisseauxMoved CodeListTest to the GeoAPI project
78482004-09-08jgarnettround 2 of sync with geoapi
77102004-08-31jgarnettTrack changed to IdentifiedObject
65082004-06-24desruisseauxBug fix in WKT formatting (missing separator between parameters)
64172004-06-13desruisseauxFixed import statements
63822004-06-11jmacgillresolved ambiguous reference
63752004-06-10desruisseauxWork on parameters handling
61122004-05-24desruisseauxWKT tunning / Added test cases