1fbab4734334e168b88921d2293d6f31991e203b
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<SpellingRuleWithSuggestion> to List<SpellingRuleWithSuggestions> in method public get() : List<SpellingRuleWithSuggestions> in class org.languagetool.rules.de.SpellingData | From | To | |
Rename Class | 1 | ||
Rename Class org.languagetool.rules.de.SpellingRuleWithSuggestion renamed to org.languagetool.rules.de.SpellingRuleWithSuggestions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ruleWithSuggestion : SpellingRuleWithSuggestion to ruleWithSuggestion : SpellingRuleWithSuggestions in method package computeMatches(sentence AnalyzedSentence, data SpellingData, exceptions String[]) : List<RuleMatch> in class org.languagetool.rules.de.SpellingRuleWithSuggestions | From | To | |
Split Variable | 1 | ||
Split Variable suggestion : String to [suggestions : List<String>, s : String] in method package computeMatches(sentence AnalyzedSentence, data SpellingData, exceptions String[]) : List<RuleMatch> in class org.languagetool.rules.de.SpellingRuleWithSuggestions | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type spellingRules : List<SpellingRuleWithSuggestion> to spellingRules : List<SpellingRuleWithSuggestions> in class org.languagetool.rules.de.SpellingData | From | To |