56f44673f31dcfc9b1e93a605e5a593aa2898b96
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 3
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.ow2.asm:asm:5.1 | |
Removed | |
org.ow2.asm:asm-all:5.0.4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type impl : Demo1 to impl : DemoIFace in method public process(impl DemoIFace, limit int) : int in class org.jctools.channels.proxy.DemoProxyResult | From | To | |
Change Parameter Type impl : Demo1 to impl : DemoIFace in method public proxyInstance(impl DemoIFace) : DemoIFace in class org.jctools.channels.proxy.DemoProxyResult | From | To | |
Move Source Folder | 1 | ||
Move Source Folder jctools-experimental/src/main to jctools-experimental/src/test | From | To | |
Change Return Type | 2 | ||
Change Return Type Demo1 to DemoIFace in method public proxyInstance(impl DemoIFace) : DemoIFace in class org.jctools.channels.proxy.DemoProxyResult | From | To | |
Change Return Type Demo1 to DemoIFace in method public proxy() : DemoIFace in class org.jctools.channels.proxy.DemoProxyResult | From | To | |
Rename Class | 1 | ||
Rename Class org.jctools.channels.proxy.Demo1 renamed to org.jctools.channels.proxy.DemoIFace | From | To |