]> source.dussan.org Git - vaadin-framework.git/commit
Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).
authorDenis Anisimov <denis@vaadin.com>
Mon, 22 Sep 2014 17:09:36 +0000 (20:09 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 19 Nov 2014 12:58:39 +0000 (12:58 +0000)
commit975b27fc98faa5a341e8687d28061d094cfb486d
treec15642f8545e273a62762f6e0c1ed1bf2ccb6687
parent144d9bd12f2feb3c19278f35805753d801a9c808
Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).

Change-Id: I6f16b9c55f661f5f75628ff627a01f8ec35e714e
server/src/com/vaadin/data/util/sqlcontainer/ReadOnlyRowId.java
server/src/com/vaadin/data/util/sqlcontainer/RowId.java
server/src/com/vaadin/data/util/sqlcontainer/TemporaryRowId.java
server/tests/src/com/vaadin/data/util/sqlcontainer/ReadOnlyRowIdTest.java
server/tests/src/com/vaadin/data/util/sqlcontainer/RowIdTest.java