This repository was archived by the owner on May 3, 2026. It is now read-only.
Whilelist forEach() method on all collections
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.