83742c6ef998d6b804dd740e09d0a15822a9f6d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public editDisctance(x String, y String) : int renamed to public editDistance(x String, y String) : int in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrderer.ContextUtils | From | To | |
| Rename Variable | 1 | ||
| Rename Variable suggestionsProbs : List<Pair<String,Float>> to suggestionsScores : List<Pair<String,Float>> in method public orderSuggestionsUsingModel(suggestions List<String>, word String, sentence AnalyzedSentence, startPos int, wordLength int) : List<String> in class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrderer | From | To | |
| Rename Class | 1 | ||
| Rename Class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrderer.Utils renamed to org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrderer.ContextUtils | From | To | |
| Inline Variable | 1 | ||
| Inline Variable correction : String in method package processRow(sentence String, correctedSentence String, covered String, replacement String, suggestionPos Integer, contextLength Integer) : float from class org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrderer | From | To |