[jboss-jira] [JBoss JIRA] Updated: (JBAOP-431) Avoid excessive casting in generated joinpoint classes
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Jun 27 07:29:57 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAOP-431?page=all ]
Kabir Khan updated JBAOP-431:
-----------------------------
Description:
in JoinPoint.invoke() and invokeNext() we do not need to cast the joinpoint argument
around.around(this);
is noticably faster than
around.around((MethodInvocation)this);
was:
in JoinPoint.invoke() and invokeNextMethods() we do not need to cast the joinpoint argument
around.around(this);
is noticably faster than
around.around((MethodInvocation)this);
> Avoid excessive casting in generated joinpoint classes
> ------------------------------------------------------
>
> Key: JBAOP-431
> URL: http://jira.jboss.com/jira/browse/JBAOP-431
> Project: JBoss AOP
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Kabir Khan
> Assigned To: Kabir Khan
> Fix For: 2.0.0.beta
>
>
> in JoinPoint.invoke() and invokeNext() we do not need to cast the joinpoint argument
> around.around(this);
> is noticably faster than
> around.around((MethodInvocation)this);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list