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 e40de455 Add null guard for InstructionFactor.createInvoke (#289)
     new d8b437b9 Avoid possible NullPointerException in 
org.apache.bcel.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[])
     new 97e4ac7c Remove whitespace
     new 45af9777 Remove whitespace
     new 69e745d6 Avoid NullPointerException after calling 
org.apache.bcel.classfile.MethodParameters.setParameters(MethodParameter[]) 
with null
     new 80e86264 Avoid NullPointerException after calling 
org.apache.bcel.classfile.ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[])
 with null
     new d6fa48b6 Remove whitespace
     new 46eb2938 Avoid NullPointerException after calling 
org.apache.bcel.classfile.LocalVariableTypeTable.setLocalVariableTable(LocalVariable[])
 with null
     new a35914a3 Avoid NullPointerException after calling 
org.apache.bcel.classfile.LocalVariableTable.setLocalVariableTable(LocalVariable[])
 with null
     new 81e11ac5 Remove whitespace
     new 6c0452a8 Avoid NullPointerException after calling 
org.apache.bcel.classfile.LineNumberTable.setLineNumberTable(LineNumber[])
     new ac67474e Avoid NullPointerException after calling 
org.apache.bcel.classfile.LineNumberTable.setLineNumberTable(LineNumber[])
     new 92b4730d Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setMethods(Method[])
     new fb6ef54b Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setInterfaces(int[])
     new 7b44a1d8 Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setInterfaceNames(String[])
     new f21a3121 Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setFields(Field[])
     new 0e1b4721 Avoid NullPointerException after calling 
org.apache.bcel.classfile.JavaClass.setAttributes(Attribute[])
     new 3a743f9a Avoid NullPointerException after calling 
org.apache.bcel.classfile.ConstantPool.setConstantPool(Constant[])
     new 82bd20aa Avoid NullPointerException after calling 
org.apache.bcel.classfile.FieldOrMethod.setAttributes(Attribute[])
     new 9c177107 Better local name
     new 2586ee0b Avoid NullPointerException after calling 
org.apache.bcel.classfile.Annotations.setAnnotationTable(AnnotationEntry[])
     new b467e8d9 Avoid NullPointerException after 
callingorg.apache.bcel.classfile.ArrayElementValue.ArrayElementValue(int, 
ElementValue[], ConstantPool) with null
     new 5b975983 Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethod.BootstrapMethod(int, int[]) with null
     new dc9b61b3 Avoid NullPointerException after calling 
org.apache.bcel.classfile.BootstrapMethods.BootstrapMethods(int, int, 
BootstrapMethod[], ConstantPool) with null
     new 67048c28 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-bcel.git

The 24 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                             | 19 +++++++++++++++++++
 .../org/apache/bcel/classfile/AnnotationEntry.java  |  6 +++---
 .../java/org/apache/bcel/classfile/Annotations.java | 10 ++--------
 .../apache/bcel/classfile/ArrayElementValue.java    |  2 +-
 .../org/apache/bcel/classfile/BootstrapMethod.java  |  7 +++++--
 .../org/apache/bcel/classfile/BootstrapMethods.java |  4 ++--
 .../java/org/apache/bcel/classfile/Constant.java    |  2 ++
 .../org/apache/bcel/classfile/ConstantPool.java     |  6 +++---
 .../org/apache/bcel/classfile/ElementValue.java     |  1 +
 .../org/apache/bcel/classfile/FieldOrMethod.java    | 10 ++++------
 .../java/org/apache/bcel/classfile/JavaClass.java   | 10 +++++-----
 .../org/apache/bcel/classfile/LineNumberTable.java  | 21 +++++++++++----------
 .../apache/bcel/classfile/LocalVariableTable.java   |  8 +++++---
 .../bcel/classfile/LocalVariableTypeTable.java      | 11 +++--------
 .../org/apache/bcel/classfile/MethodParameters.java |  4 +---
 .../bcel/classfile/ParameterAnnotationEntry.java    | 11 +++++++----
 .../apache/bcel/classfile/ParameterAnnotations.java |  4 +++-
 17 files changed, 77 insertions(+), 59 deletions(-)

Reply via email to