9cc3974ee9a43a3d8869c70013eca3ce6e285735
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type value : String to value : Object in method public addAttr(name String, value Object) : CommonServiceNode in class com.mpush.api.srd.CommonServiceNode | From | To | |
Change Parameter Type attrs : Map<String,String> to attrs : Map<String,Object> in method public setAttrs(attrs Map<String,Object>) : void in class com.mpush.api.srd.CommonServiceNode | From | To | |
Change Return Type | 3 | ||
Change Return Type String to T in method public getAttr(name String) : T in class com.mpush.api.srd.CommonServiceNode | From | To | |
Change Return Type Map<String,String> to Map<String,Object> in method public getAttrs() : Map<String,Object> in class com.mpush.api.srd.CommonServiceNode | From | To | |
Change Return Type String to T in method public getAttr(name String) : T in class com.mpush.api.srd.ServiceNode | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type attrs : Map<String,String> to attrs : Map<String,Object> in class com.mpush.api.srd.CommonServiceNode | From | To |