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

Summary: *Code Model API* replace getKind with isKind or Lookup
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: ENHANCEMENT Exception Reporter:

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