42b35e1ea6626ba910a9c17ef1a70af60cae2190
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 private classInfo(cls Class<?>, classLoader ClassLoader) : ClassInfo in class com.google.common.reflect.ClassPathTest | From | To | |
| 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 |