Bug 5982 - content assist displays accessors
Summary: content assist displays accessors
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P5 trivial (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-15 16:19 EST by Alexander Demenchuk CLA
Modified: 2002-01-11 09:22 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 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.