There was an error while loading. Please reload this page.
1 parent 5621d78 commit 856afcdCopy full SHA for 856afcd
1 file changed
liquidjava-verifier/src/main/java/liquidjava/diagnostics/NameSuggester.java
@@ -9,6 +9,10 @@
9
10
import liquidjava.utils.Utils;
11
12
+/**
13
+ * Finds a sufficiently similar name among the elements available in the current context
14
+ * Uses Jaro-Winkler similarity to find the closest match
15
+ */
16
public final class NameSuggester {
17
18
private static final int MINIMUM_NAME_LENGTH = 3;
0 commit comments