Cross-module references still broken after #15 fix #18
Labels
No labels
bug
build
enhancement
headless
P1-critical
P2-high
P3-medium
P4-low
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-tools/jdt-mcp-server#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Retesting cross-module reference resolution after the fix for #15 was deployed.
Workspace: 29 Maven modules (rdf: 4, platform: 25), all imported, status: ready. Java 25, jdt_get_compilation_errors reports 0 errors.
jdt_find_references cross-module
VocabCg (TYPE) in culinarygraph-rdf-api, used in 13 files across rdf-rdf4j and platform:
referenceCount: 0— expected ~13+VocabCg#CACHED_AT (FIELD) in rdf-api, used in 3 platform files (12 occurrences):
referenceCount: 0— expected 12Control: VocabIriFactory (TYPE, same module):
referenceCount: 238— all within culinarygraph-rdf-apiIntra-module works. Cross-module returns 0.
jdt_rename_element crashes
Both with
preview=trueandpreview=false. This is worse than #15 where rename at least succeeded on the declaration (withchildCount: 0).Summary
JDT search scope does not include dependent projects even though all 29 are imported and compilation works.