DefaultResponsibleParty 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/metadata/src/main/java/org/geotools/metadata/iso/citation/ResponsiblePartyImpl.java
Rev. Date Author Message
315572008-09-19desruisseauxRemoved JAXB annotations.
306402008-06-12acusterCopyright headers: lib/metadata, this time with feeling (and the el in Toolkit)
305192008-06-05acusterMetadata header cleanup and copyright review.
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
296852008-03-20cedricbrThird part of the JAXB proposal, the annotations.
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).
275252007-10-17desruisseauxMerged changes from 2.4 branch. Slight renaming in parameterized types. Removed deprecated Singleton class.
251892007-04-17desruisseauxRemoved useless import statements.
251752007-04-16desruisseauxRemoved 'equals', 'hashCode', 'toString' and 'freeze' methods from every metadata implementation. They are now implemented by generic methods inherited from AbstractMetadata, which perform their work using Java reflection. This way we avoid lot of redundancy, some errors introduced by maintenance ('equals' method not updated in the way they should), more systematic implementations (espcially for the 'toString' method, which was not implemented at all for a majority of metadata), more support for future introduction of other metadata standards than ISO 19115, etc. The cost is more runtime overhead, but it still possible to provide custom implementations for 'equals' and 'hashCode' only in the class that appear to be bottleneck, if we want.
236352007-01-01desruisseauxUses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory.
229592006-11-24desruisseauxAligned Geotools build along latest GeoAPI interfaces (2.1-SNAPSHOT).
224432006-10-27desruisseauxSplitted referencing, extracting metadata in their own module (GEOT-983). As a side effect, replaced some calls of CRSUtilities.foo(...) by CRS.foo(...).
223272006-10-23desruisseauxGEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.
223152006-10-22desruisseauxReorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.
208742006-08-07jgarnettip review
176722006-01-19desruisseauxAdded @source tag.
176602006-01-18desruisseauxFixed SVN attributes, including the addition of URL attribute.
169822005-11-25desruisseauxCopied AUTO factory from plugin/epsg-wkt to module/referencing (GEOT-773). Not yet tested neither enabled.
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
146572005-07-01desruisseauxOngoing work for the port of grid coverage operations from 'legacy' to 'main' (GEOT-413): ported SampleDimensionSelect
141572005-06-07desruisseauxAdded parameter wrappers around JAI's ParameterList, for implementation of GridCoverage operations backed by JAI operators
139252005-05-30desruisseauxAdded @since javadoc tag
137522005-05-23desruisseauxAdded the 'Impl' suffix to direct implementations of all metadata interfaces; deprecated the old implementations (not yet deleted).
129522005-04-03desruisseauxUpdated metadata implementation for GeoAPI changes (GEO-51 and GEO-56)
113632005-02-12desruisseauxMilestone in EPSG factory port: Datum now fully supported
110992005-02-04desruisseauxSlight editions
110962005-02-04jgarnettUpdated AUTO, AUTO2 and EPSG metadata with appropriate identifier and contact info
110012005-02-02desruisseauxFixed wrong encoding in main/src
107962005-01-28dzwiersimports cleaned
91202004-11-15desruisseauxNew metadata implementations
91192004-11-14desruisseauxFixed Mercator projection so that it pass the ProjectionTest
91182004-11-14desruisseauxMercator projection port completed (but untested) as a use case for other projection ports
88412004-10-26desruisseauxorg.geotools.referencing.Identifier implementation implements GenericName as well, for use as alias
81672004-09-23desruisseauxAdded new metadata implementations
81022004-09-21desruisseauxAdded new metadata implementations
80732004-09-20desruisseauxAdded new metadata implementations