[
https://issues.apache.org/jira/browse/WW-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707885#comment-13707885
]
Hudson commented on WW-4122:
----------------------------
SUCCESS: Integrated in Struts2-JDK6 #749 (See
[https://builds.apache.org/job/Struts2-JDK6/749/])
WW-4122 Improves loop (lukaszlenart: rev 1502449)
*
/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/AnnotationParameterFilterIntereptor.java
> Wasted work in AnnotationParameterFilterIntereptor.intercept()
> --------------------------------------------------------------
>
> Key: WW-4122
> URL: https://issues.apache.org/jira/browse/WW-4122
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.3.14.3
> Environment: any
> Reporter: Adrian Nistor
> Assignee: Lukasz Lenart
> Labels: patch, performance
> Fix For: 2.3.16
>
> Attachments: patch.diff
>
>
> The problem appears in version 2.3.14.3 and in revision 1495522. I
> attached a one-line patch that fixes it. This problem and the
> attached patch are similar to the previously fixed WW-4115 and its
> patch.
> In method "AnnotationParameterFilterIntereptor.intercept", the loop
> over "annotatedFields" should break immediately after "allowed" is set
> to "true". All the iterations after "allowed" is set to "true" do not
> perform any useful work, at best they just set "allowed" again to
> "true".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira