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 fb85ced5 Add null guard for InstructionFactory.createInvoke() #289
new 511a7787 Avoid NullPointerException calling
org.apache.bcel.generic.InstructionList.redirectLocalVariables(LocalVariableGen[],
InstructionHandle, InstructionHandle) with null
new 95552fea Avoid NullPointerException calling
org.apache.bcel.generic.InstructionList.redirectExceptionHandlers(CodeExceptionGen[],
InstructionHandle, InstructionHandle) with null
new ca1add6d Avoid NullPointerException calling
org.apache.bcel.generic.InstructionList.findHandle(InstructionHandle[], int[],
int, int) with null
new 87eac0ab Fix typo in comment
new 0aebd69e Avoid NullPointerException calling
org.apache.bcel.generic.MethodGen.setArgumentTypes(Type[]) with null
new c032ef5d Avoid NullPointerException calling
org.apache.bcel.generic.MethodGen.setArgumentNames(String[]) with null
new 0e4e0d69 Avoid NullPointerException calling
org.apache.bcel.generic.MethodGen.removeRuntimeAttributes(Attribute[]) with null
new 1dbef18b Avoid NullPointerException calling
org.apache.bcel.generic.MethodGen.makeMutableVersion(AnnotationEntry[]) with
null
The 8 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 | 7 +++
.../org/apache/bcel/generic/InstructionList.java | 51 +++++++++++-----------
.../java/org/apache/bcel/generic/MethodGen.java | 24 ++++------
src/main/java/org/apache/bcel/generic/Select.java | 2 +-
4 files changed, 43 insertions(+), 41 deletions(-)