spring-framework/spring-beans/src
Stephane Nicoll c0269770af Use BeanUtils to instantiate target type
Use BeanUtils.instantiate(Class<?>) instead of a raw call to
type.newInstance() as the former has more checks.

Issue: SPR-12520
2015-05-15 11:43:18 +02:00
..
main Use BeanUtils to instantiate target type 2015-05-15 11:43:18 +02:00
test CustomBooleanEditor avoids potential NPE in case of allowEmpty=false 2015-05-11 14:20:19 +02:00