0a70bc5c414c898dc20f021022b2ecac3339777d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cacheFactory : Value<CacheFactory> to cacheFactory : Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>> in method public StatefulSessionComponentCreateService(componentConfiguration ComponentConfiguration, ejbJarConfiguration ApplicationExceptions, cacheFactory Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>>) in class org.jboss.as.ejb3.component.stateful.StatefulSessionComponentCreateService | From | To | |
Rename Variable | 1 | ||
Rename Variable factory : InjectedValue<CacheFactory> to cacheFactory : SupplierDependency<CacheFactory<SessionID,StatefulSessionComponentInstance>> in method public constructService(configuration ComponentConfiguration) : BasicComponentCreateService in class org.jboss.as.ejb3.component.stateful.StatefulComponentCreateServiceFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type Value<CacheFactory> to Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>> in method package getCacheFactory() : Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>> in class org.jboss.as.ejb3.component.stateful.StatefulSessionComponentCreateService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type factory : InjectedValue<CacheFactory> to cacheFactory : SupplierDependency<CacheFactory<SessionID,StatefulSessionComponentInstance>> in method public constructService(configuration ComponentConfiguration) : BasicComponentCreateService in class org.jboss.as.ejb3.component.stateful.StatefulComponentCreateServiceFactory | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cacheFactory : Value<CacheFactory> to cacheFactory : Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>> in class org.jboss.as.ejb3.component.stateful.StatefulSessionComponentCreateService | From | To | |
Change Attribute Type cacheFactory : Value<CacheFactory> to cacheFactory : Supplier<CacheFactory<SessionID,StatefulSessionComponentInstance>> in class org.jboss.as.ejb3.component.stateful.StatefulSessionComponent | From | To |