]> source.dussan.org Git - vaadin-framework.git/commit
Return short list instead of exception if less items available (#8028)
authorHenri Sara <hesara@vaadin.com>
Fri, 7 Sep 2012 08:07:57 +0000 (11:07 +0300)
committerHenri Sara <hesara@vaadin.com>
Fri, 7 Sep 2012 08:07:57 +0000 (11:07 +0300)
commitc74a3d6d7b7db4eeedcda9c2ae215c89c3b1394e
tree8c5b87f20fc7b57e733a1973d320d552ab84049a
parent78fcee9817e2216eab619f8f750cf6eda7f545d9
Return short list instead of exception if less items available (#8028)

Container.Indexed.getItemIds(int, int) does not throw an exception if
too few items are available in the container.
server/src/com/vaadin/data/Container.java
server/src/com/vaadin/data/ContainerHelpers.java
server/src/com/vaadin/data/util/AbstractInMemoryContainer.java
server/tests/src/com/vaadin/data/util/TestIndexedContainer.java