[jboss-cvs] JBossAS SVN: r68638 - projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/pointcut.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 5 15:51:49 EST 2008


Author: flavia.rainone at jboss.com
Date: 2008-01-05 15:51:49 -0500 (Sat, 05 Jan 2008)
New Revision: 68638

Modified:
   projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/pointcut/Util.java
Log:
[JBAOP-505] In the previous commit, the bug wasn't really solved. Now it is.

Modified: projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/pointcut/Util.java
===================================================================
--- projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/pointcut/Util.java	2008-01-05 18:55:56 UTC (rev 68637)
+++ projects/aop/branches/joinpoint_graph/aop/src/main/org/jboss/aop/pointcut/Util.java	2008-01-05 20:51:49 UTC (rev 68638)
@@ -804,6 +804,8 @@
                // avoid extra backtracking steps here: the param expressions won't
                // match
                while (actuali < paramsLength && asti < astParameters.size() && !doMatch(asti, actuali));
+               currentAsti = asti;
+               currentActuali = actuali;
             }
             return true;
          }




More information about the jboss-cvs-commits mailing list