You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/01 22:10:34 UTC

[commons-bcel] branch master updated (5dd5303 -> a977371)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


    from 5dd5303  add attribute name(s) to Code.toString() (#40)
     new 612ba80  Add support for invokestatic of an InterfaceMethodref #39.
     new a58ba1d  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git
     new a977371  Add attribute name(s) to Code.toString() #40.

The 3 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:
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)


[commons-bcel] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit a58ba1dd813759ffcdaf0eb29ef235c64006dcd8
Merge: 612ba80 5dd5303
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 1 18:10:01 2020 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git

 src/main/java/org/apache/bcel/classfile/Code.java | 1 +
 1 file changed, 1 insertion(+)


[commons-bcel] 01/03: Add support for invokestatic of an InterfaceMethodref #39.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 612ba80ca3abbfc3c4fef8228c55da2a45235fd5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 1 17:29:27 2020 -0400

    Add support for invokestatic of an InterfaceMethodref #39.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d6f6c08..3257f3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update build japicmp-maven-plugin 0.14.1 -> 0.14.3.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update build jacoco-maven-plugin 0.8.4 -> 0.8.5.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
+      <action                  type="update" dev="ggregory" due-to="Mark Roberts">Add support for invokestatic of an InterfaceMethodref #39.</action>
     </release> 
     <release version="6.4.1" date="2019-09-26" description="Bug fix release.">
       <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">java.util.EmptyStackException at org.apache.bcel.classfile.DescendingVisitor.visitModule (DescendingVisitor.java:592).</action>


[commons-bcel] 03/03: Add attribute name(s) to Code.toString() #40.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit a977371b8bd1894743f1ae1661afec31bd553f7d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 1 18:10:30 2020 -0400

    Add attribute name(s) to Code.toString() #40.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3257f3b..b32b36c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update build jacoco-maven-plugin 0.8.4 -> 0.8.5.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
       <action                  type="update" dev="ggregory" due-to="Mark Roberts">Add support for invokestatic of an InterfaceMethodref #39.</action>
+      <action                  type="update" dev="ggregory" due-to="Mark Roberts">Add attribute name(s) to Code.toString() #40.</action>
     </release> 
     <release version="6.4.1" date="2019-09-26" description="Bug fix release.">
       <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">java.util.EmptyStackException at org.apache.bcel.classfile.DescendingVisitor.visitModule (DescendingVisitor.java:592).</action>