cqfn / veniq

Veniq uses Machine Learning to analyze source code, find possible refactorings, and suggest those that seem optimal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add fake statements on block leaving in extract semantics step in baseline.

aravij opened this issue · comments

Currently baseline suffers from small amount of large extractions opportunities, which got filtered out easily by syntactic filter. Inserting fake statements on end of each block can help with it.

Based on #51