I’m trying to find the overriden methods without using AST parser in JDT. When I compare methods’ signatures from Class file and K-Source file (ICompilationUnit) they appear to be different. Problem of the source file is that, its binding is not resolved, it gives QString instead of java.lang.string. Does anyone know how to resolve these bindings for source file without dealing with AST?
I’m trying to find the overriden methods without using AST parser in JDT. When
Share
This code:
will to the job.