We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a099d2 commit a9cbb01Copy full SHA for a9cbb01
spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java
@@ -475,7 +475,7 @@ void resolveSignatureWithArray() throws Exception {
475
}
476
477
@Test
478
- void spr6063() {
+ void propertyDescriptorShouldMatchWithCachedDescriptors() {
479
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
480
481
PropertyDescriptor keyDescr = BeanUtils.getPropertyDescriptor(Bean.class, "value");
0 commit comments