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 4610d2e Catch some exceptions related to number conversions. Either
rethrow them or log them. Note: the decision to require
Expression.evaluate(Object, Class) to return null in case of error is
questionable. We should revisit that policy when we will review the
org.opengis.filter interfaces.
new d3085db Rename ComparisonMode.APPROXIMATIVE as APPROXIMATE.
https://issues.apache.org/jira/browse/SIS-440
new f690931 Rename Utilities.equalsApproximatively(…) as
Utilities.equalsApproximately(…). https://issues.apache.org/jira/browse/SIS-440
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/console/IdentifierCommand.java | 6 ++--
.../apache/sis/console/IdentifierState.properties | 2 +-
.../sis/console/IdentifierState_fr.properties | 2 +-
.../java/org/apache/sis/xml/NilReasonTest.java | 4 +--
.../gazetteer/MilitaryGridReferenceSystem.java | 2 +-
.../internal/referencing/DefinitionVerifier.java | 16 ++++-----
.../sis/parameter/DefaultParameterValueGroup.java | 2 +-
.../parameter/UnmodifiableParameterValueGroup.java | 2 +-
.../sis/referencing/AbstractIdentifiedObject.java | 6 ++--
.../apache/sis/referencing/IdentifiedObjects.java | 4 +--
.../sis/referencing/crs/DefaultDerivedCRS.java | 2 +-
.../sis/referencing/crs/DefaultProjectedCRS.java | 2 +-
.../sis/referencing/datum/DefaultEllipsoid.java | 2 +-
.../factory/IdentifiedObjectFinder.java | 6 ++--
.../operation/CoordinateOperationRegistry.java | 10 +++---
.../sis/referencing/operation/matrix/Matrices.java | 4 +--
.../referencing/operation/matrix/MatrixSIS.java | 2 +-
.../projection/LambertConicConformal.java | 12 +++----
.../transform/AbstractLinearTransform.java | 6 ++--
.../operation/transform/AbstractMathTransform.java | 8 ++---
.../provider/CoordinateFrameRotationTest.java | 2 +-
.../provider/GeocentricTranslationTest.java | 4 +--
.../provider/PositionVector7ParamTest.java | 2 +-
.../parameter/DefaultParameterValueGroupTest.java | 2 +-
.../referencing/crs/DefaultProjectedCRSTest.java | 2 +-
.../DefaultCoordinateOperationFactoryTest.java | 2 +-
.../operation/projection/AlbersEqualAreaTest.java | 6 ++--
.../projection/CylindricalEqualAreaTest.java | 4 +--
.../projection/LambertConicConformalTest.java | 2 +-
.../projection/MapProjectionTestCase.java | 2 +-
.../operation/projection/MercatorTest.java | 2 +-
.../operation/projection/MollweideTest.java | 4 +--
.../operation/projection/ObliqueMercatorTest.java | 4 +--
.../projection/ObliqueStereographicTest.java | 2 +-
.../projection/PolarStereographicTest.java | 4 +--
.../operation/projection/PolyconicTest.java | 4 +--
.../operation/projection/SinusoidalTest.java | 4 +--
.../projection/TransverseMercatorTest.java | 4 +--
.../transform/AbridgedMolodenskyTransformTest.java | 2 +-
.../transform/EllipsoidToCentricTransformTest.java | 8 ++---
.../InterpolatedGeocentricTransformTest.java | 4 +--
.../transform/MolodenskyTransformTest.java | 4 +--
.../org/apache/sis/internal/util/Numerics.java | 6 ++--
.../org/apache/sis/measure/LinearConverter.java | 2 +-
.../java/org/apache/sis/util/ComparisonMode.java | 42 ++++++++++++++++------
.../org/apache/sis/util/LenientComparable.java | 12 +++----
.../main/java/org/apache/sis/util/Utilities.java | 20 ++++++++---
.../org/apache/sis/internal/util/NumericsTest.java | 20 +++++------
.../src/test/java/org/apache/sis/test/Assert.java | 18 +++++-----
49 files changed, 162 insertions(+), 132 deletions(-)