47becf1ee5c933e8f951129730cae9a58c3441f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public setMaxInactiveIntervalInSeconds(interval int) : void renamed to public setMaxInactiveInterval(interval Duration) : void in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Rename Method public delete(id String) : void renamed to public deleteById(id String) : void in class org.redisson.spring.session.RedissonSessionRepository | From | To | |
Rename Method public getSession(id String) : RedissonSession renamed to public findById(id String) : RedissonSession in class org.redisson.spring.session.RedissonSessionRepository | From | To | |
Rename Method public getMaxInactiveIntervalInSeconds() : int renamed to public getMaxInactiveInterval() : Duration in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type interval : int to interval : Duration in method public setMaxInactiveInterval(interval Duration) : void in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Change Parameter Type lastAccessedTime : long to lastAccessedTime : Instant in method public setLastAccessedTime(lastAccessedTime Instant) : void in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Change Return Type | 3 | ||
Change Return Type int to Duration in method public getMaxInactiveInterval() : Duration in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Change Return Type long to Instant in method public getCreationTime() : Instant in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To | |
Change Return Type long to Instant in method public getLastAccessedTime() : Instant in class org.redisson.spring.session.RedissonSessionRepository.RedissonSession | From | To |