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 136157 - Function without parameters is not in the completion list
Summary: Function without parameters is not in the completion list
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 134091
  Show dependency tree
 
Reported: 2008-05-30 12:44 UTC by Alexander Simon
Modified: 2008-06-03 04:20 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 Alexander Simon 2008-05-30 12:44:21 UTC
Code Example from freeway/traffic.h
----------------------------
extern void traffic_popup_done();
extern void traffic_popup_display(int);
----------------------------
Completion on first function name does not contain traffic_popup_done().
Completion on second function name contains traffic_popup_display(int).
Expected:
Completion on first function name contains traffic_popup_done().
Comment 1 Alexander Simon 2008-05-30 12:56:34 UTC
fixed
http://hg.netbeans.org/main/rev/5741d06f6c99
Comment 2 Quality Engineering 2008-06-03 04:20:05 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #234 build
Changeset: http://hg.netbeans.org/main/rev/5741d06f6c99
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed: IZ#136157:Function without parameters is not in the completion list