Files
Andrey Sokolov 59db5558ae Similar usages: Do not process non-trivial code blocks for java 'if' and loop statements
+ cleanup in JavaSimilarityFeaturesExtractor.visitReferenceExpression

IJ-CR-98301

GitOrigin-RevId: 46f865e452bd8b4688321165a5e99c85271d36ea
2022-11-30 18:03:34 +00:00

17 lines
501 B
Plaintext

[{
4|if| (a.|foo|() == |0|) { },
6|if| (a.|foo|() == |0|) { }}
, {
8|if| (a.|foo|() == |0|) { |//if with two lines}
, {
13|if| (a.|foo|() == |0|) { |//if with one line,
17|if| (a.|foo|() == |1|) { |//if with one line}
, {
21|if| (a.|foo|() == |0|) { |//if with one line with else with one line,
27|if| (a.|foo|() == |0|) { |//if with one line with else with one line}
, {
33|if| (a.|foo|() == |0|) { |//if with one line with else with two lines}
, {
39|while| (a.|foo|() == |0|) { |//complex while}
]