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 c349928302 Reorder import statements using an automatic script. The 
goal is to separate in different groups the imports that are differents between 
the branches. Each group is identified by a label such as "// Specific to 
geoapi-3.1 and geoapi-4.0 branches:". This script also opportunistically brings 
together the imports of the same packages. Except for the above, import order 
is not modified: no alphabetical order enforced.
     new 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.
     new bcbc83338d Add comment on the left side of UCAR imports. The previous 
comment on top of them is lost during import reorganization.
     new cbff3dd11d Minor documentation updates.

The 3 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   | 522 +++++++++++++++++++++
 .../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 +-
 27 files changed, 611 insertions(+), 88 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%)

Reply via email to