History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
IDEA-17036
Type:
Usability Problem
Status:
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() {
}
}
Description
public abstract class AAA extends NNN{ public abstract void setValue(); } -------------- public abstract class NNN { public void setValue() { } }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.