0fd4c5832699b3fb43bfe280794e02d29ba51ea2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ImmutableSortedSet<ResourceInfo> to ImmutableSet<ResourceInfo> in method package getResources() : ImmutableSet<ResourceInfo> in class com.google.common.reflect.ClassPath.Scanner | From | To | |
Extract Variable | 3 | ||
Extract Variable resource : String in method private resourceInfo(cls Class<?>) : ResourceInfo from class com.google.common.reflect.ClassPathTest | From | To | |
Extract Variable classLoader : ClassLoader in method public testGetSimpleName() : void from class com.google.common.reflect.ClassPathTest | From | To | |
Extract Variable loader : ClassLoader in method private resourceInfo(cls Class<?>) : ResourceInfo from class com.google.common.reflect.ClassPathTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type resources : ImmutableSortedSet.Builder<ResourceInfo> to resources : Map<ClassLoader,Multimap<String,URL>> in class com.google.common.reflect.ClassPath.Scanner | From | To |