Bug 163935 - [model][delta] content assist broken on external modification of Jar
Summary: [model][delta] content assist broken on external modification of Jar
Status: VERIFIED DUPLICATE of bug 162621
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 05:23 EST by Markus Keller CLA
Modified: 2007-01-16 03:59 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 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