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 271411

Summary: [90cat] Goto from page disfunction
Product: ide Reporter: muellermi <muellermi>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description muellermi 2017-08-31 11:23:20 UTC
Product Version = NetBeans IDE Dev (Build 201708300001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_141
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.141-b15

Reproducibility: Happens every time

STEPS:
  * JSF page containing reference to backing bean, .e.g.                     <ui:repeat value="#{editPsyStaff.visibleTopics}" var="topic" varStatus="status">
  * Click onto name of the backing bean, e.g.                                       editPsyStaff
  * Press Ctrl+B

ACTUAL:
  nothing happens

EXPECTED:
  goto source file

(had been ok in 8.2)
Comment 1 muellermi 2017-08-31 11:23:27 UTC
Created attachment 165064 [details]
IDE log