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

Summary: Function without parameters is not in the completion list
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code CompletionAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 134091    

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