mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[java-inspections] IDEA-327142 Support not only String for Taint analyzer. Added table
GitOrigin-RevId: 0e6ac61b4a743336ff150a6f693866c7841745f8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ce729788c2
commit
ea026eaaef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user