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

Lines on insertions are negative

lyriccoder opened this issue · comments

In the file attached below we can see that the start line of insertions is larger than the end line of insertion

31411,
/dataset/01/eclipse/openj9/sourcetools/j9constantpool/com/ibm/oti/VMCPTool/ConstantPoolStream.java,data/full_dataset/input_files/ConstantPoolStream_871c8b89fa567f7d368997faeb856a6a542d89631cb8f19b7426b04d7b773efb.java,
ConstantPoolStream,b'writeFooter();',
close,
209,
writeFooter,
212,
213,
data/full_dataset/output_files/ConstantPoolStream_871c8b89fa567f7d368997faeb856a6a542d89631cb8f19b7426b04d7b773efb_close_211.java,
True,
211,
210

ConstantPoolStream_871c8b89fa567f7d368997faeb856a6a542d89631cb8f19b7426b04d7b773efb_close_211.txt

By some reason it was already fixed in #112