[
https://issues.apache.org/jira/browse/JSIEVE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734638#action_12734638
]
Robert Burrell Donkin commented on JSIEVE-59:
---------------------------------------------
getActions() and getActionsIterator() seem to be near duplicates[1]
Can anyone seem any reasons why getActionsIterator() shouldn't be deleted?
-----
[1]
/**
* Method getActions answers the List of Actions accumulated by the
* receiver. Implementations may elect to supply an unmodifiable collection.
*
* @return <code>List</code> of {...@link Action}'s, not null, possibly
* unmodifiable
*/
public List getActions();
/**
* Method getActionIteraror answers an Iterator over the List of Actions
* accumulated by the receiver. Implementations may elect to supply an
* unmodifiable iterator.
*
* @return <code>ListIterator</code>, not null, possibly unmodifiable
*/
public ListIterator getActionsIterator();
> Generify MailAdapter API
> ------------------------
>
> Key: JSIEVE-59
> URL: https://issues.apache.org/jira/browse/JSIEVE-59
> Project: JAMES jSieve
> Issue Type: Sub-task
> Affects Versions: 0.4
> Reporter: Robert Burrell Donkin
> Fix For: 0.4
>
>
> Improve and generify the MailAdapter API
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]