thrownewReflectionException("Illegal overloaded getter method with ambiguous type for property "+propName+" in class "+firstMethod.getDeclaringClass()+". This breaks the JavaBeans "+"specification and can cause unpredicatble results.");
}
if(!methodType.isAssignableFrom(getterType)){
if(!getterType.isAssignableFrom(methodType)){
thrownewReflectionException("Illegal overloaded getter method with ambiguous type for property "+propName+" in class "+firstMethod.getDeclaringClass()+". This breaks the JavaBeans "+"specification and can cause unpredicatble results.");
thrownewReflectionException("Illegal overloaded setter method with ambiguous type for property "+propName+" in class "+firstMethod.getDeclaringClass()+". This breaks the JavaBeans "+"specification and can cause unpredicatble results.");
thrownewReflectionException("Illegal overloaded setter method with ambiguous type for property "+propName+" in class "+firstMethod.getDeclaringClass()+". This breaks the JavaBeans "+"specification and can cause unpredicatble results.");