spring-framework/org.springframework.beans/src
Chris Beams 8dedf111bc Ignore non-prop 'set' methods in ExtendedBeanInfo
Previously, ExtendedBeanInfo would attempt to process methods named
exactly 'set'.  JavaBeans properties must have at least one character
following the 'set' prefix in order to qualify, and this is now
respected by EBI.

Thanks to Rob Winch for the patch fixing this problem.

Issue: SPR-8175

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4178 50f2f4bb-b051-0410-bef5-90022cba6387
2011-04-05 03:45:38 +00:00
..
main Ignore non-prop 'set' methods in ExtendedBeanInfo 2011-04-05 03:45:38 +00:00
test Ignore non-prop 'set' methods in ExtendedBeanInfo 2011-04-05 03:45:38 +00:00