Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Whilelist forEach() method on all collections

Choose a tag to compare

@c0pperdragon c0pperdragon released this 04 Nov 09:18

Previously the converter did not allow to call the forEach method directly on ArrayList and Vector. It seems that these specific classes override the default interface implementation for performance reasons, and this makes it necessary to explicitly white-list the methods here.