@ -258,11 +257,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -258,11 +257,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@ -330,7 +325,6 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -330,7 +325,6 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
}
catch(IllegalStateExceptionex){
// No current invocation...
// TODO: Should we really proceed here?
if(logger.isDebugEnabled()){
logger.debug("Could not access current invocation - matching with limited context: "+ex);
}
@ -453,8 +447,8 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -453,8 +447,8 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
}
}
}
catch(IllegalStateExceptionex){
// AspectJ 1.8.10: encountered invalid signature
catch(Throwableex){
// Possibly AspectJ 1.8.10 encountering an invalid signature