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 77011 - Add typedefs to model
Summary: Add typedefs to model
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 77009
  Show dependency tree
 
Reported: 2006-05-29 09:15 UTC by Vladimir Kvashin
Modified: 2006-05-29 11:53 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 Vladimir Kvashin 2006-05-29 09:15:52 UTC
Now typedefs aren't registered in project and correspondent namespace. They can
be accessed only via CsmFile.getDeclarations(). They should also present in
correspondent namespaces (in CsmNamespace..getDeclarations()). This is necessary
for example for displaying typedefs in ClassView
Comment 1 Vladimir Kvashin 2006-05-29 11:53:57 UTC
Fixed. Now typedefs are registered in correspondent projects and namespaces.

You can get typedef by its qualified name via
CsmProject.getDeclaration(qualifiedName)

You can see typedefs in CsmNamespace.getDeclarations()