Re: @the project developer: minor improvements, tidy sourcecode
Thorsten Möller <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <020101c3b0f4$f8fb3f70$33d71e8d@Thoro> |
Christian Cryder <[email protected]> wrote: > These patches have been applied, [...] > and to ListValidator (making it work on List, not just ArrayList). Sorry, but you applied only parts of the patch to ListValidator, with the effect of producing an bug (possibility of class cast exception). Please correct the method "private FormElement getNewElement(int index, FormElement element)" --> casts to "List" too, or apply the whole patch. Thorsten