4d0d9576204df84e3b40091603ba10bf019b2b5b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private loadCompoundFile(fileName String, encoding String) : void from class org.languagetool.rules.AbstractCompoundRule to private loadCompoundFile(path String) : void from class org.languagetool.rules.CompoundRuleData | From | To | |
| Move Method private removeLastCharacter(str String) : String from class org.languagetool.rules.AbstractCompoundRule to private removeLastCharacter(str String) : String from class org.languagetool.rules.CompoundRuleData | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private onlyDashSuggestion : Set<String> from class org.languagetool.rules.AbstractCompoundRule to private onlyDashSuggestion : Set<String> from class org.languagetool.rules.CompoundRuleData | From | To | |
| Move Attribute private noDashSuggestion : Set<String> from class org.languagetool.rules.AbstractCompoundRule to private noDashSuggestion : Set<String> from class org.languagetool.rules.CompoundRuleData | From | To | |
| Move Attribute private incorrectCompounds : Set<String> from class org.languagetool.rules.AbstractCompoundRule to private incorrectCompounds : Set<String> from class org.languagetool.rules.CompoundRuleData | From | To | |
| Extract Class | 1 | ||
| Extract Class org.languagetool.rules.CompoundRuleData from class org.languagetool.rules.AbstractCompoundRule | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter fileName : String to path : String in method private loadCompoundFile(path String) : void in class org.languagetool.rules.CompoundRuleData | From | To |