You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/resources/oracle/data.json
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81129,7 +81129,7 @@
81129
81129
"description": "Rename Method public getInvocationUsagePercentage() : double renamed to private invocationsUsedPercentage() : double in class com.hazelcast.spi.impl.operationservice.impl.InvocationRegistry",
81130
81130
"comment": "<p>We have an Extract local variable maxConcurrentInvocations, and an if statement added.</p>",
81131
81131
"validation": "TP",
81132
-
"detectionTools": "RefDiff",
81132
+
"detectionTools": "RefactoringMiner, RefDiff",
81133
81133
"validators": "Matin, Nikos"
81134
81134
}, {
81135
81135
"type": "Move Method",
@@ -82438,7 +82438,7 @@
82438
82438
"description": "Add Method Annotation @Probe(name = \"invocations.usedPercentage\") in method private invocationsUsedPercentage() : double from class com.hazelcast.spi.impl.operationservice.impl.InvocationRegistry",
82439
82439
"comment": "<p>Assuming TP for<br />Rename Method public getInvocationUsagePercentage() : double renamed to private invocationsUsedPercentage() : double in class com.hazelcast.spi.impl.operationservice.impl.InvocationRegistry</p>",
"description": "Extract Variable maxConcurrentInvocations : int in method private invocationsUsedPercentage() : double from class com.hazelcast.spi.impl.operationservice.impl.InvocationRegistry",
83181
+
"comment": null,
83182
+
"validation": "TP",
83183
+
"detectionTools": "RefactoringMiner",
83184
+
"validators": null
83185
+
}, {
83186
+
"type": "Change Method Access Modifier",
83187
+
"description": "Change Method Access Modifier public to private in method private invocationsUsedPercentage() : double from class com.hazelcast.spi.impl.operationservice.impl.InvocationRegistry",
83188
+
"comment": null,
83189
+
"validation": "TP",
83190
+
"detectionTools": "RefactoringMiner",
83191
+
"validators": null
83178
83192
}],
83179
83193
"refDiffExecutionTime": 5604
83180
83194
}, {
@@ -95367,6 +95381,13 @@
95367
95381
"validation": "TP",
95368
95382
"detectionTools": "RefactoringMiner",
95369
95383
"validators": "Nikos"
95384
+
}, {
95385
+
"type": "Add Parameter",
95386
+
"description": "Add Parameter shoudShowMenuButton : boolean in method public FavouritesAdapter(activity Activity, list List<FavouritePoint>, shoudShowMenuButton boolean) from class net.osmand.plus.activities.FavoritesListFragment.FavouritesAdapter",
0 commit comments