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/operation/TransformTestBase.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 |
28391 | 2007-12-16 | desruisseaux | Attempt to make FactoryCreator more tolerant to dependencies that can't be fetched for a given set of hints (GEOT-1618). Also cleaned a little bit of calls to 'unexpectedException' as a side effect. |
28081 | 2007-11-27 | desruisseaux | Java 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. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25262 | 2007-04-23 | desruisseaux | Finished review of metadata and factory hints change. Fixed a potential glitch in parameter names handling (some code were disabled in AbstractIdentifiedObject apparently in order to avoid a ClassCastException caused by the spit of org.opengis.metadata.Identifier in two interfaces, Identifier and ReferenceIdentifier. Fixed the exception and reenabled the code). Not sure yet what the consequence was. It may help for the stereographic projection issue, but need to check. |
25175 | 2007-04-16 | desruisseaux | Removed '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. |
25050 | 2007-04-06 | jgarnett | example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry |
25009 | 2007-04-04 | jgarnett | breakout onto seperate lines for debugging |
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 |
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 |
12965 | 2005-04-05 | desruisseaux | Merged 'factory-hints' branch r12393:12964 into the trunk. Added 'getImplementationHints()' method after the merge into Factory implementations, in order to get Geotools to compile with Maven. |
11248 | 2005-02-10 | desruisseaux | Limited support for transformations between 3D CRS |
11212 | 2005-02-09 | desruisseaux | Initial work on Z-values handling |
11100 | 2005-02-04 | desruisseaux | More tests and bug fixes in CRS |
11075 | 2005-02-03 | desruisseaux | Fixed never-ending loop in CoordinateTransformationFactory |
11005 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/test |
10796 | 2005-01-28 | dzwiers | imports cleaned |
10469 | 2005-01-11 | desruisseaux | Replaced calls to 'getDim[Source|Target]' by 'get[Source|Target]Dimensions |
10183 | 2005-01-03 | desruisseaux | Moved tests from legacy CTS to new CRS packages |
6275 | 2004-05-31 | jgarnett | fixed format test problem |
6255 | 2004-05-31 | desruisseaux | Bug fix for horizontal and vertical line colinear with an axis |
6238 | 2004-05-28 | desruisseaux | Replaced org.geotools.[...].TransformException by org.opengis.[...].TransformException |
5909 | 2004-05-23 | jgarnett | cts-coordtrans moved to main |
5851 | 2004-05-23 | jgarnett | Test is assumed to be the junit directory |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
5127 | 2004-03-08 | desruisseaux | Added PROMISCUOUS coordinate system / removed deprecated methods |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
1153 | 2002-07-19 | desruisseaux | Use a constant seed for more predicable behaviour |
1117 | 2002-07-16 | desruisseaux | Formatting |
1082 | 2002-07-13 | jmacgill | fixed bug in new test |
1081 | 2002-07-13 | jmacgill | added a test |
1058 | 2002-07-12 | desruisseaux | Added convenience utilities |
1019 | 2002-07-12 | desruisseaux | Added an assertion for checking interfaces |
1001 | 2002-07-12 | desruisseaux | Added test case for coordinate transformations |