mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[java-inspections] IJPF-CR-13038 IDEA-327142 Support not only String for Taint analyzer. Added table
- change table comments GitOrigin-RevId: dfc26dcf2b0b03af2bfa9d1450a7ba5d715c9cde
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6379a173ba
commit
e0f61bd372
@@ -124,7 +124,7 @@ jvm.inspections.source.unsafe.to.sink.flow.untainted.process.as.qualifier.argume
|
||||
jvm.inspections.source.unsafe.to.sink.flow.check.warn.if.complex = Report if the case is too complex to check
|
||||
jvm.inspections.source.unsafe.to.sink.flow.show.unknown.object = Report unknown object
|
||||
jvm.inspections.source.unsafe.to.sink.flow.show.unsafe.object = Report unsafe object
|
||||
jvm.inspections.source.unsafe.to.sink.flow.check.warn.if.complex.comment = Enable, if it is needed to report objects, which can not be checked because of the complexity
|
||||
jvm.inspections.source.unsafe.to.sink.flow.check.warn.if.complex.comment = Report objects, which cannot be checked because of their complexity
|
||||
jvm.inspections.source.unsafe.to.sink.flow.check.private.methods = Consider parameters of private methods as safe
|
||||
jvm.inspections.source.unsafe.to.sink.flow.check.private.methods.comment = If it is enabled, then parameters of private methods are considered as safe, otherwise they will be considered as unknown
|
||||
jvm.inspections.source.unsafe.to.sink.flow.checked.types=Checked types:
|
||||
|
||||
Reference in New Issue
Block a user