3337896eb078f1cad21d297a546582eb15a66390
Files Diff
- Added: 14
- Removed: 1
- Renamed: 0
- Modified: 12
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| ml.dmlc:xgboost4j:0.81 | |
| Updated | |
| From com.google.guava:guava 20.0 To 21.0 | |
| From com.google.guava:guava 21.0 To 20.0 | |
| From commons-io:commons-io 2.6 To 2.5 | |
| From commons-io:commons-io 2.5 To 2.6 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type suggestions : List<List<String>> to suggestions : List<RuleMatch> in method package SuggestionTestResultData(input SuggestionTestData, suggestions List<RuleMatch>) in class org.languagetool.rules.spelling.SuggestionsChangesTest.SuggestionTestResultData | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<List<String>> to List<RuleMatch> in method public getSuggestions() : List<RuleMatch> in class org.languagetool.rules.spelling.SuggestionsChangesTest.SuggestionTestResultData | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private sampler : Random from class org.languagetool.rules.spelling.SuggestionsChangesTest to private sampler : Random from class org.languagetool.rules.spelling.SuggestionsChangesTest.SuggestionTestThread | From | To | |
| Move Class | 1 | ||
| Move Class org.languagetool.rules.spelling.morfologik.suggestions_ordering.NewSuggestionsOrderer.Feature moved to org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererFeatureExtractor.Feature | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type bestAccuracy : float to bestAccuracy : double in method public run() : void in class org.languagetool.rules.spelling.SuggestionsChanges.Report | From | To | |
| Change Variable Type gatheredSuggestions : List<List<String>> to gatheredSuggestions : List<RuleMatch> in method package doWork(entry SuggestionTestData) : void in class org.languagetool.rules.spelling.SuggestionsChangesTest.SuggestionTestThread | From | To | |
| Change Variable Type accuracy : float to accuracy : double in method public run() : void in class org.languagetool.rules.spelling.SuggestionsChanges.Report | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type suggestions : List<List<String>> to suggestions : List<RuleMatch> in class org.languagetool.rules.spelling.SuggestionsChangesTest.SuggestionTestResultData | From | To |