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 77035 - *Code Model* API: reflect the case const char * const p
Summary: *Code Model* API: reflect the case const char * const p
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 19:16 UTC by Vladimir Kvashin
Modified: 2008-07-31 15:45 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2006-05-29 19:16:22 UTC
Now CsmType has a single boolean getter isConst.
This does not allow to distingwish the situations below:
const char *  p
char * const p
const char * const p
Comment 1 Alexander Pepin 2008-07-31 15:45:45 UTC
It's rather task than defect. I transfer into Task. Please close it if this task is obsolete.