Bernd Fondermann created VYSPER-330:
---------------------------------------
Summary: RequestWindow assumes PriorityQueue.iterator() is ordered
Key: VYSPER-330
URL: https://issues.apache.org/jira/browse/VYSPER-330
Project: VYSPER
Issue Type: Bug
Components: BOSH
Affects Versions: 0.7
Reporter: Bernd Fondermann
RequestWindow maintains a PriorityQueue of BoshRequests. From the JDK javadoc:
"iterator() is not guaranteed to traverse the elements of the priority queue in
any particular order".
But the current impl relies on ordered traversal.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira