mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
IJ-CR-102570 EA-724486 (plugin) - NPE: RedundantCompareToJavaTimeInspection$0.visitMethodCallExpression. new tests
GitOrigin-RevId: 3ea46a804977db71dde023c73bc86f18e10ef6c5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9eda430207
commit
1a897e65eb
@@ -121,4 +121,8 @@ public class Main {
|
||||
/*test5*/
|
||||
b = /*test0*/localDateTime.isAfter(localDateTime2);
|
||||
}
|
||||
|
||||
public static boolean unresolvedType(LocalTime localTime) {
|
||||
return localTime.compareTo(unresolved) > 0;
|
||||
}
|
||||
}
|
||||
@@ -111,4 +111,8 @@ public class Main {
|
||||
|
||||
b = /*test0*/localDateTime/*test1*/./*test2*/compareTo/*test3*/(/*test4*/localDateTime2/*test5*/) > 0;
|
||||
}
|
||||
|
||||
public static boolean unresolvedType(LocalTime localTime) {
|
||||
return localTime.compareTo(unresolved) > 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user