git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@607483
13f79535-47bb-0310-9956-
ffa450edef68
Object object = null;
NoSuchMethodException exception = null;
try {
- object = this;
+ object = bean;
m = object.getClass().getMethod(setMethod, signature);
} catch (NoSuchMethodException e) {
exception = e;;
Object object = null;
Exception exception = null;
try {
- object = this;
+ object = bean;
method = object.getClass().getMethod(aname, types);
} catch (NoSuchMethodException e) {
exception = e;