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 242971 - parentheses break parser
Summary: parentheses break parser
Status: RESOLVED DUPLICATE of bug 234121
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 15:56 UTC by Alexander Simon
Modified: 2014-11-21 12:30 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 2014-03-17 15:56:45 UTC
Code example:
typedef void (*(*fptr_T) (int *, int))();
Code model reports "Unable to resolve identifier fptr_T"

Code:
typedef void (**fptr_T (int *, int))();
is resolved right.
Comment 1 petrk 2014-11-21 12:29:39 UTC

*** This bug has been marked as a duplicate of bug 234121 ***