[
http://jira.jboss.com/jira/browse/JBSEAM-2892?page=comments#action_12408568 ]
Benjamin Graf commented on JBSEAM-2892:
---------------------------------------
Well, I see change in trunk but not in branch 2.0.2!
Bad usage of List.get() in EntityBeanList.class
-----------------------------------------------
Key: JBSEAM-2892
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2892
Project: Seam
Issue Type: Bug
Affects Versions: 2.0.1.GA
Reporter: Benjamin Graf
Assigned To: Pete Muir
Fix For: 2.1.0.BETA1, 2.0.2.CR2
The passivateAll() method does an iteration over a list of to passivated entities. But
the implementation uses the get-method of the list interface which has very bad
performance on LinkedList. It should better use the list-iterator instead!
--
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