You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/11 21:40:46 UTC

[maven-dependency-analyzer] branch master updated (1040933 -> f2e6946)

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

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


    from 1040933  ignore .checkstyle
     add 5f9884c  use try with resources to avoid leaks
     new f2e6946  Merge pull request #16 from apache/close

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:
 .../analyzer/ClassFileVisitorUtilsTest.java        | 18 +++++++++------
 .../analyzer/DefaultClassAnalyzerTest.java         | 26 ++++++++++------------
 2 files changed, 23 insertions(+), 21 deletions(-)


[maven-dependency-analyzer] 01/01: Merge pull request #16 from apache/close

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit f2e694656ed035d672ad4324ef8c48901c34d7d7
Merge: 1040933 5f9884c
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat Jul 11 17:40:41 2020 -0400

    Merge pull request #16 from apache/close
    
    use try with resources to avoid leaks

 .../analyzer/ClassFileVisitorUtilsTest.java        | 18 +++++++++------
 .../analyzer/DefaultClassAnalyzerTest.java         | 26 ++++++++++------------
 2 files changed, 23 insertions(+), 21 deletions(-)