0dc9e46905856d5098e7518da7011c2735f0169b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable nextTokenIsPersonalPronoun : boolean to nextTokenIsPersonalOrReflexivePronoun : boolean in method public match(sentence AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.de.CaseRule | From | To | |
Extract Variable | 1 | ||
Extract Variable nextToken : AnalyzedTokenReadings in method public match(sentence AnalyzedSentence) : RuleMatch[] from class org.languagetool.rules.de.CaseRule | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nextTokenIsPersonalPronoun : boolean to nextTokenIsPersonalOrReflexivePronoun : boolean in method private potentiallyAddLowercaseMatch(ruleMatches List<RuleMatch>, tokenReadings AnalyzedTokenReadings, prevTokenIsDas boolean, token String, nextTokenIsPersonalOrReflexivePronoun boolean) : void in class org.languagetool.rules.de.CaseRule | From | To |