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 4f2555bbe9 Add a `Classes.boundOfParameterizedDeclaration(…)\ method
and use it for making `ParameterDescriptor.getValueType()` conform to
specification, which is to return the type elements when using array or
collection.
new f06c086e84 Generalize `Numbers.isNumber(Class)` by checking also for
types unknown to this static method.
new 7b995facc0 Save the "TypeName to Java class" association in
`DefaultTypeName`.
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:
.../apache/sis/util/iso/DefaultNameFactory.java | 76 +++++---
.../org/apache/sis/util/iso/DefaultTypeName.java | 195 ++++++++++++---------
.../main/java/org/apache/sis/util/iso/Names.java | 43 +++--
.../java/org/apache/sis/util/iso/TypeNames.java | 35 ++--
.../java/org/apache/sis/util/iso/NamesTest.java | 35 ++--
.../org/apache/sis/util/iso/TypeNamesTest.java | 10 +-
.../src/main/java/org/apache/sis/util/Numbers.java | 9 +-
.../org/apache/sis/util/UnknownNameException.java | 7 +-
8 files changed, 224 insertions(+), 186 deletions(-)