c98b2ec6b6fb7938aeb533047fd17d9732d6f67c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type timeEntered : long to timeEntered : Instant in method package CacheEntry(timeEntered Instant, data byte[]) in class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCache.CacheEntry | From | To | |
Move Method | 2 | ||
Move Method public stopHttpServer() : void from class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests to public stopHttpServer() : void from class org.cloudfoundry.identity.uaa.cache.SlowHttpServerCacheTests | From | To | |
Move Method public throwUnavailableIdpWhenServerMetadataDoesNotReply() : void from class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests to public throwUnavailableIdpWhenServerMetadataDoesNotReply() : void from class org.cloudfoundry.identity.uaa.cache.SlowHttpServerCacheTests | From | To | |
Move Attribute | 2 | ||
Move Attribute private slowHttpServer : SlowHttpServer from class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests to private slowHttpServer : SlowHttpServer from class org.cloudfoundry.identity.uaa.cache.SlowHttpServerCacheTests | From | To | |
Move Attribute public expectedException : ExpectedException from class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests to public expectedException : ExpectedException from class org.cloudfoundry.identity.uaa.cache.SlowHttpServerCacheTests | From | To | |
Extract Class | 1 | ||
Extract Class org.cloudfoundry.identity.uaa.cache.SlowHttpServerCacheTests from class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests | From | To | |
Rename Attribute | 1 | ||
Rename Attribute EXPIRING_TIME_MILLIS : int to CACHE_EXPIRATION : Duration in class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type timeEntered : long to timeEntered : Instant in class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCache.CacheEntry | From | To | |
Change Attribute Type EXPIRING_TIME_MILLIS : int to CACHE_EXPIRATION : Duration in class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ticker : TimeService to timeService : TimeService in method public ExpiringUrlCache(expiringTimeMillis long, timeService TimeService, maxEntries int) in class org.cloudfoundry.identity.uaa.cache.ExpiringUrlCache | From | To |