43fea2407daa888d5a228f446d4579c4dcbaa728
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type className : String to className : Type in method public getSuperclassMethods(className Type) : List<MethodRef> in class net.orfjackal.retrolambda.interfaces.MethodRelocations | From | To | |
Change Parameter Type className : String to className : Type in method public getSuperclassMethods(className Type) : List<MethodRef> in class net.orfjackal.retrolambda.interfaces.ClassHierarchyAnalyzer | From | To | |
Change Parameter Type interfaceName : String to interfaceName : Type in method public getInterfaceMethods(interfaceName Type) : List<MethodRef> in class net.orfjackal.retrolambda.interfaces.ClassHierarchyAnalyzer | From | To | |
Change Parameter Type interfaceName : String to interfaceName : Type in method public getInterfaceMethods(interfaceName Type) : List<MethodRef> in class net.orfjackal.retrolambda.interfaces.MethodRelocations | From | To | |
Inline Method | 1 | ||
Inline Method private getInternalName(clazz Class<?>) : String inlined to private readBytecode(clazz Class<?>) : byte[] in class net.orfjackal.retrolambda.ClassHierarchyAnalyzerTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type methodsByInterface : Map<String,List<MethodRef>> to methodsByInterface : Map<Type,List<MethodRef>> in class net.orfjackal.retrolambda.interfaces.ClassHierarchyAnalyzer | From | To | |
Change Attribute Type methodsByClass : Map<String,List<MethodRef>> to methodsByClass : Map<Type,List<MethodRef>> in class net.orfjackal.retrolambda.interfaces.ClassHierarchyAnalyzer | From | To | |
Change Attribute Type superclasses : Map<String,String> to superclasses : Map<Type,Type> in class net.orfjackal.retrolambda.interfaces.ClassHierarchyAnalyzer | From | To |