Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Return the uri of the parent class when the class file points to an inner class #3152

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 8, 2024

  1. Return the uri of the parent class when the class file points to a in…

    …ner class
    
    - When the class file name containing '$', we try to get its top-level class
      (remove the '$'' and its inner class name) from the Java model, if the
      top-level class do exist, we compare the content of the two classes and return
      the uri of the top-level class if the content is the same.
    jdneo committed May 8, 2024
    Configuration menu
    Copy the full SHA
    eff3bc4 View commit details
    Browse the repository at this point in the history