Brett Meyer created ARTIF-712:
---------------------------------
Summary: Optimize ArtifactSet, PagedResult, etc.
Key: ARTIF-712
URL:
https://issues.jboss.org/browse/ARTIF-712
Project: Artificer
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
ArtifactSet#list should never be used server-side unless absolutely necessary (feeds,
etc.). Ex: PagedResult is currently handed the list (bad), instead of given an iterator
(good). The latter would allow the BaseArtifactTypes to be visited/built on-demand,
rather than all up-front.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)