]> source.dussan.org Git - vaadin-framework.git/commit
FieldGroup.commit throws NPE if not bound to an item (#14732).
authorSergey Budkin <sergey@vaadin.com>
Mon, 6 Oct 2014 11:42:54 +0000 (14:42 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 9 Oct 2014 11:09:53 +0000 (11:09 +0000)
commit29b57f24f735fc529df3487820bc8f2cb513385a
treed77802c201e5c2ff64d203cc9da3928643973907
parent0abf13890b8c2391a609d63995a862b831e2f078
FieldGroup.commit throws NPE if not bound to an item (#14732).

Added null check and corresponding test.

Change-Id: I197dad14d6b5f7bf9bedcdf083d4b1f0f20efdcd
server/src/com/vaadin/data/fieldgroup/FieldGroup.java
server/tests/src/com/vaadin/data/fieldgroup/FieldGroupExceptionTest.java [new file with mode: 0644]