|
Change Parameter Type implementedInterfaces : Set<TypeMirror> to implementedInterfaces : Set<DeclaredType> in method private collectHierarchyMirrors(topClass DeclaredType, extendedClasses List<DeclaredType>, implementedInterfaces Set<DeclaredType>) : void in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Parameter Type type : TypeDeclaration to type : Trees.TypeDeclaration in method package resolve(type Trees.TypeDeclaration) : TypeMirror in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Parameter Type declaration : ValueDeclaration to declaration : Trees.ValueDeclaration in method package inferType(declaration Trees.ValueDeclaration, expression Trees.Expression, inferenceKind InferencePurpose) : Trees.ValueDeclaration in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Parameter Type extendedClasses : List<TypeMirror> to extendedClasses : List<DeclaredType> in method private collectHierarchyMirrors(topClass DeclaredType, extendedClasses List<DeclaredType>, implementedInterfaces Set<DeclaredType>) : void in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Parameter Type type : TypeDeclaration to type : Trees.TypeDeclaration in method package declare(type Trees.TypeDeclaration, name Trees.Identifier) : Trees.TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Parameter Type implementedInterfaces : Set<TypeMirror> to implementedInterfaces : Set<DeclaredType> in method private collectInterfacesMirrors(topClass DeclaredType, implementedInterfaces Set<DeclaredType>) : void in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Parameter Type topClass : TypeMirror to topClass : DeclaredType in method private collectHierarchyMirrors(topClass DeclaredType, extendedClasses List<DeclaredType>, implementedInterfaces Set<DeclaredType>) : void in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Parameter Type input : TypeMirror to input : DeclaredType in method public apply(input DeclaredType) : String in class org.immutables.generator.TypeHierarchyCollector.ToNameOfTypeElement |
From |
To |
|
Change Parameter Type topClass : TypeMirror to topClass : DeclaredType in method private collectInterfacesMirrors(topClass DeclaredType, implementedInterfaces Set<DeclaredType>) : void in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Parameter Type expression : AccessExpression to expression : Trees.AccessExpression in method package resolveAccess(expression Trees.AccessExpression) : BoundAccessExpression in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Parameter Type kind : Trees.TypeDeclaration.Kind to inferenceKind : InferencePurpose in method package inferType(declaration Trees.ValueDeclaration, expression Trees.Expression, inferenceKind InferencePurpose) : Trees.ValueDeclaration in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Parameter Type input : TypeMirror to input : DeclaredType in method private toTypeElement(input DeclaredType) : TypeElement in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Return Type ResolvedType to Trees.TypeReference in method package declare(type Trees.TypeDeclaration, name Trees.Identifier) : Trees.TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Return Type ResolvedType to Trees.TypeReference in method package declareForIterationAccess(name Trees.Identifier) : Trees.TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Return Type ResolvedType to Trees.TypeReference in method package declare(type TypeMirror, name Trees.Identifier) : Trees.TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Return Type ResolvedType to TypeReference in method private resolveDeclared(typeReference TypeReference, name Trees.Identifier) : TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Return Type ImmutableList<TypeMirror> to ImmutableList<DeclaredType> in method public extendedClasses() : ImmutableList<DeclaredType> in class org.immutables.generator.TypeHierarchyCollector |
From |
To |
|
Change Return Type ResolvedType to Trees.TypeReference in method package declareInvokable(name Trees.Identifier) : Trees.TypeReference in class org.immutables.generator.processor.TypeResolver.Scope |
From |
To |
|
Change Return Type ImmutableSet<TypeMirror> to ImmutableSet<DeclaredType> in method public implementedInterfaces() : ImmutableSet<DeclaredType> in class org.immutables.generator.TypeHierarchyCollector |
From |
To |