defects4j
defects4j copied to clipboard
some issues about bug report
@rjust Hello, I would like to ask if this dataset contains defect reports for each defect, and if so, how can I view the defect reports? Thank so much!
Hi @lemon1-ui,
You can use the query command to obtain that information. For example:
defects4j query -p Lang -q "report.id,report.url"
(defects4j query -p Lang -H) will list all fields that are available for report generation.)
Note that while a minimized defect in Defects4J is related to the corresponding bug report, it may only address parts of it (e.g., partial bug fix).
Best, René