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 - Java editor do not show current method in dialog "Find Usages" when focus on 2nd view of split window (View\Split\Vertically)
Summary: Java editor do not show current method in dialog "Find Usages" when focus on ...
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 16:20 UTC by seligor
Modified: 2015-11-30 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (82.12 KB, text/plain)
2015-11-23 16:20 UTC, seligor
Details

Note You need to log in before you can comment on or make changes to this bug.
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.