Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Issue 417263003: Use a Levenshtein calculating algorithm with a threshold. (Closed)

Created:
6 years, 5 months ago by scheglov
Modified:
6 years, 5 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use a Levenshtein calculating algorithm with a threshold. R=paulberry@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=38591

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixes for review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -54 lines) Patch
M pkg/analysis_services/lib/src/correction/fix.dart View 1 8 chunks +20 lines, -15 lines 0 comments Download
M pkg/analysis_services/lib/src/correction/levenshtein.dart View 1 1 chunk +109 lines, -24 lines 0 comments Download
M pkg/analysis_services/test/correction/levenshtein_test.dart View 1 1 chunk +55 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 5 months ago (2014-07-25 18:53:02 UTC) #1
Paul Berry
lgtm, assuming the off by one semantic difference is fixed. https://codereview.chromium.org/417263003/diff/1/pkg/analysis_services/lib/src/correction/fix.dart File pkg/analysis_services/lib/src/correction/fix.dart (right): https://codereview.chromium.org/417263003/diff/1/pkg/analysis_services/lib/src/correction/fix.dart#newcode1051 ...
6 years, 5 months ago (2014-07-25 19:53:26 UTC) #2
scheglov
https://codereview.chromium.org/417263003/diff/1/pkg/analysis_services/lib/src/correction/fix.dart File pkg/analysis_services/lib/src/correction/fix.dart (right): https://codereview.chromium.org/417263003/diff/1/pkg/analysis_services/lib/src/correction/fix.dart#newcode1051 pkg/analysis_services/lib/src/correction/fix.dart:1051: if (finder._element != null) { On 2014/07/25 19:53:26, Paul ...
6 years, 5 months ago (2014-07-25 21:18:24 UTC) #3
scheglov
6 years, 5 months ago (2014-07-25 21:18:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r38591 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698