parent
a9cbb01a45
commit
c71409821d
|
|
@ -474,7 +474,7 @@ class BeanUtilsTests {
|
||||||
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
|
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test // gh-10731
|
||||||
void propertyDescriptorShouldMatchWithCachedDescriptors() {
|
void propertyDescriptorShouldMatchWithCachedDescriptors() {
|
||||||
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
|
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue