rootvector2 commented on PR #434: URL: https://github.com/apache/commons-beanutils/pull/434#issuecomment-5309604274
Added all five: POJO first element (`toArray()` returns `TestBean[]`, `toDynaBeanArray()` returns `WrapDynaBean[]`), `BasicDynaBean` first element (both arrays typed to the subclass), `addAll(Collection)` and `addAll(int, Collection)` on an untyped list, `get()` growing after the first element fixes the type, and `toDynaBeanArray()` component type for the untyped map case. `LazyDynaListTest` is up to 21 tests, full `mvn` default goal green. -- 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]
