73af096c706df39dacc48115416a0ce4a1e21b6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable wordsToBeIgnored : Set<String> to result : List<String> in method private expandLine(line String) : List<String> in class org.languagetool.rules.de.GermanSpellerRule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type wordsToBeIgnored : Set<String> to result : List<String> in method private expandLine(line String) : List<String> in class org.languagetool.rules.de.GermanSpellerRule | From | To | |
Extract Method | 1 | ||
Extract Method private expandLine(line String) : List<String> extracted from protected addIgnoreWords(origLine String, wordsToBeIgnored Set<String>) : void in class org.languagetool.rules.de.GermanSpellerRule | From | To |