Bug 487870 - [subwords][neon] Template proposals listed too high when subword matching turned on.
Summary: [subwords][neon] Template proposals listed too high when subword matching tur...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-16 08:28 EST by Simon Laffoy CLA
Modified: 2019-07-24 14:35 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 Simon Laffoy CLA 2016-02-16 08:28:45 EST
In a Neon Eclipse triggering code completion in the following situation will list the runnable template as the first result which is too high. Templates should be lower.

public class Test {

	void m() {
		"".b$
	}
}