mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
+ cleanup in JavaSimilarityFeaturesExtractor.visitReferenceExpression IJ-CR-98301 GitOrigin-RevId: 46f865e452bd8b4688321165a5e99c85271d36ea
17 lines
501 B
Plaintext
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}
|
|
]
|