From: Harri <har...@tu...> - 2005-07-26 08:44:01
|
On Mon, Jul 25, 2005 at 15:05:35 +0100, Daniel White wrote: > On 7/25/05, Harri J=E4rvi <har...@tu...> wrote: > > > the patch attached attempts to fix the problem present in BOSS 3.2.= 1 > > > that leads to an uncatched ArrayOutOfBoundsException > > > SubmissionsFrame.processClick(). The exception bleeds through to ev= ent > > > dispatching thread. > Under what circumstances does the released code generate the out of > bounds exception? As to my understanding and experience about the problem, it happens under the following conditions: - n (>1) submissions in the list of SubmissionsFrame - At least one submission in the list that is not late before any of the late ones The result is that the released code will allocate room for as many late submissions it found, and then start filling the array, but leave empty slots if the late submissions are not all in the beginning of the "allModel" and "submissions" arrays. Yours, Harri J=E4rvi |