ce56990dbfe30b194222c5350f6b053d5262ae0e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type resourceSession : ManagedResourceSession to resourceSession : SessionHolder in method public expire(session Session) : void in class io.atomix.copycat.manager.ResourceManager | From | To | |
| Change Variable Type resourceSession : ManagedResourceSession to resourceSession : SessionHolder in method public close(session Session) : void in class io.atomix.copycat.manager.ResourceManager | From | To | |
| Extract Variable | 1 | ||
| Extract Variable session : SessionHolder in method protected deleteResource(commit Commit<DeleteResource>) : boolean from class io.atomix.copycat.manager.ResourceManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sessions : Map<Long,ManagedResourceSession> to sessions : Map<Long,SessionHolder> in class io.atomix.copycat.manager.ResourceManager.ResourceHolder | From | To |