[java-inspections] IDEA-327142 Support not only String for Taint analyzer. Added table

GitOrigin-RevId: 0e6ac61b4a743336ff150a6f693866c7841745f8
This commit is contained in:
Mikhail Pyltsin
2023-08-02 11:15:32 +02:00
committed by intellij-monorepo-bot
parent ce729788c2
commit ea026eaaef

View File

@@ -121,7 +121,7 @@ jvm.inspections.source.unsafe.to.sink.flow.show.unsafe.object = Report unsafe ob
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.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
jvm.inspections.source.unsafe.to.sink.flow.checked.types=Checked types:
jvm.inspections.testonly.display.name=Test-only usage in production code
jvm.inspections.testonly.class.reference=Test-only class is referenced in production code