Bug 3238 - CodeAssist - no completion if cursor at string beginning (1GI3BYO)
Summary: CodeAssist - no completion if cursor at string beginning (1GI3BYO)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Philipe Mulet 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 Philipe Mulet CLA 2001-10-10 22:51:48 EDT
Cannot obtain completion at the following position (intending to insert an expression right before an existing string literal).

class X {
	public static final String STR = "";

	String[] strings = new String[]{	X.<CODEASSIST HERE>"other"		};
}
NOTES:
Comment 1 DJ Houghton CLA 2001-10-23 23:52:29 EDT
PRODUCT VERSION:
SDK 128

Comment 2 David Audel CLA 2001-10-31 05:55:37 EST
I cannot reproduce this bug in build 206(20011025) +JDTCORE/HEAD