[
https://issues.apache.org/jira/browse/DROIDS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McKinley resolved DROIDS-19.
---------------------------------
Resolution: Fixed
I'll resolve this issue for now since it has been commited and is no longer a
"blocker"
However, the TaskValidator interface could use some work...
> [Patch] Create TaskValidator -- include concepts like: maxDepth and maxSize
> ---------------------------------------------------------------------------
>
> Key: DROIDS-19
> URL: https://issues.apache.org/jira/browse/DROIDS-19
> Project: Droids
> Issue Type: Improvement
> Components: core
> Reporter: Ryan McKinley
> Priority: Blocker
> Attachments: LABS-197-taskValidator.patch
>
>
> The TaskQueue should have an expendable way to check if a Task is valid.
> perhaps something like:
> {code:java}
>
> public interface TaskValidator {
> public boolean validateTask( Task task ) throws InvalidTaskException;
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.