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 60055 - Code completion suggests inappropriate items in method calls
Summary: Code completion suggests inappropriate items in method calls
Status: CLOSED DUPLICATE of bug 60064
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 60059 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-15 14:32 UTC by Jiri Kovalsky
Modified: 2007-11-05 13:38 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 Jiri Kovalsky 2005-06-15 14:32:40 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
Code completion confuses users by offering too much if invoked in method calls.
In my opinion it should suggest only appropriate objects etc.

Steps to reproduce:
===================
1. Create new sample Java application.
2. In constructor of default Main class type notify(|);
3. Press CTRL+Space.
4. Although the method does not accept any arguments you will obtain long list
of suggestions.
Comment 1 Jiri Kovalsky 2005-06-15 14:41:56 UTC
*** Issue 60059 has been marked as a duplicate of this issue. ***
Comment 2 Roman Strobl 2005-07-11 16:57:10 UTC
Marking as duplicate of issue 60064 because that one has higher priority.

*** This issue has been marked as a duplicate of 60064 ***
Comment 3 Jiri Kovalsky 2005-07-12 06:37:31 UTC
Okay, agreed.