e7de13e14184f0c15da46cfd6ac35f5dfd955348
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getParent() : Node renamed to public getPrevious() : Node in class org.apdplat.word.segmentation.impl.FullSegmentation.Node | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to Node[] in method private fullSeg(text String, start int) : Node[] in class org.apdplat.word.segmentation.impl.FullSegmentation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : List<String> to result : List<Node> in method private fullSeg(text String, start int) : Node[] in class org.apdplat.word.segmentation.impl.FullSegmentation | From | To |