yesamer opened a new pull request, #2422: URL: https://github.com/apache/incubator-kie-tools/pull/2422
One year ago the JDT.LS API suddenly changed breaking the Java class "Fetching" mechanism we had in place. We that change, it was no longer possible to retrieve a class FQCN, which is a required property for the "Fetching" mechanism to properly work. In the latest release, the API now supports the TypeHierarchy command: given a class name, that command can retrieve the class hierarchy and the first items represent the class itself in FQCN format. For example, if we use that command on a String type variable, this will return: <img width="198" alt="Screenshot 2024-06-12 at 10 46 23" src="https://github.com/apache/incubator-kie-tools/assets/16005046/9e5e7f65-d624-4909-8b7b-eabb8cb55a96"> The first item contains exactly what we need. https://github.com/apache/incubator-kie-tools/assets/16005046/15f0c4bc-f772-4b9f-93af-6a427edf25c4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
