58df397ff3e4f595515268e4276fa09559e54d90
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testDouble() : void renamed to public testDoubleUS() : void in class ro.pippo.core.ParameterValueTest | From | To | |
Rename Method public testFloat() : void renamed to public testFloatUS() : void in class ro.pippo.core.ParameterValueTest | From | To | |
Rename Method public testBigDecimal() : void renamed to public testBigDecimalUS() : void in class ro.pippo.core.ParameterValueTest | From | To | |
Extract Method | 7 | ||
Extract Method private buildParameterValue(values String...) : ParameterValue extracted from public getPathParameter(name String) : ParameterValue in class ro.pippo.core.Request | From | To | |
Extract Method private buildParameterValue(values String...) : ParameterValue extracted from public getQueryParameter(name String) : ParameterValue in class ro.pippo.core.Request | From | To | |
Extract Method private buildParameterValue(values String...) : ParameterValue extracted from private initParameters() : void in class ro.pippo.core.Request | From | To | |
Extract Method private buildParameterValue(values String...) : ParameterValue extracted from private initPathParameters(map Map<String,String>) : void in class ro.pippo.core.Request | From | To | |
Extract Method private buildParameterValue(values String...) : ParameterValue extracted from public getParameter(name String) : ParameterValue in class ro.pippo.core.Request | From | To |