This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from fc6e728866 Use `==` instead of `equals` when comparing 
`java.lang.Class`, `java.lang.Enum` and `org.opengis.util.CodeList`. This is 
for consistency (we were applying a mix of boths) and for compile-time safety, 
as the compiler raises an error when comparing incompatible types. It also 
makes the code a little bit more readable.
     new b3122d44e2 Fix a test case in the handling of wraparound axis in 
`Envelope2D`.
     new daa2c40eaa Move a large `MetadataBuilder` inner class as a top-level 
class.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/sis/geometry/AbstractEnvelope.java  |   2 +
 .../main/org/apache/sis/geometry/Envelope2D.java   |  16 +-
 .../main/org/apache/sis/geometry/package-info.java |   2 +-
 .../sis/referencing/util/CoordinateOperations.java |   4 +
 .../apache/sis/geometry/AbstractEnvelopeTest.java  | 366 ++++++++++-----------
 .../referencing/util/CoordinateOperationsTest.java |  23 +-
 .../org/apache/sis/storage/base/LegalSymbols.java  | 216 ++++++++++++
 .../apache/sis/storage/base/MetadataBuilder.java   | 188 -----------
 8 files changed, 425 insertions(+), 392 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/base/LegalSymbols.java

Reply via email to