HGUISEL / HGUISEL/BugPatchCollector
Last lines of BIC results are truncated.
Open
bug
fixed
- Dominant language
- Java
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
edu.handong.csee.isel.data.processor.CSVPrinter did not close its printer and buffered reader. So the contents from the last buffer were not written.
If writer of BufferedWriter and printer of CSVPrinter are closed, the problem could be fixed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.