Bug 16176 - References to private fields could be optimized
Summary: References to private fields could be optimized
Status: RESOLVED DUPLICATE of bug 21879
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 12:36 EDT by Nick Edgar CLA
Modified: 2002-07-25 07:27 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 Nick Edgar CLA 2002-05-16 12:36:19 EDT
Build 20020515

When searching for references to private fields with a commonly used name, 
e.g. "shell", it takes a while.
Is it resolving all references to shell in the workspace?
It should be able to limit resolution to the current file.
Comment 1 Adam Kiezun CLA 2002-05-16 12:41:54 EDT
looks like a dup of bug 3447
Comment 2 Philipe Mulet CLA 2002-05-18 04:59:07 EDT
Well I think it will also find forbidden references to it (like those having 
problems). If we were to play visibility rules, then protected and default 
access could also be improved.
Comment 3 Jerome Lanneluc CLA 2002-05-27 11:34:40 EDT
Will revisit after 2.0.
Comment 4 Philipe Mulet CLA 2002-07-25 06:59:43 EDT
Reopening
Comment 5 Philipe Mulet CLA 2002-07-25 07:01:01 EDT
Clearing resolution
Comment 6 Philipe Mulet CLA 2002-07-25 07:27:45 EDT

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