Bug 402928 - [Quickfix] Handle generics for creation of interfaces and classes
Summary: [Quickfix] Handle generics for creation of interfaces and classes
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 11:40 EDT by Holger Schill CLA
Modified: 2013-11-27 07:20 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 Holger Schill CLA 2013-03-11 11:40:35 EDT
package de.eclipse.xtend.test

class Foo implements Bar<String>{
}

Invoking quickfix for missing type Bar will not take care of the generics.