154e2c5c41f4d0bcc51ac0880eb3e357c086df78
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected intospectTypeMirror(typeMirror TypeMirror) : void renamed to protected introspectTypeMirror(typeMirror TypeMirror) : void in class org.immutables.value.processor.meta.TypeIntrospectionBase | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type declaringType : DeclaringType to declaringType : Collection<DeclaringType> in method package TypeStringProvider(reporter Reporter, element Element, startType TypeMirror, declaringType Collection<DeclaringType>, allowedTypevars String[], typevarArguments String[]) in class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Change Parameter Type supertypes : Iterable<DeclaredType> to supertypes : Iterable<TypeElement> in method private scanAndReportInvalidInheritance(protoclass Protoclass, element Element, supertypes Iterable<TypeElement>) : void in class org.immutables.value.processor.meta.ValueTypeComposer | From | To | |
Rename Variable | 6 | ||
Rename Variable typeMirror : TypeMirror to m : TypeMirror in method private collectHierarchyMirrors(typeMirror TypeMirror, stringRepresentation String) : void in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Rename Variable implementedInterfaces : Set<DeclaredType> to context : TypevarContext in method private collectHierarchyMirrors(typeMirror TypeMirror, stringRepresentation String) : void in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Rename Variable type : DeclaredType to t : TypeElement in method public isJacksonJsonTypeInfo() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
Rename Variable supertype : TypeElement to s : TypeElement in method private scanAndReportInvalidInheritance(protoclass Protoclass, element Element, supertypes Iterable<TypeElement>) : void in class org.immutables.value.processor.meta.ValueTypeComposer | From | To | |
Rename Variable typeMirror : TypeMirror to m : TypeMirror in method private collectInterfacesMirrors(typeMirror TypeMirror, context TypevarContext) : void in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Return Type | 4 | ||
Change Return Type ImmutableSet<DeclaredType> to ImmutableSet<TypeElement> in method package implementedInterfaces() : ImmutableSet<TypeElement> in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Return Type ImmutableList<DeclaredType> to ImmutableList<TypeElement> in method public extendedClasses() : ImmutableList<TypeElement> in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Return Type ImmutableSet<DeclaredType> to ImmutableSet<TypeElement> in method public implementedInterfaces() : ImmutableSet<TypeElement> in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Return Type ImmutableList<DeclaredType> to ImmutableList<TypeElement> in method package extendedClasses() : ImmutableList<TypeElement> in class org.immutables.value.processor.meta.ValueType | From | To | |
Merge Variable | 1 | ||
Merge Variable [extendedClasses : List<DeclaredType>, implementedInterfaces : Set<DeclaredType>] to stringified : String in method private collectHierarchyMirrors(typeMirror TypeMirror, stringRepresentation String) : void in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Variable Type | 3 | ||
Change Variable Type type : DeclaredType to t : TypeElement in method public isJacksonJsonTypeInfo() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Variable Type implementedInterfaces : Set<DeclaredType> to context : TypevarContext in method private collectHierarchyMirrors(typeMirror TypeMirror, stringRepresentation String) : void in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type sourceClassesImports : ImmutableMap<String,String> to sourceClassesImports : List<SourceExtraction.Imports> in class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Change Attribute Type implementedInterfaces : Set<DeclaredType> to implementedInterfaces : Set<TypeElement> in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Attribute Type extendedClasses : List<DeclaredType> to extendedClasses : List<TypeElement> in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Attribute Type declaringType : DeclaringType to declaringType : Collection<DeclaringType> in class org.immutables.value.processor.meta.TypeStringProvider | From | To |