defects4j icon indicating copy to clipboard operation
defects4j copied to clipboard

some issues about bug report

Open lemon1-ui opened this issue 1 year ago • 1 comments

@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!

lemon1-ui avatar Oct 26 '24 07:10 lemon1-ui

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é

rjust avatar Oct 26 '24 13:10 rjust