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

Key: IDEADEV-5788
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Bas Leijdekkers
Votes: 0
Watchers: 0
Operations

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

"Convert interface to class" intention looses generics parameters

Created: 26 Apr 06 14:12   Updated: 11 May 06 11:32
Component/s: Editor. Intention Actions
Fix Version/s: Demetra 5281

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,245
Fixed in build: 5,270
Severity: Medium


 Description  « Hide
example:
abstract interface C<T> extends List<T> { // convert C to class via intention
	public abstract void foo();
}
abstract class D implements C<String> { // <String> parameter is lost when implements is changed to extends

}


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