mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
[java-dfa] IDEA-300181 Report when the same stream is consumed more than once.
Co-authored-by: Tagir Valeev <tagir.valeev@jetbrains.com> GitOrigin-RevId: 929f69d8e22285cae8906761df6b39ec46ce985c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
58c87fd995
commit
561e2d81d0
@@ -85,6 +85,8 @@ dataflow.message.constant.expression=Result of <code>#ref</code> #loc is always
|
||||
dataflow.message.constant.value=Value <code>#ref</code> #loc is always ''{0}''
|
||||
dataflow.method.fails.with.null.argument=Method will throw an exception when parameter is null
|
||||
dataflow.message.unknown.nullability=\ (unknown nullability)
|
||||
dataflow.message.stream.consumed.always=Stream has already been linked or consumed
|
||||
dataflow.message.stream.consumed=Stream might have already been linked or consumed
|
||||
dataflow.not.precise={0} is complex: data flow results could be imprecise
|
||||
dataflow.too.complex={0} is too complex to analyze by data flow algorithm
|
||||
|
||||
@@ -488,6 +490,7 @@ special.field.collection.size=Size
|
||||
special.field.unboxed.value=Unboxed value
|
||||
special.field.optional.value=Optional value
|
||||
special.field.enum.ordinal=Enum ordinal
|
||||
special.field.consumed.stream=Linked or consumed stream
|
||||
text.unused.import.in.template=Unused import (specified in template)
|
||||
text.raw.ctor.reference.with.type.parameters=Raw constructor reference with explicit type parameters for constructor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user