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 205942 - Display of Profiling Snapshot omits threads with identical name
Summary: Display of Profiling Snapshot omits threads with identical name
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-12-05 14:53 UTC by mklaehn
Modified: 2011-12-17 16:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
working display of profiling snapshot (113.72 KB, image/png)
2011-12-05 14:53 UTC, mklaehn
Details
failing display of profiling snapshot (104.24 KB, image/png)
2011-12-05 14:53 UTC, mklaehn
Details
problematic snapshot (61.99 KB, application/octet-stream)
2011-12-05 15:03 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-12-05 14:53:02 UTC
Created attachment 113824 [details]
working display of profiling snapshot

Opening a profiling snapshot in one of the most recent builds does not display it correctly. I have a snapshot that has multiple threads with identical names and only one of them is displayed. The "duplicate" threads are inaccessible in the displayed TreeTable.

For visual input see the attached snapshots from the following builds:
failing: nbms-and-javadoc-8358-on-20111202
working: nbms-and-javadoc-8113-on-20111019
Comment 1 mklaehn 2011-12-05 14:53:24 UTC
Created attachment 113825 [details]
failing display of profiling snapshot
Comment 2 Jiri Sedlacek 2011-12-05 14:57:26 UTC
Could you please attach the snapshot (.nps file)? Thanks!
Comment 3 Jiri Sedlacek 2011-12-05 14:58:48 UTC
Fortunately not in 7.1, changing version to 7.2.
Comment 4 mklaehn 2011-12-05 15:03:14 UTC
Created attachment 113826 [details]
problematic snapshot

the snapshot in question
Comment 5 Jiri Sedlacek 2011-12-09 14:34:34 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/9384e07c63fa.
Comment 6 Quality Engineering 2011-12-17 16:46:44 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/9384e07c63fa
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #205942 - do not override equals/hashcode for thread nodes