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

Key: IDEADEV-18870
Type: Usability Problem Usability Problem
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal 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.

 All   Comments   Work Log   Change History      Sort Order:
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() {}
}