Issue Details (XML | Word | Printable)

Key: XWIKI-642
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sergiu Dumitriu
Reporter: Sergiu Dumitriu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XWiki Core

api.XWiki.wrapDocs iterates the wrong list

Created: 31/Dec/06 02:44   Updated: 31/Dec/06 03:29
Component/s: APIs
Affects Version/s: 1.0 B1
Fix Version/s: 1.0 B2

Issue Links:
Dependency
 

Resolution Date: 31/Dec/06 03:29


 Description  « Hide
for(Iterator iter = result.iterator(); iter.hasNext()

'result' is an empty list which should be returned. The correct list to iterate is 'docs';



 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Sergiu Dumitriu added a comment - 31/Dec/06 03:29
Fixed in rev. 1826