198be2ec0f11e992acf60ee5377d56173716f74c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable message : String in method package checkText(text String, httpExchange HttpExchange, parameters Map<String,String>) : void from class org.languagetool.server.TextChecker | From | To | |
Extract Method | 3 | ||
Extract Method public ruleMatchesToJson(matches List<RuleMatch>, text String, contextSize int, lang Language, incompleteResults boolean) : String extracted from public ruleMatchesToJson(matches List<RuleMatch>, text String, contextSize int, lang Language) : String in class org.languagetool.tools.RuleMatchesAsJsonSerializer | From | To | |
Extract Method protected performCheck(analyzedSentences List<AnalyzedSentence>, sentences List<String>, allRules List<Rule>, paraMode ParagraphHandling, annotatedText AnnotatedText, listener RuleMatchListener) : List<RuleMatch> extracted from protected performCheck(analyzedSentences List<AnalyzedSentence>, sentences List<String>, allRules List<Rule>, paraMode ParagraphHandling, annotatedText AnnotatedText) : List<RuleMatch> in class org.languagetool.JLanguageTool | From | To | |
Extract Method public check(annotatedText AnnotatedText, tokenizeText boolean, paraMode ParagraphHandling, listener RuleMatchListener) : List<RuleMatch> extracted from public check(annotatedText AnnotatedText, tokenizeText boolean, paraMode ParagraphHandling) : List<RuleMatch> in class org.languagetool.JLanguageTool | From | To |