mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
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:
committed by
intellij-monorepo-bot
parent
614de3f5c3
commit
0557cce430
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user