Commit Graph
1 Commits
Author SHA1 Message Date
Tagir Valeev bef996aa8b IDEA-160802 Add inspection to optimize ...flatMap(Collection::stream).count() to ...mapToLong(Collection::size).sum();
New inspection along with Collection.stream().count() -> Collection.size() moved to separate file ReplaceInefficientStreamCountInspection
2016-09-07 15:20:43 +07:00