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