5d88c2b8bef811fa5461c3875843c191c26cab27
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type newSegment : StringBuffer to newSegment : StringBuilder in method public savePathParams(segment String, newSegment StringBuilder, params List<String>) : boolean in class org.keycloak.common.util.Encode | From | To | |
Rename Variable | 2 | ||
Rename Variable buf : StringBuffer to builder : StringBuilder in method public decodePath(path String) : String in class org.keycloak.common.util.Encode | From | To | |
Rename Variable buf : StringBuffer to builder : StringBuilder in method public encodeNonCodes(string String) : String in class org.keycloak.common.util.Encode | From | To | |
Extract Variable | 1 | ||
Extract Variable currentChar : char in method protected encodeFromArray(segment String, encodingMap String[], encodePercent boolean) : String from class org.keycloak.common.util.Encode | From | To | |
Change Variable Type | 5 | ||
Change Variable Type buf : StringBuffer to builder : StringBuilder in method public encodeNonCodes(string String) : String in class org.keycloak.common.util.Encode | From | To | |
Change Variable Type newSegment : StringBuffer to newSegment : StringBuilder in method public encodeValue(segment String, encoding String[]) : String in class org.keycloak.common.util.Encode | From | To | |
Change Variable Type buf : StringBuffer to builder : StringBuilder in method public decodePath(path String) : String in class org.keycloak.common.util.Encode | From | To | |
Change Variable Type newSegment : StringBuffer to newSegment : StringBuilder in method public pathParamReplacement(segment String, params List<String>) : String in class org.keycloak.common.util.Encode | From | To | |
Change Variable Type result : StringBuffer to result : StringBuilder in method protected encodeFromArray(segment String, encodingMap String[], encodePercent boolean) : String in class org.keycloak.common.util.Encode | From | To |