mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[kotlin-dfa] Move inspection.data.flow.warn.when.reading.a.value.guaranteed.to.be.constant to JavaAnalysisBundle
Preparatory step for KTIJ-28908 Convert "Constant conditions" inspection to K2 GitOrigin-RevId: 68798782d260f8245947423efd936ae82bde841c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d7501472cd
commit
d89c17fc59
@@ -401,7 +401,6 @@ inspection.data.flow.filter.notnull.quickfix=Insert 'filter(Objects::nonNull)' s
|
||||
inspection.data.flow.nullable.quickfix.option=Suggest @Nullable annotation for methods/fields/parameters where nullable values are used
|
||||
inspection.data.flow.true.asserts.option=Don't report assertions with condition statically proven to be always true
|
||||
inspection.data.flow.ignore.assert.statements=Ignore assert statements
|
||||
inspection.data.flow.warn.when.reading.a.value.guaranteed.to.be.constant=Warn when constant is stored in variable
|
||||
inspection.data.flow.treat.non.annotated.members.and.parameters.as.nullable=Treat non-annotated members and parameters as @Nullable
|
||||
inspection.data.flow.report.not.null.required.parameter.with.null.literal.argument.usages=Report not-null required parameter with null-literal argument usages
|
||||
inspection.data.flow.report.nullable.methods.that.always.return.a.non.null.value=Report nullable methods that always return a non-null value
|
||||
|
||||
Reference in New Issue
Block a user