Java: better way to recognize "NullAway.Init" suppression (IJ-CR-179854)

(cherry picked from commit b0e9def53ddd557344125fc10f9e1b2d7bef344d)

IJ-CR-179854

GitOrigin-RevId: 322448ed55f985425bf7f9db54008f07c3c2c844
This commit is contained in:
Bas Leijdekkers
2025-10-30 18:14:03 +00:00
committed by intellij-monorepo-bot
parent 614de3f5c3
commit 0557cce430
3 changed files with 8 additions and 7 deletions
@@ -2038,7 +2038,7 @@
<localInspection groupPathKey="group.path.names.probable.bugs" language="JAVA" shortName="NotNullFieldNotInitialized"
bundle="messages.JavaBundle" key="inspection.notnull.field.not.initialized.display.name"
groupKey="group.names.nullability.problems" groupBundle="messages.InspectionsBundle" enabledByDefault="true"
level="WARNING" alternativeId="NullAway.Init"
level="WARNING"
implementationClass="com.intellij.codeInspection.nullable.NotNullFieldNotInitializedInspection"/>
<localInspection groupPath="Java" language="JAVA" shortName="ParameterCanBeLocal" key="inspection.parameter.can.be.local.display.name"
groupKey="group.names.class.structure" groupBundle="messages.InspectionsBundle" enabledByDefault="true"