Bug 15931 - Proposed results to limited/invalid
Summary: Proposed results to limited/invalid
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.0 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-14 06:56 EDT by Kai-Uwe Maetzel CLA
Modified: 2002-05-21 13:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Uwe Maetzel CLA 2002-05-14 06:56:21 EDT
cand. 20020514
Open JUnit/TestCase.java in the Java editor.
Place cursor at method declaration
public void run(I
Invoke code assist -> only proposal is TestCase.
Comment 1 David Audel CLA 2002-05-16 11:33:07 EDT
This is the expected behavior.

If completion identifier is empty then the proposals are only types inside the 
compilation unit.

Closing.