|
That’s what I meant. -Igor From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Nick Heudecker That fails anyway because
Collections.EMPTY_LIST is an AbstractList. AbstractList#add(Object)
throws an exception. On 9/15/05, Igor
Vaynberg <
[EMAIL PROTECTED]> wrote: True, but a reasonable behavior is: getList().add(some object) which fails if model object is
null. -Igor From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Johan Compagner why would it be if you ASK for the list through
getList() On
9/15/05, Nick Heudecker <[EMAIL PROTECTED]>
wrote: I believe
it's a bug because it doesn't do what the user reasonably expects and it's not
covered in the javadoc. On
9/15/05, Johan Compagner < [EMAIL PROTECTED]>
wrote: why would
that a bug? On
9/15/05, Nick Heudecker <[EMAIL PROTECTED] >
wrote: This
looks like a bug to me. |
