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

slachiewicz pushed a change to branch MDEP-679
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git.


 discard 524e300  [MDEP-679] Should not include string literals when parsing 
references
 discard 8f192d2  [MDEP-679] Refactor: extract helper functions in 
ConstantPoolParser
     add 1040933  ignore .checkstyle
     add 5f9884c  use try with resources to avoid leaks
     add f2e6946  Merge pull request #16 from apache/close
     add 6d3aa86  [MDEP-708] - dependency:analyze recommends test scope for 
test-only artifacts that have non-test scope (#14)
     add 2e9e66f  remove reference to deprecated public mutable field (#15)
     add a8c9afc  [maven-release-plugin] prepare release 
maven-dependency-analyzer-1.11.2
     add ca55b1d  [maven-release-plugin] prepare for next development iteration
     add 5a9ea0f  [MDEP-712] update JIRA URL (#17)
     add b7dbbe9  [MDEP-708] dependency:analyze should recommend narrower scope 
where possible (#18)
     new 02666a7  [MDEP-679] Refactor: extract helper functions in 
ConstantPoolParser
     new 7839403  [MDEP-679] Should not include string literals when parsing 
references

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (524e300)
            \
             N -- N -- N   refs/heads/MDEP-679 (7839403)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .gitignore                                         |  1 +
 pom.xml                                            | 12 ++-
 .../analyzer/DefaultProjectDependencyAnalyzer.java | 56 +++++++++++--
 .../analyzer/ProjectDependencyAnalysis.java        | 51 ++++++++++--
 .../analyzer/asm/DependencyClassFileVisitor.java   |  6 +-
 .../analyzer/ClassFileVisitorUtilsTest.java        | 18 +++--
 .../analyzer/DefaultClassAnalyzerTest.java         | 26 +++----
 .../DefaultProjectDependencyAnalyzerTest.java      | 91 +++++++++++++++++++---
 .../analyzer/ProjectDependencyAnalysisTest.java    |  4 +-
 .../pom.xml                                        | 23 +++---
 .../project1}/pom.xml                              | 18 ++---
 .../jarWithTestDependency/project1/Project1.java   |  0
 .../project2}/pom.xml                              | 38 ++++++---
 .../jarWithTestDependency/project2/Project2.java   |  0
 .../pom.xml                                        | 23 +++---
 .../project1}/pom.xml                              | 18 ++---
 .../jarWithTestDependency/project1/Project1.java   |  0
 .../project2}/pom.xml                              | 39 +++++++---
 .../jarWithTestDependency/project2/Project2.java   |  0
 src/test/resources/jarWithTestDependency/pom.xml   |  4 +-
 20 files changed, 307 insertions(+), 121 deletions(-)
 copy src/test/resources/{inlinedStaticReference => 
jarWithCompileScopedTestDependency}/pom.xml (69%)
 copy src/test/resources/{inlinedStaticReference => 
jarWithCompileScopedTestDependency/project1}/pom.xml (71%)
 copy src/test/resources/{jarWithTestDependency => 
jarWithCompileScopedTestDependency}/project1/src/main/java/jarWithTestDependency/project1/Project1.java
 (100%)
 copy src/test/resources/{inlinedStaticReference => 
jarWithCompileScopedTestDependency/project2}/pom.xml (55%)
 copy src/test/resources/{jarWithTestDependency => 
jarWithCompileScopedTestDependency}/project2/src/test/java/jarWithTestDependency/project2/Project2.java
 (100%)
 copy src/test/resources/{inlinedStaticReference => 
jarWithRuntimeScopedTestDependency}/pom.xml (69%)
 copy src/test/resources/{inlinedStaticReference => 
jarWithRuntimeScopedTestDependency/project1}/pom.xml (71%)
 copy src/test/resources/{jarWithTestDependency => 
jarWithRuntimeScopedTestDependency}/project1/src/main/java/jarWithTestDependency/project1/Project1.java
 (100%)
 copy src/test/resources/{inlinedStaticReference => 
jarWithRuntimeScopedTestDependency/project2}/pom.xml (54%)
 copy src/test/resources/{jarWithTestDependency => 
jarWithRuntimeScopedTestDependency}/project2/src/test/java/jarWithTestDependency/project2/Project2.java
 (100%)

Reply via email to