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 53ac462e63 Automatic reordering and branch-separation of import statements. This is done by the `org.apache.sis.buildtools.coding.ReorganizeImports` tool in buildSrc for putting Java imports first, then Jakarta, then OpenGIS, and finally Apache SIS. The most important thing is that `ReorganizeImports` creates separated sections for imports that are not the same between the "geoapi-4.0", "geoapi-3.1" and "main" branches. new 34f2e7c373 Add more classes or packages to qualify as test dependencies when organizing import statements. new b4fbe3c1d5 Remove NullArgumentException. https://issues.apache.org/jira/browse/SIS-562 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: .../sis/buildtools/coding/ReorganizeImports.java | 31 ++++++---- .../org/apache/sis/coverage/grid/GridGeometry.java | 5 +- .../org/apache/sis/coverage/grid/package-info.java | 2 +- .../apache/sis/feature/builder/TypeBuilder.java | 7 +-- .../apache/sis/feature/builder/package-info.java | 2 +- .../sis/geometry/wrapper/GeometryWrapper.java | 5 +- .../DefaultCoordinateOperationFactory.java | 5 +- .../sis/referencing/operation/package-info.java | 2 +- .../main/org/apache/sis/util/ArgumentChecks.java | 54 ++++++++--------- .../org/apache/sis/util/NullArgumentException.java | 67 ---------------------- .../apache/sis/util/collection/CodeListSet.java | 5 +- .../sis/util/collection/WeakValueHashMap.java | 11 ++-- .../apache/sis/util/collection/package-info.java | 2 +- .../apache/sis/util/internal/CheckedArrayList.java | 3 +- .../apache/sis/util/internal/CheckedHashSet.java | 3 +- .../main/org/apache/sis/util/package-info.java | 2 +- .../org/apache/sis/util/ArgumentChecksTest.java | 4 +- .../sis/util/internal/CheckedArrayListTest.java | 5 +- 18 files changed, 75 insertions(+), 140 deletions(-) delete mode 100644 endorsed/src/org.apache.sis.util/main/org/apache/sis/util/NullArgumentException.java