This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208980 - Ctrl-Alt-Click should navigate to single implementation when not overridden
Summary: Ctrl-Alt-Click should navigate to single implementation when not overridden
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 22:44 UTC by dharkness
Modified: 2012-02-29 09:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dharkness 2012-02-28 22:44:38 UTC
Ctrl-Alt-Click correctly jumps to the overriding implementation of a method it has one. However, if the method is not overridden, nothing happens.

Instead, it should fall back to the behavior of Ctrl-Click if necessary to avoid having to do two clicks sometimes.