mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[java-inspections] NullableNotNullManager: prefer container annotation over inherited for methods
Part of IDEA-359811 GitOrigin-RevId: 530af5840eedbd35c1f247381781c4ebc128b25b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
322185bffb
commit
9a8c7a0397
@@ -73,7 +73,7 @@ public class JetBrainsNotNullByDefault {
|
||||
|
||||
@Override
|
||||
public String get() {
|
||||
return null;
|
||||
return <warning descr="'null' is returned by the method declared as @NotNullByDefault">null</warning>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user