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:
IDEADEV-18870
Type:
Usability Problem
Status:
Resolved
Resolution:
Fixed
Priority:
Normal
Assignee:
Dmitry Jemerov
Reporter:
Gilles Philippart
Votes:
0
Watchers:
1
Operations
If you were
logged in
you would be able to see more operations.
IDEA: Development
Deprecated classes/interfaces in Goto Class popup (CTRL-N) should be strikethroughed
Created:
13 Jul 07 14:10
Updated:
16 Jul 07 13:09
Component/s:
Code Navigation
Fix Version/s:
Selena 7065
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Build:
6,833
Fixed in build:
7,065
Severity:
Extreme
Description
« Hide
The title says it all.
Description
The title says it all.
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Gilles Philippart
-
16 Jul 07 13:09
It doesn't work if the javadoc is red for the @deprecated tag ex :
/**
@deprecated please use {@link ClassThatDoesntExist}
*/
class Foo {
doFoo() {}
}
[
Show »
]
Gilles Philippart
-
16 Jul 07 13:09
It doesn't work if the javadoc is red for the @deprecated tag ex : /** @deprecated please use {@link ClassThatDoesntExist} */ class Foo { doFoo() {} }
/**
@deprecated please use {@link ClassThatDoesntExist}
*/
class Foo {
doFoo() {}
}