Bug 207301 - [model] Add IAnnotation#getKey()
Summary: [model] Add IAnnotation#getKey()
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Jay Arthanareeswaran CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 207300
Blocks:
  Show dependency tree
 
Reported: 2007-10-24 09:19 EDT by Jerome Lanneluc CLA
Modified: 2010-01-13 00:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2007-10-24 09:19:54 EDT
I20071023-0800

To be consistent with other Java elements (e.g. IMethod), we should add getKey() on IAnnotation. This key could then be used to bridge from the model to the DOM AST (e.g. using CompilationUnit#findDeclaringNode(...)).