Hi,I was reading the patch proposed for issue 4572. I've found this line of code (line 461 for branch origin/wicket-1.5.x) inside PageWindowManager:while (result.size() < count && currentIndex != indexPointer); What is its purpose? Could it lead to a infinite loop?
Sorry, I've just realized that the line of code is parto of do while
statement :)..
- Code inside PageWindowManager. Andrea Del Bene
- Re: Code inside PageWindowManager. Andrea Del Bene
