UT-SE-Research / iDFlakies

29 stars 33 forks source link

Fix write originalResultsLog bugs #29

Closed byjiang1996 closed 3 years ago

byjiang1996 commented 3 years ago

Hi,

I find that there is a bug in DetectorUtil.java when we want to write a log to originalResultsLog, it will check the existence of originalOrderPath instead of originalResultsLog itself, and based on this existence, it will choose APPEND or CREATE operations.