show method calls with () in "Inline stream mapping method" intention messages

GitOrigin-RevId: 2602d4e06902450e197232450c86d79ebc5203f7
This commit is contained in:
Bas Leijdekkers
2022-01-29 21:03:07 +01:00
committed by intellij-monorepo-bot
parent 5ba739b481
commit d73341c619
28 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
// "Merge 'asLongStream' call and 'map' call" "true"
// "Merge 'asLongStream()' call and 'map()' call" "true"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
import java.util.List;
import java.util.stream.IntStream;

View File

@@ -1,4 +1,4 @@
// "Inline 'flatMap' body into the next 'forEach' call" "false"
// "Inline 'flatMap()' body into the next 'forEach()' call" "false"
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"
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"
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"
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"
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"
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"
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"
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"
import java.util.List;
import java.util.stream.IntStream;

View File

@@ -1,4 +1,4 @@
// "Inline 'map' body into the next 'map' call" "false"
// "Inline 'map()' body into the next 'map()' call" "false"
import java.util.List;
public class Main {

View File

@@ -1,4 +1,4 @@
// "Merge 'mapToInt' call and 'asLongStream' call" "true"
// "Merge 'mapToInt()' call and 'asLongStream()' call" "true"
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"
import java.util.List;
import java.util.stream.IntStream;

View File

@@ -1,4 +1,4 @@
// "Inline 'map' body into the next 'map' call" "false"
// "Inline 'map()' body into the next 'map()' call" "false"
import java.util.List;
import java.util.stream.IntStream;

View File

@@ -820,8 +820,8 @@ intention.implement.abstract.method.family=Implement abstract method
intention.implement.abstract.method.searching.for.descendants.progress=Searching For Descendants...
intention.implement.abstract.method.text=Implement method ''{0}''
intention.inline.map.family=Inline stream mapping method
intention.inline.map.inline.text=Inline ''{0}'' body into the next ''{1}'' call
intention.inline.map.merge.text=Merge ''{0}'' call and ''{1}'' call
intention.inline.map.inline.text=Inline ''{0}()'' body into the next ''{1}()'' call
intention.inline.map.merge.text=Merge ''{0}()'' call and ''{1}()'' call
intention.introduce.variable.text=Introduce local variable
intention.invert.if.condition=Invert 'if' condition
intention.merge.filter.family=Merge filters