Skip to:
(Imported from Google Code)The LazyList class has a constructor which takes an existing list. If this list parameter is null, a new list should be instantiated. This can occur in web-forms, where builder.setList(null) is quite possible.
Fixed in Rev 367.
(Imported from Google Code)
The LazyList class has a constructor which takes an existing list. If this list parameter is null, a new list should be instantiated. This can occur in web-forms, where builder.setList(null) is quite possible.