24fafd261d5f13287c22d07331ae7e3fdf7cf640
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public RangeImpl(start int, length int) from class org.rapidoid.commons.RangeImpl to private Range(start int, length int) from class org.rapidoid.commons.Range | From | To | |
Move Method | 2 | ||
Move Method public length() : int from class org.rapidoid.commons.RangeImpl to public length() : int from class org.rapidoid.commons.Range | From | To | |
Move Method public start() : int from class org.rapidoid.commons.RangeImpl to public start() : int from class org.rapidoid.commons.Range | From | To | |
Change Return Type | 1 | ||
Change Return Type IRange to Range in method public of(start int, length int) : Range in class org.rapidoid.commons.Range | From | To | |
Move Attribute | 2 | ||
Move Attribute private length : int from class org.rapidoid.commons.RangeImpl to private length : int from class org.rapidoid.commons.Range | From | To | |
Move Attribute private start : int from class org.rapidoid.commons.RangeImpl to private start : int from class org.rapidoid.commons.Range | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type UNLIMITED : IRange to UNLIMITED : Range in class org.rapidoid.commons.Range | From | To |