91db52e7a862baddf2e294796b08ee5048bd0941
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type numLastVCPara : int[] to numLastVCPara : List<Integer> in class org.languagetool.openoffice.Main | From | To | |
Change Attribute Type allParas : List<String> to allParas : List<List<String>> in class org.languagetool.openoffice.Main | From | To | |
Change Attribute Type fullTextMatches : List<RuleMatch> to fullTextMatches : List<List<RuleMatch>> in class org.languagetool.openoffice.Main | From | To | |
Change Attribute Type numLastFlPara : int[] to numLastFlPara : List<Integer> in class org.languagetool.openoffice.Main | From | To |