mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-intentions] InlineStreamMapAction: preview-friendly
GitOrigin-RevId: 4c4a288c134b9bd9d772e42df64c8722c0bd7c65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0695b6ae8a
commit
01cc468b55
@@ -1,4 +1,4 @@
|
||||
// "Merge 'asLongStream()' call and 'map()' call" "true"
|
||||
// "Merge 'asLongStream()' call and 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'boxed()' call and 'forEach()' call" "true"
|
||||
// "Merge 'boxed()' call and 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'map()' call and 'boxed()' call" "true"
|
||||
// "Merge 'map()' call and 'boxed()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'mapToInt()' call" "true"
|
||||
// "Inline 'map()' body into the next 'mapToInt()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'mapToInt()' call and 'asLongStream()' call" "true"
|
||||
// "Merge 'mapToInt()' call and 'asLongStream()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'mapToInt()' body into the next 'flatMap()' call" "true"
|
||||
// "Inline 'mapToInt()' body into the next 'flatMap()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'asLongStream()' call and 'map()' call" "true"
|
||||
// "Merge 'asLongStream()' call and 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'boxed()' call and 'forEach()' call" "true"
|
||||
// "Merge 'boxed()' call and 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'map()' call and 'boxed()' call" "true"
|
||||
// "Merge 'map()' call and 'boxed()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true"
|
||||
// "Inline 'map()' body into the next 'forEach()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'map()' call" "true"
|
||||
// "Inline 'map()' body into the next 'map()' call" "true-preview"
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'map()' body into the next 'mapToInt()' call" "true"
|
||||
// "Inline 'map()' body into the next 'mapToInt()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Merge 'mapToInt()' call and 'asLongStream()' call" "true"
|
||||
// "Merge 'mapToInt()' call and 'asLongStream()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Inline 'mapToInt()' body into the next 'flatMap()' call" "true"
|
||||
// "Inline 'mapToInt()' body into the next 'flatMap()' call" "true-preview"
|
||||
import java.util.List;
|
||||
import java.util.stream.IntStream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user