mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
StreamToLoopInspection: support groupingBy(..., counting()/summingInt()/summingLong()/summingDouble()/mapping(summing...))
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import java.util.function.LongSupplier;
|
||||
public class Main {
|
||||
private static void test(List<String> list) {
|
||||
// and filter!
|
||||
long count1 = 0;
|
||||
long count1 = 0L;
|
||||
for (String s : list) {
|
||||
if (!s/* comment */.isEmpty()) {
|
||||
count1++;
|
||||
|
||||
Reference in New Issue
Block a user