f4277695f7bd871e85b43ea60a9bcbc344088edf
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public cleanOverlappingMatches(ruleMatches List<RuleMatch>) : List<RuleMatch> from class org.languagetool.JLanguageTool to public filter(ruleMatches List<RuleMatch>) : List<RuleMatch> from class org.languagetool.rules.CleanOverlappingFilter | From | To | |
Move Method | 1 | ||
Move Method private getMatchPriority(r RuleMatch) : int from class org.languagetool.JLanguageTool to private getMatchPriority(r RuleMatch) : int from class org.languagetool.rules.CleanOverlappingFilter | From | To |