History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
XWIKI-642
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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
This issue
blocks
:
XWIKI-643
Document.searchDocuments(distinctByLanguage) does not work
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';
Description
for(Iterator iter = result.iterator(); iter.hasNext()
'result' is an empty list which should be returned. The correct list to iterate is 'docs';
Show »
All
Comments
Change History
FishEye
Sort Order:
[
Permlink
|
« Hide
]
Sergiu Dumitriu
added a comment -
31/Dec/06 03:29
Fixed in rev. 1826
[
Show »
]
Sergiu Dumitriu
added a comment -
31/Dec/06 03:29
Fixed in rev. 1826