jdt_rename_element fails with IllegalArgumentException in ProjectScope.getNode #20
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#20
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?
Bug Report
jdt_rename_elementfails for all field renames with anIllegalArgumentExceptioninProjectScope.getNode().Steps to Reproduce
Rename any field, e.g.:
VocabCg#CACHED_AT→REMOTE_CACHED_AT(FIELD)VocabCg#HAS_ITEM→ITEM(FIELD)Same error with both
preview: trueandpreview: false.Error
Environment
Notes
May be a regression from #15 fix or a separate issue.
ProjectScope.getNode()suggests the project preference store is not properly initialized.