e26c19597d313aed77e809fe5be03194bccc7537
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public setDefaultValue(defaultValue T) : void from class org.rapidoid.bufstruct.BufMapImpl to public setDefaultValue(defaultValue V) : void from class org.rapidoid.util.AbstractMapImpl | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type defaultValue : T to defaultValue : V in method public setDefaultValue(defaultValue V) : void in class org.rapidoid.util.AbstractMapImpl | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.rapidoid.util.AbstractMapImpl from classes [org.rapidoid.bufstruct.BufMapImpl] | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type route : Entry to route : MapEntry<byte[],T> in method public get(buf Buf, key Range) : T in class org.rapidoid.bufstruct.BufMapImpl | From | To | |
| Change Variable Type candidates : SimpleList<Entry> to candidates : SimpleList<MapEntry<byte[],T>> in method public get(buf Buf, key Range) : T in class org.rapidoid.bufstruct.BufMapImpl | From | To |