jdt_rename_element: Silent no-op — reports SUCCESS but changes nothing (v0.2.16) #26
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#26
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?
Description
jdt_rename_elementreportsstatus: SUCCESSbut does not modify any files. Neither the declaration nor any references are updated.Environment
Steps to Reproduce
CACHED_ATis declared incom.culinarygraph.rdf.vocab.VocabCg(interface constant)Actual Result
Response reports success with
childCount: 0:But no files were modified.
grepconfirms all 13 occurrences still have the old nameCACHED_AT.CACHED_AT_TESTappears nowhere.Expected Result
VocabCg.javarenamed toCACHED_AT_TESTCACHED_AT_TESTstatus: ERRORif the rename cannot be performedNotes
preview: true) also returns successfully with the same emptychildCount: 0IRI CACHED_AT = ...in a Java interface)NullPointerExceptionon the same operation (#24)Test Case & History
Das Testprojekt liegt unter
/tmp/testprj/mit zwei Repos (rdf/+platform/), beide als JDT-Projekte im selben Workspace importiert.