[ 
https://issues.apache.org/jira/browse/DROIDS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008393#comment-13008393
 ] 

Bertil Chapuis commented on DROIDS-56:
--------------------------------------

Yes, and some other tickets are interdependent too (58, 108, 117, 128, etc.). I 
corrected this patch for the third time yesterday: it's time consuming and it 
does not help Droids to go further. My logic by creating a stable branch two 
days ago was following: Since these problems are described they will be handled 
in a near future if we let more activity happened on the trunk. The trunk 
should be our unstable development code base and may even sometimes be broken. 
I'd love to have the opinion of more experienced committers on that topic.

> Change the TaskQueue interface to java.util.Queue
> -------------------------------------------------
>
>                 Key: DROIDS-56
>                 URL: https://issues.apache.org/jira/browse/DROIDS-56
>             Project: Droids
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.0.1
>            Reporter: Mingfai Ma
>            Assignee: Bertil Chapuis
>             Fix For: 0.0.1, 0.0.2
>
>         Attachments: Queue.diff, droids-56-v2.diff, droids-56.diff, 
> taskQueue-to-queue.diff
>
>
> 1. any code that depends on the queue should depend on java.util.Queue<T> 
> rather than TaskQueue. 
> 2. either remove the TaskQueue or make it extends java.util.Queue
>  - it means SimpleTaskQueue should extends a Queue implementation (or 
> implement all method of a Queue)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to