lsp4jakarta icon indicating copy to clipboard operation
lsp4jakarta copied to clipboard

Verify performance of type.newSupertypeHierarchy API

Open bensonnw opened this issue 3 years ago • 0 comments

Description:

In AbstractDiagnosticsCollector class, we are using type.newSupertypeHierarchy API to get full hierarchy of the Java class, we probably need to verify its performance to make sure it's not too expensive, otherwise, we may have to use some other ways.

Specification:

Type of language feature proposed:

Select all that apply

  • [x] diagnostic
  • [ ] quick-fix
  • [ ] snippet
  • [ ] other, please specify:

bensonnw avatar Aug 16 '22 20:08 bensonnw