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 80807 - *Code Model API* replace getKind with isKind or Lookup
Summary: *Code Model API* replace getKind with isKind or Lookup
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-07-21 12:27 UTC by Vladimir Kvashin
Modified: 2007-09-20 10:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2006-07-21 12:27:46 UTC
Now CsmDeclaration has getKind() method. But actually kinds are multiple. For
example, method is also a function. So there should be another mechanism. Most
appropriatre variants are isKind(CsmDeclaration.KIND) or Lookup
Comment 1 Alexander Simon 2007-09-20 10:05:05 UTC
obviously it is enhancement