81dfdeee84635c6687bd691f102093bee2669654
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testFetchMetadata() : void renamed to public testFetchMetadata_check_cache() : void in class org.cloudfoundry.identity.uaa.provider.saml.FixedHttpMetaDataProviderTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Cache<String,byte[]> to Cache<String,CacheEntry> in method protected buildCache() : Cache<String,CacheEntry> in class org.cloudfoundry.identity.uaa.provider.saml.FixedHttpMetaDataProvider | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type metadataCache : Cache<String,byte[]> to metadataCache : Cache<String,CacheEntry> in class org.cloudfoundry.identity.uaa.provider.saml.FixedHttpMetaDataProvider | From | To | |
Change Attribute Type expirationTimeMillis : long to expirationTimeMillis : AtomicLong in class org.cloudfoundry.identity.uaa.provider.saml.FixedHttpMetaDataProvider | From | To |