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