mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-CR-7021 [codeInspection] Add missing @NotNull annotations
GitOrigin-RevId: 109e3db96284e0c75edd9b88c60f492012596780
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6386cf8b94
commit
d54c9842a9
+1
-1
@@ -965,7 +965,7 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextEx {
|
||||
}
|
||||
}
|
||||
|
||||
private static void addRepeatWithTestsAction(@NotNull AnalysisScope scope, Notification notification, Runnable analysisRepeater) {
|
||||
private static void addRepeatWithTestsAction(@NotNull AnalysisScope scope, @NotNull Notification notification, @NotNull Runnable analysisRepeater) {
|
||||
notification.addAction(new NotificationAction(InspectionsBundle.message("inspection.no.problems.repeat.with.tests")) {
|
||||
@Override
|
||||
public void actionPerformed(@NotNull AnActionEvent e, @NotNull Notification notification) {
|
||||
|
||||
Reference in New Issue
Block a user