da23acf651ef47dfd0cb69ae56f8bcb9dc53b471
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private getAllParameters() : Map<String,ParameterValue> inlined to public getParameters() : Map<String,ParameterValue> in class ro.pippo.core.Request | From | To | |
Extract Method | 1 | ||
Extract Method private initParameters() : void extracted from public Request(servletRequest HttpServletRequest, application Application) in class ro.pippo.core.Request | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pathParameters : Map<String,String> to pathParameters : Map<String,ParameterValue> in class ro.pippo.core.Request | From | To |