mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
use inter-language modifier fix inside java analysis IDEA-202508
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'foo' static" "true"
|
||||
// "Make 'I.foo' static" "true"
|
||||
interface I {
|
||||
static void foo() {
|
||||
System.out.println();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' not static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' not static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' not static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' not static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'foo' static" "true"
|
||||
// "Make 'I.foo' static" "true"
|
||||
interface I {
|
||||
default void foo() {
|
||||
System.out.println();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' not static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' not static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' not static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' not static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Make 'filter' static" "true"
|
||||
// "Make 'PrivateMethodRef.filter' static" "true"
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user