This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254111

Summary: Subword completion does not propose most correct match - check also getter/setter
Product: java Reporter: markiewb
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=248010
Issue Type: DEFECT Exception Reporter:
Attachments: Shows same (failing) examples in NB8.1b

Description markiewb 2015-08-03 19:14:38 UTC
Created attachment 155152 [details]
Shows same (failing) examples in NB8.1b

In addition to https://netbeans.org/bugzilla/show_bug.cgi?id=248010

Subword completion should respect getter/setter prefix

For example

org.openide.nodes.Node node; //CC at |
node.name|  //should preselect getName not canRename
node.sname| //should preselect setName not setDisplayName
node.action|//should preselect getActions not addPropertyChangeListener


Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Dusan Balek 2015-08-04 08:50:09 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/02090d9718eb
Comment 2 Quality Engineering 2015-08-05 01:19:54 UTC
Integrated into 'main-silver', will be available in build *201508050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/02090d9718eb
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #254111 - Subword completion does not propose most correct match - check also getter/setter - fixed.