943e74fd412f701247e1bea5aa3760418a10ec0d
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private isCacheEntryExpired(cacheEntryPath Path, durationToExpireMs long) : boolean from class org.sonar.home.cache.PersistentCache to public test(cacheEntryPath Path) : boolean from class org.sonar.home.cache.TTLCacheInvalidation | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type defaultDurationToExpireMs : long to invalidation : PersistentCacheInvalidation in method public PersistentCache(dir Path, invalidation PersistentCacheInvalidation, logger Logger, lock DirectoryLock) in class org.sonar.home.cache.PersistentCache | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter defaultDurationToExpireMs : long to invalidation : PersistentCacheInvalidation in method public PersistentCache(dir Path, invalidation PersistentCacheInvalidation, logger Logger, lock DirectoryLock) in class org.sonar.home.cache.PersistentCache | From | To |