a3d2516685b3dda8303adf8f46c6170ad0cfdb7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable b : Boolean to object : Object in method package cast(object Object) : T in class org.eclipse.che.ide.jsonrpc.JsonRpcParams | From | To | |
Change Variable Type | 1 | ||
Change Variable Type b : Boolean to object : Object in method package cast(object Object) : T in class org.eclipse.che.ide.jsonrpc.JsonRpcParams | From | To | |
Extract Method | 2 | ||
Extract Method package cast(object Object) : T extracted from public getAsListOf(type Class<T>) : List<T> in class org.eclipse.che.ide.jsonrpc.JsonRpcParams | From | To | |
Extract Method package cast(object Object) : T extracted from public getAs(type Class<T>) : T in class org.eclipse.che.ide.jsonrpc.JsonRpcParams | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type params : JsonValue to params : List<Param<?>> in class org.eclipse.che.ide.jsonrpc.JsonRpcParams | From | To | |
Change Attribute Type params : JsonElement to params : List<Param<?>> in class org.eclipse.che.api.core.jsonrpc.JsonRpcParams | From | To |