Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update precision and recall
  • Loading branch information
tsantalis authored Jan 14, 2024
1 parent 00adee7 commit 8a8d8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ Currently, it supports the detection of the following refactorings:
* Laleh M. Eshkevari: Refactoring oracle 1.0 validation

# Current precision and recall
As of **January 12, 2024** the precision and recall of the tool on an oracle consisting of **546 commits** from **187 open-source projects** is:
As of **January 13, 2024** the precision and recall of the tool on an oracle consisting of **546 commits** from **187 open-source projects** is:

| Refactoring Type | TP | FP | FN | Precision | Recall |
|:-----------------------|-----------:|--------:|--------:|--------:|--------:|
|**Total**|12033 | 20 | 243 | 0.998 | 0.980|
|**Total**|12037 | 20 | 243 | 0.998 | 0.980|
|Extract Method|1008 | 1 | 22 | 0.999 | 0.979|
|Rename Class|54 | 0 | 2 | 1.000 | 0.964|
|Move Attribute|249 | 2 | 8 | 0.992 | 0.969|
Expand Down Expand Up @@ -204,7 +204,7 @@ As of **January 12, 2024** the precision and recall of the tool on an oracle con
|Inline Attribute| 9 | 0 | 0 | 1.000 | 1.000|
|Rename Variable|325 | 3 | 11 | 0.991 | 0.967|
|Rename Parameter|488 | 2 | 26 | 0.996 | 0.949|
|Rename Attribute|142 | 0 | 9 | 1.000 | 0.940|
|Rename Attribute|145 | 0 | 9 | 1.000 | 0.942|
|Merge Variable| 6 | 0 | 0 | 1.000 | 1.000|
|Merge Parameter|28 | 0 | 0 | 1.000 | 1.000|
|Merge Attribute| 5 | 0 | 0 | 1.000 | 1.000|
Expand Down Expand Up @@ -240,7 +240,7 @@ As of **January 12, 2024** the precision and recall of the tool on an oracle con
|Remove Thrown Exception Type|244 | 0 | 0 | 1.000 | 1.000|
|Change Thrown Exception Type| 9 | 0 | 0 | 1.000 | 1.000|
|Change Method Access Modifier|331 | 0 | 0 | 1.000 | 1.000|
|Change Attribute Access Modifier|229 | 0 | 0 | 1.000 | 1.000|
|Change Attribute Access Modifier|230 | 0 | 0 | 1.000 | 1.000|
|Encapsulate Attribute|49 | 0 | 0 | 1.000 | 1.000|
|Add Method Modifier|87 | 0 | 0 | 1.000 | 1.000|
|Remove Method Modifier|111 | 0 | 0 | 1.000 | 1.000|
Expand Down

0 comments on commit 8a8d8b9

Please sign in to comment.