thecarlhall commented on PR #180: URL: https://github.com/apache/commons-dbutils/pull/180#issuecomment-1429912389
Thank you so much for the helpful description and screenshots! I believe I understand the problem now, and I think I have enough to write some tests around this. `IndexedPropertyType` also has [getIndexedReadMethod](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/beans/IndexedPropertyDescriptor.html#getIndexedReadMethod())() and [getIndexedWriteMethod](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/beans/IndexedPropertyDescriptor.html#getIndexedWriteMethod())(), so I want to understand the implications of those as well. Our implementation looks fairly safe from this, but I'd like to be sure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
