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 256747

Summary: Java editor do not show current method in dialog "Find Usages" when focus on 2nd view of split window (View\Split\Vertically)
Product: java Reporter: seligor
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description seligor 2015-11-23 16:20:41 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_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b17

Reproducibility: Happens every time

STEPS:
  * Split of View
  * Go To 2nd view
  * Open "Find Usages" of selected object

ACTUAL:
  shows previous object in dialog "Find Usages"

EXPECTED:
  selected object (variable, member or method of class) in dialog "Find Usages
Comment 1 seligor 2015-11-23 16:20:46 UTC
Created attachment 157460 [details]
IDE log
Comment 2 Jiri Prox 2015-11-25 11:18:10 UTC
Can you please attach screenshots or video of this problem?
I've tried it but it works fine for me. 

Thanks
Comment 3 Jiri Prox 2015-11-30 09:15:51 UTC
Info from mail:
In the new session I also can't repeat this situation,
although in the previous session, it had reproduced repeatedly.

Seems it occurs in conditions that depend on previous activity.

Therefore, it probably need to change the status of error as occurring 
under certain conditions.