You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/11/09 12:24:33 UTC

[sling-org-apache-sling-feature-analyser] 01/01: Merge pull request #7 from apache/SLING-8078_parametrized

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git

commit 75a03bc839b52b4bff082deb424ba70e5d95502f
Merge: 59270f5 a4f89dd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Nov 9 13:24:28 2018 +0100

    Merge pull request #7 from apache/SLING-8078_parametrized
    
    SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions

 .../apache/sling/feature/analyser/Analyser.java    | 37 ++++++++++++++++++++--
 .../feature/analyser/task/AnalyserTaskContext.java |  9 ++++++
 .../task/impl/CheckApiRegionsDependencies.java     | 25 ++++++++++-----
 .../impl/AbstractApiRegionsAnalyserTaskTest.java   | 10 ++++++
 .../task/impl/CheckApiRegionsDependenciesTest.java |  3 +-
 5 files changed, 73 insertions(+), 11 deletions(-)