Commit 4c8f2e6
committed
Prioritize Maven packages over the JDK when exporting monikers
Previously, when a Maven package re-defined a class from the JDK then
lsif-java would emit an export against the JDK instead of the Maven
package. This caused problems with navigation to the JDK on Sourcegraph
because there were multiple repositories that exported monikers against
the `jdk/8` packageInformation node. Now, only the JDK repo should
export monikers for the JDK repo.1 parent ba89c92 commit 4c8f2e6
File tree
1 file changed
+5
-1
lines changed- lsif-semanticdb/src/main/java/com/sourcegraph/lsif_semanticdb
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
0 commit comments