e3189ca3e72bc4ee2ce1b5c2d5ad629b4c2cbeb3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable parameters : Map<Object,Object> to followup : DatabaseLogEntry in method public run() : void in class org.languagetool.server.DatabaseLogger.WorkerThread | From | To | |
Move Attribute | 2 | ||
Move Attribute private matchCount : int from class org.languagetool.server.DatabaseRuleMatchLogEntry to package matchCount : int from class org.languagetool.server.DatabaseRuleMatchLogEntry.RuleMatchInfo | From | To | |
Move Attribute private ruleId : String from class org.languagetool.server.DatabaseRuleMatchLogEntry to package ruleId : String from class org.languagetool.server.DatabaseRuleMatchLogEntry.RuleMatchInfo | From | To | |
Rename Attribute | 1 | ||
Rename Attribute matchCount : int to matches : List<RuleMatchInfo> in class org.languagetool.server.DatabaseRuleMatchLogEntry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type parameters : Map<Object,Object> to followup : DatabaseLogEntry in method public run() : void in class org.languagetool.server.DatabaseLogger.WorkerThread | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ruleMatches : List<DatabaseRuleMatchLogEntry> to ruleMatches : DatabaseRuleMatchLogEntry in class org.languagetool.server.DatabaseCheckLogEntry | From | To | |
Change Attribute Type matchCount : int to matches : List<RuleMatchInfo> in class org.languagetool.server.DatabaseRuleMatchLogEntry | From | To | |
Extract Method | 2 | ||
Extract Method public createAndFillTestTables(mysql boolean) : void extracted from public createAndFillTestTables() : void in class org.languagetool.server.DatabaseAccess | From | To | |
Extract Method package createTestTables(mysql boolean) : void extracted from package createTestTables() : void in class org.languagetool.server.DatabaseLogger | From | To |