@ -259,11 +258,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -259,11 +258,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@ -331,7 +326,6 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -331,7 +326,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);
}
@ -454,8 +448,8 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
@@ -454,8 +448,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