|
Change Variable Type interfaceDeclaration : InterfaceDeclaration to interfaceDeclaration : ReferenceType in method public solveMethodAsUsage(name String, parameterTypes List<Type>, typeSolver TypeSolver, invokationContext Context, typeParameterValues List<Type>) : Optional<MethodUsage> in class me.tomassetti.symbolsolver.reflectionmodel.ReflectionClassDeclaration |
From |
To |
|
Change Variable Type interfaces : List<InterfaceDeclaration> to interfaces : List<ReferenceType> in method public getInterfaces() : List<ReferenceType> in class me.tomassetti.symbolsolver.reflectionmodel.ReflectionClassDeclaration |
From |
To |
|
Change Variable Type interfaceDeclaration : InterfaceDeclaration to interfaceDeclaration : ReferenceType in method public solveMethod(name String, parameterTypes List<Type>) : SymbolReference<MethodDeclaration> in class me.tomassetti.symbolsolver.reflectionmodel.ReflectionClassDeclaration |
From |
To |
|
Change Variable Type interfaces : List<InterfaceDeclaration> to interfaces : List<ReferenceType> in method public getInterfaces() : List<ReferenceType> in class me.tomassetti.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration |
From |
To |
|
Change Variable Type sc : TypeDeclaration to sc : ReferenceType in method private solveTypeDecl(node ClassOrInterfaceDeclaration) : void in class me.tomassetti.symbolsolver.SourceFileInfoExtractor |
From |
To |