00ba7654912c65a7ae623297baef61399201061c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable resourceName : String to res : String in method public resName(path String) : String in class org.rapidoid.http.HttpUtils | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type PATH_PARAM_REGEX : String to PATH_PARAM_REGEX : Pattern in class org.rapidoid.http.PathPattern | From | To | |
| Inline Variable | 1 | ||
| Inline Variable p : Pattern in method public replace(s String, regex String, replacer Mapper<String[],String>) : String from class org.rapidoid.commons.Str | From | To | |
| Extract Method | 1 | ||
| Extract Method public replace(s String, regex Pattern, replacer Mapper<String[],String>) : String extracted from public replace(s String, regex String, replacer Mapper<String[],String>) : String in class org.rapidoid.commons.Str | From | To |