Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365957

Summary: [Xtend] filter quick fix suggestions on annotation types
Product: [Tools] Xtend Reporter: Sven Efftinge <sven.efftinge>
Component: BacklogAssignee: Project Inbox <xtend-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: sebastian.zarnekow
Version: 2.2.0   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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 ...