]
Norman Richards updated JBSEAM-3794:
------------------------------------
Fix Version/s: 2.1.2.CR1
Priority: Minor (was: Major)
Method org.jboss.seam.remoting.Call.findMethod(String, Class) makes
inefficient use of keySet iterator instead of entrySet iterator
-----------------------------------------------------------------------------------------------------------------------------------
Key: JBSEAM-3794
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3794
Project: Seam
Issue Type: Bug
Reporter: Francisco Jose Peredo Noguez
Assignee: Norman Richards
Priority: Minor
Fix For: 2.1.2.CR1
Attachments: patch.txt
for (Method m : candidates.keySet())
{
int thisScore = candidates.get(m).intValue(); <-- HERE!
if (bestMethod == null || thisScore > bestScore)
{
bestMethod = m;
bestScore = thisScore;
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: