You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/22 15:22:06 UTC

[sling-org-apache-sling-feature-analyser] 01/01: Merge pull request #10 from apache/SLING-8127

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

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

commit 7eb74b9f9efbc58fb53bff01cf95e01c8e4fa15a
Merge: 143ac52 8909e01
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Thu Nov 22 15:22:00 2018 +0000

    Merge pull request #10 from apache/SLING-8127
    
    SLING-8127 - Add a new Analyser that checks for duplicate API references across regions

 .../feature/analyser/task/impl/ApiRegions.java     |  2 +-
 .../task/impl/CheckApiRegionsDuplicates.java       | 82 ++++++++++++++++++++++
 ...apache.sling.feature.analyser.task.AnalyserTask |  1 +
 .../task/impl/CheckApiRegionsDuplicatesTest.java   | 45 ++++++++++++
 4 files changed, 129 insertions(+), 1 deletion(-)