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 251424 - <TAB> during completion, completes something not on displayed list
Summary: <TAB> during completion, completes something not on displayed list
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 18:31 UTC by err
Modified: 2015-04-01 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description err 2015-03-25 18:31:01 UTC
(Recent changes may fix this on dev, but I don't have a convenient test bed.)


-Enter the following
    AffineTransform t = null;
    t.in<Ctrl-Space>
Observe three items in completion list, all are methods on transform
-Enter
    <TAB>
 for common prefix
Observe line changed to
    t.invinterface


Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b26
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Dusan Balek 2015-03-26 14:49:56 UTC
Should be fixed in the current dev build.