Files
openide/jvm/jvm-analysis-java-tests/testSrc/com/intellij
Tagir Valeev 098214398a [java-property-tests] SourceToSinkPropertyInspectionTest fixed
Likely, the improvements in inspection were not reflected in test:
1. Later assignment to local variable overwrites the previous tainted state
2. Constant conditions like (1 == 1) are evaluated by inspection, so we need a non-constant one in test

GitOrigin-RevId: 62e373f85011b8302186cdf3b951cb8b056a7603
2024-04-19 17:41:56 +00:00
..