PPrint icon indicating copy to clipboard operation
PPrint copied to clipboard

Don't use reflection to call Iterable.collectionClassName

Open alexarchambault opened this issue 3 years ago • 0 comments

This PR makes the calls to Iterable.collectionClassName more "standard", that is not reflection-based.

Reflection is an issue on GraalVM native-image, where all collection concrete classes would need to be added to some Graal reflection config for collectionClassName to be call-able by reflection.

alexarchambault avatar Feb 22 '22 15:02 alexarchambault