Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365957 - [Xtend] filter quick fix suggestions on annotation types
Summary: [Xtend] filter quick fix suggestions on annotation types
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Backlog (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 15:20 EST by Sven Efftinge CLA
Modified: 2012-11-08 04:43 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2011-12-07 15:20:05 EST
For an unlinked annotation reference, imports and replacements for regular classes and interfaces are proposed.

class MyTest {

  @Test  // proposes junit.framework.Test and MyTest
  def foo() {
  }
}
Comment 1 Sebastian Zarnekow CLA 2011-12-07 15:21:39 EST
We should tweak that for extends- and implements clauses, too.

E.g. no final classes, only visible types, no annotations or enums ...