ExtractChainedMapAction: more specific message; Guava FluentIterable support; Collection.forEach test

This commit is contained in:
Tagir Valeev
2017-03-07 13:44:29 +07:00
parent fdfa078e77
commit ed8f4efbef
35 changed files with 104 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
// "Extract variable 'l' to separate mapping method" "true"
// "Extract variable 'l' to 'asLongStream' operation" "true"
import java.util.*;
import java.util.stream.*;