6a07a7ed2cb558040a90f5edd707cab3381d8dd3
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 6 | ||
| Rename Method private isCreatingContainer(containerDef ContainerDef, containers Collection<DeployableContainer>) : boolean renamed to private isAdapterImplClassAvailable(containerDef ContainerDef) : boolean in class org.keycloak.testsuite.arquillian.containers.RegistryCreator | From | To | |
| Rename Method private checkAuthServerTestDeployment(descriptions List<DeploymentDescription>, testClass TestClass) : void renamed to private checkTestDeployments(descriptions List<DeploymentDescription>, testClass TestClass) : void in class org.keycloak.testsuite.arquillian.DeploymentTargetModifier | From | To | |
| Rename Method public isWildflyAppServer(testClass Class) : boolean renamed to public isOSGiAppServer() : boolean in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Rename Method private updateAuthServerQualifier(deployment DeploymentDescription, testClass TestClass, newAuthServerQualifier String) : void renamed to private updateServerQualifier(deployment DeploymentDescription, testClass TestClass, newServerQualifier String) : void in class org.keycloak.testsuite.arquillian.DeploymentTargetModifier | From | To | |
| Rename Method public getAppServerQualifier(testClass Class) : String renamed to public getAppServerQualifiers(testClass Class) : List<String> in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Rename Method public getNearestSuperclassWithAnnotation(testClass Class, annotationClass Class) : Class renamed to private getNearestSuperclassWithAppServerAnnotation(testClass Class<?>) : Class in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type testClass : Class to testClass : Class<?> in method private getNearestSuperclassWithAppServerAnnotation(testClass Class<?>) : Class in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to List<String> in method public getAppServerQualifiers(testClass Class) : List<String> in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute testContextProducer : InstanceProducer<TestContext> to testContextInstance : Instance<TestContext> in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Extract Variable | 3 | ||
| Extract Variable containersDefs : List<ContainerDef> in method public createRegistry(event ArquillianDescriptor) : void from class org.keycloak.testsuite.arquillian.containers.RegistryCreator | From | To | |
| Extract Variable groupDefs : List<GroupDef> in method public createRegistry(event ArquillianDescriptor) : void from class org.keycloak.testsuite.arquillian.containers.RegistryCreator | From | To | |
| Extract Variable appServerInfo : ContainerInfo in method public doLookup(resource ArquillianResource, qualifiers Annotation...) : Object from class org.keycloak.testsuite.arquillian.provider.URLProvider | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type testContextProducer : InstanceProducer<TestContext> to testContextInstance : Instance<TestContext> in class org.keycloak.testsuite.arquillian.AppServerTestEnricher | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter newAuthServerQualifier : String to newServerQualifier : String in method private updateServerQualifier(deployment DeploymentDescription, testClass TestClass, newServerQualifier String) : void in class org.keycloak.testsuite.arquillian.DeploymentTargetModifier | From | To |