This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git
from b0713f3f6e Remove the recommendation for shallow clone. It does not work well when changing SHA1. add d51e282227 Add the tool used for reordering the import statements (for project maintainers only). This tool is not executed automatically, it must be invoked on the command-line when desired. add bcbc83338d Add comment on the left side of UCAR imports. The previous comment on top of them is lost during import reorganization. add cbff3dd11d Minor documentation updates. add 84cb229fe7 Simplify a little bit the NetBeans project configuration: - Remove the NetBeans-specific "uncommitted" module. - Use symbolic link for geoapi-pending dependency. - Add missing entries in `project.properties`. new 4b753152a6 Merge branch 'geoapi-4.0' into geoapi-3.1 The 1 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 | 521 +++++++++++++++++++++ .../apache/sis/buildtools/coding/package-info.java | 8 +- .../main/org/apache/sis/feature/PropertyView.java | 2 +- .../metadata/simple/SimpleIdentifiedObject.java | 4 +- .../org/apache/sis/xml/bind/gco/package-info.java | 2 +- .../org/apache/sis/xml/bind/lan/LanguageCode.java | 4 +- .../main/org/apache/sis/openoffice/CalcAddins.java | 2 +- .../main/org/apache/sis/parameter/Verifier.java | 2 +- .../main/org/apache/sis/referencing/CommonCRS.java | 16 +- .../referencing/factory/CommonAuthorityCode.java | 2 +- .../operation/matrix/AffineTransforms2D.java | 2 +- .../operation/transform/ConcatenatedTransform.java | 2 +- .../apache/sis/storage/netcdf/AttributeNames.java | 8 +- .../apache/sis/storage/netcdf/MetadataReader.java | 30 +- .../org/apache/sis/storage/netcdf/NetcdfStore.java | 16 +- .../org/apache/sis/storage/netcdf/base/Axis.java | 14 +- .../apache/sis/storage/netcdf/base/AxisType.java | 2 +- .../apache/sis/storage/netcdf/base/Convention.java | 6 +- .../apache/sis/storage/netcdf/base/Decoder.java | 6 +- .../apache/sis/storage/netcdf/base/FeatureSet.java | 14 +- .../sis/storage/netcdf/base/GridMapping.java | 4 +- .../apache/sis/storage/netcdf/base/Variable.java | 8 +- .../sis/storage/netcdf/classic/GridInfo.java | 2 +- .../sis/storage/netcdf/classic/VariableInfo.java | 4 +- .../test/module-info.java | 1 + .../apache/sis/util/collection/CacheEntries.java | 4 +- .../apache/sis/util/internal/CollectionsExt.java | 12 +- geoapi/build.gradle.kts | 4 +- netbeans-project/README.md | 3 +- netbeans-project/build.xml | 6 +- netbeans-project/nbproject/build-impl.xml | 38 +- netbeans-project/nbproject/genfiles.properties | 4 +- netbeans-project/nbproject/project.properties | 39 +- netbeans-project/nbproject/project.xml | 1 - netbeans-project/src-local/.gitignore | 5 - .../test/module-info.java | 32 -- .../apache/sis/test/uncommitted/package-info.java | 6 - 37 files changed, 646 insertions(+), 190 deletions(-) create mode 100644 buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/coding/ReorganizeImports.java copy incubator/src/org.apache.sis.test.incubator/test/module-info.java => buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/coding/package-info.java (81%) delete mode 100644 netbeans-project/src-local/.gitignore delete mode 100644 netbeans-project/src-local/org.apache.sis.test.uncommitted/test/module-info.java delete mode 100644 netbeans-project/src-local/org.apache.sis.test.uncommitted/test/org/apache/sis/test/uncommitted/package-info.java