mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
LambdaAndExplicitMethodPair: fixed negations (IDEA-CR-48396); imports in tests fixed
GitOrigin-RevId: 6dcd3aa510e733070f5f942d22ce68250d2c5cee
This commit is contained in:
committed by
intellij-monorepo-bot
parent
95d1cd538b
commit
13be43ae66
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "true"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "true"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "false"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Use 'computeIfAbsent' method with functional argument" "false"
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
public void test(Map<String, List<Integer>> map, String key) {
|
||||
|
||||
Reference in New Issue
Block a user