20284adac13871df0c0a0e9797a629f24a6ce199
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private classes() : Collection<Class> renamed to private generate() : Collection<Class> in class org.apache.ignite.internal.ClassesGenerator | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute col : Collection<Class> to classes : Collection<Class> in method private generate() : Collection<Class> in class org.apache.ignite.internal.ClassesGenerator | From | To | |
Extract Variable | 1 | ||
Extract Variable ldr0 : URLClassLoader in method private generate() : Collection<Class> from class org.apache.ignite.internal.ClassesGenerator | From | To | |
Extract Method | 2 | ||
Extract Method private write(file File, classes Collection<Class>) : void extracted from public main(args String[]) : void in class org.apache.ignite.internal.ClassesGenerator | From | To | |
Extract Method private processUrl(url URL) : void extracted from private classes() : Collection<Class> in class org.apache.ignite.internal.ClassesGenerator | From | To |