[java-intentions] InlineStreamMapAction: preview-friendly

GitOrigin-RevId: 4c4a288c134b9bd9d772e42df64c8722c0bd7c65
This commit is contained in:
Tagir Valeev
2022-07-27 16:20:27 +02:00
committed by intellij-monorepo-bot
parent 0695b6ae8a
commit 01cc468b55
25 changed files with 32 additions and 31 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;