0ef3df124c06efd365de4a1fa20a0bd74b85d9d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable arrayMessageSize : int to maxReferenceParams : int in method private calculateMaxReferenceParameters(relevantMethods List<Method>) : int in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable methods : Method[] to relevantMethods : List<Method> in method private calculateMaxReferenceParameters(relevantMethods List<Method>) : int in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Parameterize Variable methods : Method[] to relevantMethods : List<Method> in method private implementUserMethods(classWriter ClassWriter, relevantMethods List<Method>) : void in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type methods : Method[] to relevantMethods : List<Method> in method private implementUserMethods(classWriter ClassWriter, relevantMethods List<Method>) : void in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Change Variable Type methods : Method[] to relevantMethods : List<Method> in method private calculateMaxReferenceParameters(relevantMethods List<Method>) : int in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Inline Variable | 1 | ||
| Inline Variable parameterTypes : Class<?>[] in method public createSpscProxy(capacity int, iFace Class<E>, waitStrategy WaitStrategy) : ProxyChannel<E> from class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Extract Method | 3 | ||
| Extract Method private implementUserMethods(classWriter ClassWriter, relevantMethods List<Method>) : void extracted from public createSpscProxy(capacity int, iFace Class<E>, waitStrategy WaitStrategy) : ProxyChannel<E> in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Extract Method private findRelevantMethods(iFace Class<?>) : List<Method> extracted from public createSpscProxy(capacity int, iFace Class<E>, waitStrategy WaitStrategy) : ProxyChannel<E> in class org.jctools.channels.proxy.ProxyChannelFactory | From | To | |
| Extract Method private calculateMaxReferenceParameters(relevantMethods List<Method>) : int extracted from public createSpscProxy(capacity int, iFace Class<E>, waitStrategy WaitStrategy) : ProxyChannel<E> in class org.jctools.channels.proxy.ProxyChannelFactory | From | To |