You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/06/16 09:43:27 UTC

[isis] branch 2723_facet.preced updated (d9be24e -> f152273)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 2723_facet.preced
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from d9be24e  ISIS-2723: slightly reduce responsibility of ImmutableFacet(s)
     add f152273  ISIS-2723: unify type hierarchy with TypicalLengthFacet(s)

No new revisions were added by this update.

Summary of changes:
 .../value/TypicalLengthFacetUsingParser.java       | 30 ++---------
 .../facets/object/value/ValueFacetAbstract.java    |  3 ++
 .../objectvalue/typicallen/TypicalLengthFacet.java |  8 +--
 .../typicallen/TypicalLengthFacetAbstract.java     | 42 +++++++++++----
 ...calLengthFacetForParameterLayoutAnnotation.java | 29 +++-------
 ...acetOnParameterDerivedFromTypeFacetFactory.java | 61 ----------------------
 ...icalLengthFacetOnParameterInferredFromType.java | 43 +++++++++++----
 ...icalLengthFacetForPropertyLayoutAnnotation.java | 19 +------
 .../TypicalLengthFacetForPropertyXml.java          | 27 +++-------
 ...FacetOnPropertyDerivedFromTypeFacetFactory.java | 60 ---------------------
 ...icalLengthFacetOnPropertyInferredFromType.java} | 43 ++++++++++++---
 .../core/metamodel/layout/LayoutFacetUtil.java     | 10 ++--
 .../DeriveTypicalLengthFromTypePostProcessor.java  | 30 +++++------
 .../scalars/ScalarPanelTextFieldAbstract.java      | 31 +++++++----
 14 files changed, 164 insertions(+), 272 deletions(-)
 delete mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/param/typicallen/fromtype/TypicalLengthFacetOnParameterDerivedFromTypeFacetFactory.java
 delete mode 100644 core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/typicallen/fromtype/TypicalLengthFacetOnPropertyDerivedFromTypeFacetFactory.java
 rename core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/properties/typicallen/fromtype/{TypicalLengthFacetOnPropertyDerivedFromType.java => TypicalLengthFacetOnPropertyInferredFromType.java} (56%)