1cfc9897f41e8d8b48510029e7b650b2ed699c9a
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private jsonCacheOperationResponse(content String, bulk boolean) : JsonNode renamed to protected assertResponseSucceeded(content String, bulk boolean) : JsonNode in class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Push Down Method | 3 | ||
Push Down Method protected beforeTest() : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationSelfTest to protected beforeTest() : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationWithTokenSelfTest | From | To | |
Push Down Method public testMissingCredentials() : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationSelfTest to public testInvalidSessionToken() : void from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationWithTokenSelfTest | From | To | |
Push Down Method protected restUrl() : String from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationSelfTest to protected restUrl() : String from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationWithTokenSelfTest | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationWithTokenSelfTest from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAuthenticationSelfTest | From | To | |
Extract Variable | 3 | ||
Extract Variable affNode : JsonNode in method protected assertResponseSucceeded(content String, bulk boolean) : JsonNode from class org.apache.ignite.internal.processors.rest.JettyRestProcessorAbstractSelfTest | From | To | |
Extract Variable bytes : byte[] in method private createRequest(cmd GridRestCommand, params Map<String,Object>, req HttpServletRequest) : GridRestRequest from class org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestHandler | From | To | |
Extract Variable hasCreds : boolean in method private credentials(params Map<String,Object>, userParam String, pwdParam String, restReq GridRestRequest) : boolean from class org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestHandler | From | To | |
Extract Method | 1 | ||
Extract Method private credentials(params Map<String,Object>, userParam String, pwdParam String, restReq GridRestRequest) : boolean extracted from private createRequest(cmd GridRestCommand, params Map<String,Object>, req HttpServletRequest) : GridRestRequest in class org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestHandler | From | To |