a92f20b5cc75e6b80b2731da0192723526b0c1dc
Files Diff
- Added: 0
 - Removed: 1
 - Renamed: 0
 - Modified: 51
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setWorkDirectory(userWorkDir String, userIgniteHome String) : void renamed to public workDirectory(userWorkDir String, userIgniteHome String) : String in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to String in method public workDirectory(userWorkDir String, userIgniteHome String) : String in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable ggWork0 : String to workDir : String in method public resolveWorkDirectory(workDir String, path String, delIfExist boolean) : File in class org.apache.ignite.internal.util.IgniteUtils | From | To | |
| Extract Variable | 2 | ||
| Extract Variable cfg : IgniteConfiguration in method public marshaller() : GridBinaryMarshaller from class org.apache.ignite.internal.processors.platform.utils.PlatformUtils | From | To | |
| Extract Variable cfg : IgniteConfiguration in method private resetShmemServer() : IpcSharedMemoryServerEndpoint from class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi | From | To | |
| Inline Variable | 1 | ||
| Inline Variable file : Path in method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.rest.handlers.log.GridLogCommandHandlerTest | From | To |