mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
remove redundant type args: get rid of 2 different fixes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Collectors {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Collectors {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments of method reference" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.function.Function;
|
||||
public class TestClassRenamed {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
class Collectors {
|
||||
{
|
||||
Integer.getInteger("");
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.function.Function;
|
||||
class MyTest {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Collectors {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Collectors {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "false"
|
||||
// "Remove type arguments" "false"
|
||||
import java.util.List;
|
||||
|
||||
class Collectors {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments of method reference" "true"
|
||||
// "Remove type arguments" "true"
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "false"
|
||||
// "Remove type arguments" "false"
|
||||
import java.util.Map.Entry;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.function.Function;
|
||||
public class TestClassRenamed {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "false"
|
||||
// "Remove type arguments" "false"
|
||||
|
||||
import java.util.*;
|
||||
import java.util.function.Function;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
class Collectors {
|
||||
{
|
||||
Integer.<Str<caret>ing>getInteger("");
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "true"
|
||||
// "Remove type arguments" "true"
|
||||
|
||||
import java.util.function.Function;
|
||||
class MyTest {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove explicit type arguments" "false"
|
||||
// "Remove type arguments" "false"
|
||||
class Test {
|
||||
|
||||
public void valueOfPasses() {
|
||||
|
||||
Reference in New Issue
Block a user