Bug 197568 - All Default Proposals listed twice after an array-type variable and '.';
Summary: All Default Proposals listed twice after an array-type variable and '.';
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.4 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 234812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-23 21:42 EDT by Evan O'Dorney CLA
Modified: 2008-05-30 06:48 EDT (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 Evan O'Dorney CLA 2007-07-23 21:42:49 EDT
I am running Eclipse Europa on Gentoo Linux and have installed only PMD and the Europa Discovery Site onto my Eclipse system. When I type

    class A {
      int[] a; // analogous problems with float[], Object[] or int[][]
      a.

a proposal window pops up with each applicable method and field listed twice.
Comment 1 Evan O'Dorney CLA 2007-07-23 21:59:51 EDT
On my system, ALL default proposals are duplicated -- not just those relating to array methods.
Comment 2 Olivier Thomann CLA 2007-07-23 22:06:48 EDT
Do you have Mylyn installed?
If yes, go to:
Window>Preferences>Java>Editor>Content Assist>Advanced.
In the default proposals, do you have the Mylyn proposal and the default proposal selected at the same time?
If yes, keep one of them and it should be back to normal.
Comment 3 Evan O'Dorney CLA 2007-07-23 22:11:52 EDT
Thank you, all fixed.
Comment 4 Olivier Thomann CLA 2007-07-23 22:14:45 EDT
Reopen to close it as INVALID
Comment 5 Frederic Fusier CLA 2007-07-24 05:07:01 EDT
.
Comment 6 Frederic Fusier CLA 2007-12-20 06:47:14 EST
Verified by reporter
Comment 7 Dani Megert CLA 2008-05-30 06:48:14 EDT
*** Bug 234812 has been marked as a duplicate of this bug. ***