ParametersTest 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/parameter/ParametersTest.java
Rev. Date Author Message
307602008-06-18desruisseauxUpgrated from JSR-108 to JSR-275 (GEOT-1266). Some opportunist javadoc fixes and @Override annotations in the process.
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
297692008-04-02desruisseauxRenamed TestScript as ScriptRunner. Renamed XMatrix.epsilonEquals(...) as XMatrix.equals(...) in order to avoid ambiguity with GMatrix.epsilonEquals(...) at compile time.
297682008-04-02desruisseauxUpgrated the metadata and referencing tests to JUnit 4.
297532008-04-01desruisseauxApplied parameterized types as a side-effect of hunting for a DimensionMismatchException during reprojection.
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
280812007-11-27desruisseauxJava 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.
280692007-11-27desruisseauxJava 5 generics in org.geotools.image.io, and partially in org.geotools.parameters.
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).
266692007-08-22gdavisfixing error related to new geoapi codelist changes, and adding geometry serialization test
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.
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
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)
153252005-08-13desruisseauxCreated a matrix package on top of vecmath / Fixed 'getPositionalAccuracy' issues
152562005-08-09desruisseauxExtraction of referencing module from main
152552005-08-09desruisseauxPrepare branch for splitting main
145812005-06-22desruisseauxImplemented South-Orientated transverse mercator / more GEOT-589 work
141572005-06-07desruisseauxAdded parameter wrappers around JAI's ParameterList, for implementation of GridCoverage operations backed by JAI operators
139222005-05-29desruisseauxRenaming of remainding GeoAPI implementations. Renaming is now finished.
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
91322004-11-16desruisseauxFactored out WKT symbols in a Symbols class
91182004-11-14desruisseauxMercator projection port completed (but untested) as a use case for other projection ports
87262004-10-21desruisseauxVarious bug fixes in parameter handling
87012004-10-20desruisseauxAdded the 'remove' operation to ParameterValueGroup
86742004-10-19desruisseauxSupports List.add(...) operation in the list returned by ParameterValueGroup.values()
86212004-10-14desruisseauxEnforced 'maximumOccurs==1' in ParameterValue implementation
85542004-10-12desruisseauxFirst draft of ParameterValueGroup.group(String) and addGroup(String) methods
85182004-10-11desruisseauxApply changes voted in OGC meeting at Southampton: use of Identifier and GenericName
78482004-09-08jgarnettround 2 of sync with geoapi
77102004-08-31jgarnettTrack changed to IdentifiedObject
65892004-06-28desruisseauxImproved parameters handling
63752004-06-10desruisseauxWork on parameters handling
63712004-06-09desruisseauxAdded test cases for parameters