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 60059 - Code completion suggests inappropriate items in method calls
Summary: Code completion suggests inappropriate items in method calls
Status: CLOSED DUPLICATE of bug 60055
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:
Depends on:
Blocks:
 
Reported: 2005-06-15 14:36 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:36:22 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:58 UTC
Marking as duplicate of another issue. I am sorry for the e-mails but I had
experienced proxy problems.

*** This issue has been marked as a duplicate of 60055 ***
Comment 2 Jiri Kovalsky 2005-06-15 14:47:19 UTC
Verified.