Bug 5982

Summary: content assist displays accessors
Product: [Eclipse Project] JDT Reporter: Alexander Demenchuk <alex>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P5    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Alexander Demenchuk CLA 2001-11-15 16:19:03 EST
typing dot after f.e. java.security.MessageDigest opens the list that includes 
accessors:
 access$000(MessageDigest arg0) String
 access$100(MessageDigest arg0) Provider
 access$102(MessageDigest arg0, Provider arg1) Provider
 access$200(MessageDigest arg0) int
 access$202(MessageDigest arg0, int arg1) int
Comment 1 Erich Gamma CLA 2001-11-16 06:12:34 EST
moving to JCORE for comment
Comment 2 Philipe Mulet CLA 2001-11-19 04:30:12 EST
Visibility checks should prevent these from being visible. We could optionally 
also test for not showing synthetics...
Comment 3 Philipe Mulet CLA 2001-11-19 12:03:34 EST
Actually, synthetics should be discarded always.
Fixed.