f124f84f33c68f30e3f4b1c0a0e5e363665e5f67
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public H(data String) : String renamed to public encryptMD5(data String) : String in class org.pac4j.http.credentials.CredentialUtil | From | To | |
Rename Method public KD(secret String, data String) : String renamed to public encryptMD5(secret String, data String) : String in class org.pac4j.http.credentials.CredentialUtil | From | To | |
Rename Variable | 3 | ||
Rename Variable f : SimpleDateFormat to formatter : DateTimeFormatter in method private calculateNonce() : String in class org.pac4j.http.client.direct.DirectDigestAuthClient | From | To | |
Rename Variable d : Date to time : LocalDateTime in method private calculateNonce() : String in class org.pac4j.http.client.direct.DirectDigestAuthClient | From | To | |
Rename Variable fmtDate : String to fmtTime : String in method private calculateNonce() : String in class org.pac4j.http.client.direct.DirectDigestAuthClient | From | To | |
Change Variable Type | 2 | ||
Change Variable Type f : SimpleDateFormat to formatter : DateTimeFormatter in method private calculateNonce() : String in class org.pac4j.http.client.direct.DirectDigestAuthClient | From | To | |
Change Variable Type d : Date to time : LocalDateTime in method private calculateNonce() : String in class org.pac4j.http.client.direct.DirectDigestAuthClient | From | To |