Fixed
Details
Assignee
Gaston DombiakGaston DombiakReporter
Alex WenckusAlex WenckusComponents
Fix versions
Priority
Major
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Alex Wenckus
Alex WenckusComponents
Fix versions
Priority
Created September 21, 2006 at 7:17 AM
Updated September 21, 2006 at 8:02 AM
Resolved September 21, 2006 at 8:02 AM
For loops are used to add sessions to a copy to return from the ServiceManager#getSessions method call. The #addAll method is much more efficent as it would use a lot fewer array copies to achieve the same end result.