Bug 3437 - Code Assist fails when method has unknown return type (1GL12EG)
Summary: Code Assist fails when method has unknown return type (1GL12EG)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 enhancement (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:55 EDT by Martin Aeschlimann CLA
Modified: 2002-03-01 04:31 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 Martin Aeschlimann CLA 2001-10-10 22:55:06 EDT
MA (03.10.2001 17:54:58)
	1. create a new class with main
	2. In main type S, code assist: All results for S
	3. Replace 'void' of the method with 'X' (A non existing type name)
		code assist: no results.

NOTES:

PM (10/4/2001 5:03:17 PM)
	This is a known limitation. It is tolerant to some faults by not to enclosing signatures being broken.
Comment 1 Philipe Mulet CLA 2001-10-11 08:30:21 EDT
Nice to have
Comment 2 DJ Houghton CLA 2001-10-29 17:14:01 EST
PRODUCT VERSION:
	202a

Comment 3 Philipe Mulet CLA 2002-02-28 17:27:00 EST
This got fixed in build 20020226
Comment 4 Philipe Mulet CLA 2002-03-01 04:31:11 EST
Closing