DefaultRepresentativeFraction history

Click on the commit message for inspecting the diff and how the code has been rewritten.

Command line:

svn log -r31996:24897 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/RepresentativeFractionImpl.java
Rev. Date Author Message
315572008-09-19desruisseauxRemoved JAXB annotations.
309632008-07-09cedricbrAnnotate the getter instead of the variable, since the denominator is now a long value, and that matches with the return type of the getter.
309592008-07-08desruisseauxUpdate for a minor GeoAPI change (return type of RepresentativeFraction.getDenominator() changed from 'int' to 'long').
306402008-06-12acusterCopyright headers: lib/metadata, this time with feeling (and the el in Toolkit)
305192008-06-05acusterMetadata header cleanup and copyright review.
305172008-06-05cedricbrReformating and more javadoc for the script. By the way, move an annotation from the getter to the variable, to solve a mistake between int and long at marshalling / unmarshalling time
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
280572007-11-26desruisseauxMore parameterized types, which revealed an other bug: getResults() should returns a Collection of Record, not Double.
278642007-11-12desruisseauxUse more Java 5 features. Also fixed a test which failed randomly.
250982007-04-10desruisseauxReview of metadata changes.
250752007-04-09desruisseauxFixed SVN properties.
250702007-04-09desruisseauxFixed usage of primitive wrappers in some method bodies.
249652007-03-29jgarnettupdated with toScale method
249242007-03-27desruisseauxAllows Factories.addFactoryIteratorProvider(...) to work even after FactoryRegistry instantiation. Minor cleaning in metadata.
248972007-03-23jgarnettnow with more number
248682007-03-22jgarnettclean up metadata and referencing in response to GEO-93