e1d2525e9da94da41f862b97ae4553c8edebaabc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method package withScript(scriptPath String, f Consumer<String>) : void from class org.infinispan.client.hotrod.ExecTest to public withScript(scriptCache BasicCache<String,String>, scriptPath String, f Consumer<String>) : void from class org.infinispan.client.hotrod.test.HotRodClientTestingUtil | From | To | |
Move Method private loadScript(scriptCache BasicCache<String,String>, fileName String) : String from class org.infinispan.client.hotrod.ExecTest to public loadScript(scriptName String, scriptCache BasicCache<String,String>, fileName String) : String from class org.infinispan.client.hotrod.test.HotRodClientTestingUtil | From | To |