Bug 457146 - [AA] Add API for findable references
Summary: [AA] Add API for findable references
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.8.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-09 09:22 EST by Stefan Oehme CLA
Modified: 2015-01-09 09:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Oehme CLA 2015-01-09 09:22:38 EST
Many AA-generated methods should not show up during find references, e.g. generated equals/hashCode. Currently we have a heuristic in place that filters non-primary overloaded methods. 

It would be better if there was an explicit API to mark elements as findable.