Hmm, we fixed that in trunk revision 1224722 over a year ago now.
Maybe you should perform a diff between trunk (or qa refactoring) and your branch, there a likely many other small bug fixes like that you'll pick up.
In fact, the bugs we're having issues with now are also in the branch you're working on, they've been brought to the surface by recent hardware and jvm optimisations, new concurrent code etc. Eg, trunk fails on jdk7, while jdk6 passes.
I'm very close to resolving these bugs. I'm currently working on jtreg tests.
Regards, Peter. Dennis Reedy (JIRA) wrote:
[ https://issues.apache.org/jira/browse/RIVER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Reedy resolved RIVER-417. -------------------------------- Resolution: Fixed FastList issues have been fixed by providing a set of accessor methods as that implemented in trunk. The 2.2 branch now compilescom.sun.jini.outrigger.FastList fails to compile using Java 7 ------------------------------------------------------------- Key: RIVER-417 URL: https://issues.apache.org/jira/browse/RIVER-417 Project: River Issue Type: Bug Reporter: Dennis Reedy Inner class Node has private properties that are accessed by inner class FastListIteratorImpl-- 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
