6485e6e4fdfb7d223fd5bcf81d88182e3d5d2436
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type defaultValue : String to defaultValue : T in method public posted(name String, defaultValue T) : T in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Parameter Type defaultValue : String to defaultValue : T in method public posted(name String, defaultValue T) : T in class org.rapidoid.http.Req | From | To | |
| Change Return Type | 6 | ||
| Change Return Type Map<String,String> to Map<String,Object> in method public posted() : Map<String,Object> in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Return Type String to T in method public posted(name String) : T in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Return Type String to T in method public posted(name String, defaultValue T) : T in class org.rapidoid.http.Req | From | To | |
| Change Return Type Map<String,String> to Map<String,Object> in method public posted() : Map<String,Object> in class org.rapidoid.http.Req | From | To | |
| Change Return Type String to T in method public posted(name String, defaultValue T) : T in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Change Return Type String to T in method public posted(name String) : T in class org.rapidoid.http.Req | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable map : Map<String,String> to dest : Map<String,String> in method public toMap(src Buf, urlDecodeKeys boolean, urlDecodeVals boolean, dest Map<String,String>) : void in class org.rapidoid.data.KeyValueRanges | From | To | |
| Extract Method | 1 | ||
| Extract Method public toMap(src Buf, urlDecodeKeys boolean, urlDecodeVals boolean, dest Map<String,String>) : void extracted from public toMap(src Buf, urlDecodeKeys boolean, urlDecodeVals boolean) : Map<String,String> in class org.rapidoid.data.KeyValueRanges | From | To |