History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15355
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Nathan Brown
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Implement Abstract Class" intention ignores generic parameters of the abstract class.

Created: 01 Oct 07 16:32   Updated: 01 Oct 07 21:28
Component/s: Editor. Intention Actions

Build: 7,312
Severity: Medium


 Description  « Hide
e.g. I use the intention to implement AbstractFoo<E>

I expect this:
public class FooImpl<E> extends AbstractFoo<E>
....

but I get only this generated:
public class FooImpl extends AbstractFoo
....



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.