08e1254c6bedf7cd23a2a3d8228593d73b3f9604
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type httpMethod : String to httpMethod : HTTP_METHOD in method public DigestCredentials(token String, httpMethod HTTP_METHOD, clientName String, username String, realm String, nonce String, uri String, cnonce String, nc String, qop String) in class org.pac4j.http.credentials.DigestCredentials | From | To | |
Change Parameter Type httpMethod : String to httpMethod : HTTP_METHOD in method private generateDigest(passwordAlreadyEncoded boolean, username String, realm String, password String, httpMethod HTTP_METHOD, uri String, qop String, nonce String, nc String, cnonce String) : String in class org.pac4j.http.credentials.DigestCredentials | From | To | |
Change Parameter Type method : String to method : HttpConstants.HTTP_METHOD in method public setRequestMethod(method HttpConstants.HTTP_METHOD) : MockWebContext in class org.pac4j.core.context.MockWebContext | From | To | |
Change Return Type | 3 | ||
Change Return Type String to HttpConstants.HTTP_METHOD in method public getRequestMethod() : HttpConstants.HTTP_METHOD in class org.pac4j.core.context.WebContext | From | To | |
Change Return Type String to HttpConstants.HTTP_METHOD in method public getRequestMethod() : HttpConstants.HTTP_METHOD in class org.pac4j.core.context.MockWebContext | From | To | |
Change Return Type String to HttpConstants.HTTP_METHOD in method public getRequestMethod() : HttpConstants.HTTP_METHOD in class org.pac4j.core.context.J2EContext | From | To | |
Change Variable Type | 3 | ||
Change Variable Type method : String to method : HttpConstants.HTTP_METHOD in method public extract(context WebContext) : TokenCredentials in class org.pac4j.core.credentials.extractor.ParameterExtractor | From | To | |
Change Variable Type requestMethod : String to requestMethod : HTTP_METHOD in method public matches(context WebContext) : boolean in class org.pac4j.core.matching.HttpMethodMatcher | From | To | |
Change Variable Type method : String to method : HttpConstants.HTTP_METHOD in method public extract(context WebContext) : DigestCredentials in class org.pac4j.http.credentials.extractor.DigestAuthExtractor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type method : String to method : HttpConstants.HTTP_METHOD in class org.pac4j.core.context.MockWebContext | From | To | |
Change Attribute Type httpMethod : String to httpMethod : HTTP_METHOD in class org.pac4j.http.credentials.DigestCredentials | From | To |