Generated by
JDiff

Class org.springframework.aop.support.AbstractRegexpMethodPointcut

Changed Methods
boolean matches(Method, Class<?>) Change in signature from (Method, Class) to (Method, Class<?>).
Try to match the regular expression against the fully qualified name of the target class as well as against the method's declaring class, plus the name of the method.