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 196614 - [70cat]weird autocompletion
Summary: [70cat]weird autocompletion
Status: RESOLVED DUPLICATE of bug 177657
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 05:25 UTC by alied
Modified: 2011-03-14 09:23 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 alied 2011-03-12 05:25:29 UTC
in a few words:
before autocompletion:
        getOutline().getColumnModel(). //<--after the dot I press Ctrl+Spc
        Node rootNode = null;

after:
        getOutline().getColumnModel().addColumnModelListener
        Node(null); rootNode = null;
and the null appears selected for edit

Product Version = NetBeans IDE 7.0 RC1 (Build 201103100000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02
Comment 1 Dusan Balek 2011-03-14 09:23:20 UTC
Already reported. Thanks.

*** This bug has been marked as a duplicate of bug 177657 ***