5bd76be2e74fde183e6c43788bf5d8f5e572ada2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getResources() : ImmutableSortedSet<ResourceInfo> renamed to package getEntries() : ImmutableList<Entry> in class com.google.common.reflect.ClassPath.Scanner | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableSortedSet<ResourceInfo> to ImmutableList<Entry> in method package getEntries() : ImmutableList<Entry> in class com.google.common.reflect.ClassPath.Scanner | From | To | |
Rename Attribute | 1 | ||
Rename Attribute resources : ImmutableSortedSet.Builder<ResourceInfo> to entriesBuilder : ImmutableList.Builder<Entry> in class com.google.common.reflect.ClassPath.Scanner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type resources : ImmutableSortedSet.Builder<ResourceInfo> to entriesBuilder : ImmutableList.Builder<Entry> in class com.google.common.reflect.ClassPath.Scanner | From | To | |
Extract Method | 11 | ||
Extract Method private classInfo(resourceName String, classLoader ClassLoader) : ClassInfo extracted from public testGetPackageName() : void in class com.google.common.reflect.ClassPathTest | From | To | |
Extract Method package getAllEntries(classloader ClassLoader) : ImmutableList<Entry> extracted from public from(classloader ClassLoader) : ClassPath in class com.google.common.reflect.ClassPath | From | To | |
Extract Method private classInfo(resourceName String, classLoader ClassLoader) : ClassInfo extracted from public testGetSimpleName() : void in class com.google.common.reflect.ClassPathTest | From | To | |
Extract Method private classInfo(resourceName String, classLoader ClassLoader) : ClassInfo extracted from private classInfo(cls Class<?>, classLoader ClassLoader) : ClassInfo in class com.google.common.reflect.ClassPathTest | From | To |