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

Key: IDEA-17036
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Dmitry Krasilschikov
Votes: 0
Watchers: 0
Operations

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

Implement icon instead of override icon shown if abstract method overrides non-abstract one

Created: 01 Feb 08 13:13   Updated: 11 Feb 08 18:41
Component/s: Code Navigation

Build: 7,675


 Description  « Hide
public abstract class AAA extends NNN{ public abstract void setValue(); }

--------------

public abstract class NNN {
public void setValue() {

}
}



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