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 192348 - RFE: Navigate to super implementation on Ctrl+click on @Override
Summary: RFE: Navigate to super implementation on Ctrl+click on @Override
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 16:07 UTC by pekarna
Modified: 2016-01-10 20:34 UTC (History)
1 user (show)

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 pekarna 2010-11-23 16:07:37 UTC
Currently, when Ctrl+clicking on @Override, it opens the @Override class's source, which is highly improbable to interest anyone.

I suggest to put an exceptional behavior for this particular class, so it would navigate to the super implementation of the annotated method.

Thanks for considering.