ee2bf9258292190b6a24fd38cd4d9d2dd4943cf4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public getParamSize() : int from class org.infinispan.server.hotrod.ExecRequestContext to public getParamSize() : int from class org.infinispan.server.hotrod.NamedParametricRequestContext | From | To | |
Pull Up Method public getName() : String from class org.infinispan.server.hotrod.ExecRequestContext to public getName() : String from class org.infinispan.server.hotrod.NamedParametricRequestContext | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private paramSize : int from class org.infinispan.server.hotrod.ExecRequestContext to private paramSize : int from class org.infinispan.server.hotrod.NamedParametricRequestContext | From | To | |
Pull Up Attribute private name : String from class org.infinispan.server.hotrod.ExecRequestContext to private name : String from class org.infinispan.server.hotrod.NamedParametricRequestContext | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.server.hotrod.NamedParametricRequestContext from classes [org.infinispan.server.hotrod.ExecRequestContext] | From | To |