You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Hey @jdneo 👋 Sourcegraph has been prototyping an LSIF indexer for Java https://github.com/sourcegraph/lsif-java using JavaParser, and I'm curious about the pros/cons of using Eclipse JDT compared to JavaParser. It'd be great to combine efforts here!
https://github.com/microsoft/lsif-java appears to jump-to-definition into dependencies (with jdt:// URIs), which could be combined with monikers to provide cross-repository and cross-project code intelligence
Hey @jdneo 👋 Sourcegraph has been prototyping an LSIF indexer for Java https://github.com/sourcegraph/lsif-java using JavaParser, and I'm curious about the pros/cons of using Eclipse JDT compared to JavaParser. It'd be great to combine efforts here!
From my brief research:
barinfoo.bar()), whereas https://github.com/sourcegraph/lsif-java doesn't (yet, although I made an unsuccessful attempt in Cross-file j2d/refs sourcegraph/scip-java#1)jdt://URIs), which could be combined with monikers to provide cross-repository and cross-project code intelligenceWhat are your near/long-term plans for this indexer? We're interested in contributing 😄