In LinkIterator hasPrevious() is not working properly for the first entry
-------------------------------------------------------------------------
Key: COLLECTIONS-239
URL: https://issues.apache.org/jira/browse/COLLECTIONS-239
Project: Commons Collections
Issue Type: Bug
Components: Iterator
Affects Versions: 3.2
Environment: Windows XP, jdk-1.5.0_02
Reporter: Michael Pavlov
In hasPrevious() method of LinkIterator 'next' field is used, that is not correct - method
returns 'true' for the first entry. 'last' field should be used insted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|