-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to generate dump on google/gson #8
Comments
New exception coming from JDT https://github.com/eclipse/eclipse.jdt.core/commit/905307ba95aeaa4570286fd98cd5fee0aa7ea5d7#diff-1c6dd3b4a801c8d49da846e136f7f10cR129
Apparently this isn't supposed to happen 😕 |
Confirmed this issue is still occuring for google/gson repos: PlatformApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Command
Output
|
Following that, the issue highlighted in INRIA/spoon#3550 has been fixed. PR pending at the time of writing. Following that again, an issue in Spoon was detected where it trips over constructs with type params such as The issue described in INRIA/spoon#3553 was encounted. This PR is still pending further investigation with Spoon maintainers to develop a better fix for it. In combination, these PRs have brought lsif-java to the point where it is able to index google/gson without throwing an exception. There is still some investigation required wrt reducing the number of .java files that are not being picked up. PR to improve Spoons POM handling is in development at the time of writing. |
@Strum355 It looks like INRIA/spoon#3567 resolves this item:
Can you confirm if google/gson can be successfully indexed after the recent Spoon fixes? |
@aidaeology INRIA/spoon#3550 is still pending a proper review and to be merged. |
Indexes without exception with current latest Spoon snapshot (3.8.0-beta-8) |
https://github.com/google/gson
The text was updated successfully, but these errors were encountered: