veniq icon indicating copy to clipboard operation
veniq copied to clipboard

Fix baseline.

Open aravij opened this issue 3 years ago • 0 comments

Currently baseline filter out extraction opportunity from 17 to 26. It happens because extraction semantic step output else if statements, while they are not automatically traversed in syntactic filter. To solve this, one may need to fix block-statement graph creation, so each else if statement would be represented by its own Statement node. This means each If statement ow may how only one THEN_BRANCH block.

aravij avatar Oct 15 '20 03:10 aravij