This inspection converts Stream API chain into classical loop.
Note that sometimes this inspection might cause slight semantic changes.
Especially care should be taken when it comes to short-circuiting, as it's not specified how many elements will be actually read when
the stream short-circuits.