]> source.dussan.org Git - vaadin-framework.git/commit
Simplified support for null intermediate properties (#11435)
authorArtur Signell <artur@vaadin.com>
Fri, 29 Nov 2013 09:53:20 +0000 (11:53 +0200)
committerVaadin Code Review <review@vaadin.com>
Sat, 30 Nov 2013 07:32:25 +0000 (07:32 +0000)
commit8d6256e98a63222f4b4969612d8d777a31974613
tree05a7b9435e793e421c5eed7849ec0d6eab414998
parentde1c343ea9079f74276484c7d5f1623b5391eaba
Simplified support for null intermediate properties (#11435)

Removed support for explicitly throwing NPE for intermediate properties as no use
case could be identified where this would be the expected or wanted behavior.

Change-Id: I10696467f792e234326075bbcdd5aad487905a7e
server/src/com/vaadin/data/util/AbstractBeanContainer.java
server/src/com/vaadin/data/util/BeanItem.java
server/src/com/vaadin/data/util/NestedMethodProperty.java
server/src/com/vaadin/data/util/NestedPropertyDescriptor.java
server/tests/src/com/vaadin/data/util/BeanContainerTest.java
server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java
server/tests/src/com/vaadin/data/util/NestedMethodPropertyTest.java
server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java