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 256839 - Add support Hot Spots with multiple references
Summary: Add support Hot Spots with multiple references
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.2
Hardware: PC All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 18:19 UTC by _ gtzabari
Modified: 2016-11-09 13:08 UTC (History)
0 users

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 _ gtzabari 2015-11-27 18:19:50 UTC
The current Hot Spots UI works well when the method in question shows up once in back/forward references; however, if the method shows up in hundreds of different places (e.g. Object.hashCode()) and only a few of them are problematic then the current interface makes it impossible to track down the culprit.

Proposal: Users should be able to expand Hot Spot entries and get a list of references sorted by decreasing Self/Total time. They could then right click on individual entries and click "Show in Forward/Back Calls".
Comment 1 Jiri Sedlacek 2016-11-09 13:08:10 UTC
Seems like how the Reverse Calls view works in the new profiler.