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

Summary: *Code Model* API: reflect the case const char * const p
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.