Bug 26580

Summary: java element deltas not sent out?
Product: [Eclipse Project] JDT Reporter: Claude Knaus <Claude_Knaus>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: critical    
Priority: P3 CC: jerome_lanneluc
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: All   
Whiteboard:

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