Bug 162772 - [assist] No proposal on member completion for intersection type
Summary: [assist] No proposal on member completion for intersection type
Status: RESOLVED DUPLICATE of bug 99928
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: ---   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 12:37 EST by Philipe Mulet CLA
Modified: 2006-11-13 09:13 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2006-10-30 12:37:32 EST
Build 3.3M2

Observe codeassist is unable to find the #compareTo(...) method:

public class X {
        public static void main(String[] args) {
                int foo = 0;
                String bar = "zero";
                System.out.println(((foo != 0) ? foo : bar).com|<-CODEASSIST HERE>pareTo(null));
        }
}
Comment 1 Markus Keller CLA 2006-10-31 13:40:01 EST
Dup of bug 99928 and bug 141281?
Comment 2 David Audel CLA 2006-11-13 09:13:50 EST

*** This bug has been marked as a duplicate of 99928 ***