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 a9cbb01 commit c714098Copy full SHA for c714098
spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java
@@ -474,7 +474,7 @@ void resolveSignatureWithArray() throws Exception {
474
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
475
}
476
477
- @Test
+ @Test // gh-10731
478
void propertyDescriptorShouldMatchWithCachedDescriptors() {
479
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
480
0 commit comments