Skip to content
Snippets Groups Projects
Commit d7d9b889 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

DuplicateScanner_lib methods renamed to match coding guidelines

parent 20e1edf8
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,13 @@ var targetEntity = vars.get("$local.targetEntity");
var recordBlockSize = DuplicateScannerUtils.getBlockSize();
logging.log(filterName + ": Delete duplicates -> ");
DuplicateScannerUtils.DeleteDuplicateClustersByTargetEntity(targetEntity);
DuplicateScannerUtils.deleteClustersByTargetEntity(targetEntity);
logging.log(filterName + ": Recalculate duplicates -> ");
DuplicateScannerUtils.rebuildDuplicatesCache(filterName, targetEntity, recordBlockSize, null);
logging.log(filterName + ": Refresh unrelated duplicates -> ");
DuplicateScannerUtils.RefreshUnrelatedDuplicateRelations(targetEntity);
DuplicateScannerUtils.refreshUnrelatedDuplicateRelations(targetEntity);
logging.log(filterName + ": Done rebuilding ");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment