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 - Wrong recognition of typedef
Summary: Wrong recognition of typedef
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 16:48 UTC by nnnnnk
Modified: 2010-04-23 18:16 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 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.