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 268346 - Navigate to Declaration (CTRL/B) fails
Summary: Navigate to Declaration (CTRL/B) fails
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: REGRESSION, UI, USABILITY
Depends on:
Blocks:
 
Reported: 2016-10-05 04:26 UTC by aplatypus
Modified: 2016-10-05 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (609.65 KB, text/plain)
2016-10-05 04:26 UTC, aplatypus
Details
Navigate to Declaration Fails (13.36 KB, image/png)
2016-10-05 04:28 UTC, aplatypus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aplatypus 2016-10-05 04:26:39 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
  * Open groovy source file. 
  * Compile all relevant projects 
  * Right-mouse-click on a type name or method
     Control-Left-Click on a type name or method

ACTUAL:
 *  nothing happens

EXPECTED:
  Netbeans should navigate to the declaration
  Nothing happens, in a Java file Netbeans jumps to the declaration.

I have attached a screenshot of the pop-up
Comment 1 aplatypus 2016-10-05 04:26:46 UTC
Created attachment 162341 [details]
IDE log
Comment 2 aplatypus 2016-10-05 04:28:16 UTC
Created attachment 162342 [details]
Navigate to Declaration Fails