Move Accumulation to Collecting Parameter

You have a single bulky method
that accumulates information to a local variable.

Accumulate results to a Collecting Parameter
that gets passed to extracted methods.