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:05 UTC

[sling-org-apache-sling-feature-analyser] branch master updated (143ac52 -> 7eb74b9)

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

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


    from 143ac52  Move extension constants to Extension class
     add 8909e01  SLING-8127 - Add a new Analyser that checks for duplicate API references across regions
     new 7eb74b9  Merge pull request #10 from apache/SLING-8127

The 1 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:
 .../feature/analyser/task/impl/ApiRegions.java     |  2 +-
 .../task/impl/CheckApiRegionsDuplicates.java       | 82 ++++++++++++++++++++++
 ...apache.sling.feature.analyser.task.AnalyserTask |  1 +
 ...est.java => CheckApiRegionsDuplicatesTest.java} | 20 +++---
 4 files changed, 92 insertions(+), 13 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/feature/analyser/task/impl/CheckApiRegionsDuplicates.java
 copy src/test/java/org/apache/sling/feature/analyser/task/impl/{CheckApiRegionsTest.java => CheckApiRegionsDuplicatesTest.java} (62%)


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

Posted by da...@apache.org.
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(-)