7bf2b1550d1edb2c924c8d0256e695e36d24cbed
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable message : String in method private onEnvironmentInit(listener KettleLifecycleListener) : void from class org.pentaho.di.core.lifecycle.KettleLifecycleSupport | From | To | |
Extract Method | 2 | ||
Extract Method private onEnvironmentInit(listener KettleLifecycleListener) : void extracted from public KettleLifecycleSupport() in class org.pentaho.di.core.lifecycle.KettleLifecycleSupport | From | To | |
Extract Method private onEnvironmentInit(listener KettleLifecycleListener) : void extracted from public onEnvironmentInit() : void in class org.pentaho.di.core.lifecycle.KettleLifecycleSupport | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type kettleLifecycleListeners : Set<KettleLifecycleListener> to kettleLifecycleListeners : ConcurrentMap<KettleLifecycleListener,Boolean> in class org.pentaho.di.core.lifecycle.KettleLifecycleSupport | From | To | |
Change Attribute Type initialized : Boolean to initialized : AtomicReference<SettableFuture<Boolean>> in class org.pentaho.di.core.KettleEnvironment | From | To |