Bug 163935

Summary: [model][delta] content assist broken on external modification of Jar
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: david_audel
Version: 3.3   
Target Milestone: 3.2.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2006-11-09 05:23:04 EST
I20061107-0800

Follow-up to bug 161631 comment 18

Steps:

- new workspace
- Import > General > Existing Projects into Workspace, select attached archive (attachment 53292 [details])
- open EclipseTest1/src/com.test/Main1.java by doubleclicking in Package Exp.:
  - do content assist after test.
    -> doit2A(int, int) and doit2B(int) are first 2 proposals
- open EclipseTest2/src/com.test/TestUtil2.java by doubleclicking in Package 
Explorer:
   - uncomment the declaration of method doit2C(int),
   - save editor
- run EclipseTest2\build.xml as Ant Build
- select project EclipseTest1, choose File > Refresh
- in Main1, do content assist after test.
  -> still only doit2A(int, int) and doit2B(int), but no doit2C(int)
Comment 1 Frederic Fusier CLA 2006-11-09 09:51:44 EST
David,
Do you think we can make a regression test from this scenario?


*** This bug has been marked as a duplicate of 162621 ***
Comment 2 Frederic Fusier CLA 2006-11-09 09:53:17 EST
Even if it's not really obvious that this is a duplicate, fix for bug 162621 also fixes this one...
Comment 3 David Audel CLA 2007-01-15 12:22:17 EST
Verified for 3.2.2 using build M20070112-1200