Bug 26580 - java element deltas not sent out?
Summary: java element deltas not sent out?
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 critical (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 05:27 EST by Claude Knaus CLA
Modified: 2002-11-25 12:15 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claude Knaus CLA 2002-11-18 05:27:40 EST
I-20021115 (M3 final) on w2k and linux:

1) Open JavaAutoIndentStrategy
2) goto pasteText()
3) Refactor->rename pasteText into smartPaste
4) Observe that the outliner is not updated
5) Press F3 on the use of pasteText
6) Observe that the editor navigates to the declaration of 
JavaAutoIndentStrategy instead of the declaration of smartPaste().

It seems like java element deltas are not sent out correctly.
Comment 1 Jerome Lanneluc CLA 2002-11-18 05:48:21 EST
Have you verified that IWorkingCopy.reconcile() is called?
Comment 2 Claude Knaus CLA 2002-11-18 08:08:08 EST
yes, WorkingCopy.reconcile() is called on save.
Comment 3 Philipe Mulet CLA 2002-11-18 10:00:10 EST
Suspect same issue as when I was undoing and reconciler got stale.
Comment 4 Jerome Lanneluc CLA 2002-11-19 07:06:45 EST
I cannot reproduce in M3. In step 4, the Outline is updated. I would need more 
info to reproduce this problem.
Comment 5 Jerome Lanneluc CLA 2002-11-25 10:58:01 EST
Claude, any more details on reproducing this? If not, I will close.
Comment 6 Claude Knaus CLA 2002-11-25 12:05:13 EST
seems to be working again.. At least, I haven't seen it again. Ok to close.
Comment 7 Jerome Lanneluc CLA 2002-11-25 12:15:53 EST
Closing