bd83ae0dfd5ef81b6ae7b49e357fb29dda6e78dd
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSimpleScriptExecutionWithInValidAuth() : void renamed to public testSimpleScriptExecutionWithInvalidAuth() : void in class org.infinispan.client.hotrod.SecureExecTest | From | To | |
Pull Up Method | 2 | ||
Pull Up Method protected teardown() : void from class org.infinispan.client.hotrod.AuthenticationTest to protected teardown() : void from class org.infinispan.client.hotrod.AbstractAuthenticationTest | From | To | |
Pull Up Method protected initServerAndClient() : ConfigurationBuilder from class org.infinispan.client.hotrod.AuthenticationTest to protected initServerAndClient() : ConfigurationBuilder from class org.infinispan.client.hotrod.AbstractAuthenticationTest | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private remoteCacheManager : RemoteCacheManager from class org.infinispan.client.hotrod.SecureExecTest to protected remoteCacheManager : RemoteCacheManager from class org.infinispan.client.hotrod.AbstractAuthenticationTest | From | To | |
Pull Up Attribute private remoteCacheManager : RemoteCacheManager from class org.infinispan.client.hotrod.AuthenticationTest to protected remoteCacheManager : RemoteCacheManager from class org.infinispan.client.hotrod.AbstractAuthenticationTest | From | To | |
Pull Up Attribute private log : Log from class org.infinispan.client.hotrod.AuthenticationTest to private log : Log from class org.infinispan.client.hotrod.AbstractAuthenticationTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.client.hotrod.AbstractAuthenticationTest from classes [org.infinispan.client.hotrod.AuthenticationTest, org.infinispan.client.hotrod.SecureExecTest] | From | To |