ai-se / process-product

Process Vs Product Metrics
Apache License 2.0
0 stars 1 forks source link

Reviewer comments #1

Closed Suvodeep90 closed 3 years ago

Suvodeep90 commented 4 years ago

Reviewer 1:

Reviewer 2:

Reviewer 3:

Suvodeep90 commented 4 years ago

Revisiting Common Bug Prediction Findings Using Effort-Aware Models

Kamei et al RQ1) Are process metrics still more effective than product metrics in effort-aware models? RQ2) Are package-level predictions still more effective than file-level predictions?

Suvodeep90 commented 4 years ago

Experiments -

Suvodeep90 commented 4 years ago
Suvodeep90 commented 4 years ago

release based prediction (Set 1)

Process + Product:

Process

Product

Suvodeep90 commented 4 years ago
Suvodeep90 commented 4 years ago

RQ 4: Are process metrics more/less static than code metrics?

In both cases the process metrics correlation is significantly better than other 2

Released based setting

corr_release

JIT based setting

corr

Suvodeep90 commented 4 years ago

RQ 2: Are process metrics more/less stable than code metrics?

RF_release_dev_set3

Suvodeep90 commented 4 years ago

RQ 1: In release based prediction settings, how do the process and code metrics compare to predict defect locations?

release_set3

Suvodeep90 commented 3 years ago

RQ 5: Do models built from different sets of metrics stagnate across releases?

We do not see very high correlation in process vs product vs process+product models. Although models based on product metrics are more stagnant then models based process metrics, the difference is not that stark when evaluating on 700 projects.

Metrics correlation value p -value
process 0.24 <0.001
product 0.53 <0.001
process+product 0.26 <0.001
Suvodeep90 commented 3 years ago

RQ 6: Do stagnant models (based on stagnant metrics) tend to predict recurringly defective entities?

RF_RQ6

Suvodeep90 commented 3 years ago

RQ2) Are package-level predictions still more effective than file-level predictions? (Kamei et al.)

RF_file_vs_package

Suvodeep90 commented 3 years ago

completed