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 165983

Summary: Wrong recognition of typedef
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2009-05-25 16:48:07 UTC
Example:
file.c:
typedef int  PROLOG_HANDLER(int *state, int i); // unresolved i

file.h:
typedef struct {
    int	j;
} state;


state in file.c is resolved as struct from file.h
Comment 1 nnnnnk 2010-04-23 18:16:49 UTC
Was fixed somewhare in time.