AML14 / tratto

2 stars 1 forks source link

[Dataset-Oracles] Remove oracle datapoints without oracles and with oracles that share the same javadoc tag #18

Closed darthdaver closed 1 year ago

darthdaver commented 1 year ago

There are some Javadoc tags captured by JavaParser, without matching with the Javadoc tag of a JDoctor condition. The matching algorithm does not have 100% accuracy (JDoctor pre-processes the Javadoc tag and changes it a little bit). Therefore, it can happen that a Javadoc tag is replicated twice (one with the oracle and one without the oracle).