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 116981 - Compare snapshot does not handle duplicate class names
Summary: Compare snapshot does not handle duplicate class names
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 20:08 UTC by Tomas Hurka
Modified: 2007-09-29 21:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2007-09-27 20:08:58 UTC
Use snapshots from #113871

- Compared first to second and second to first

I got the same value (+3 712 B) for org.openide.awt.Actions$MenuItem for both comparisons.
Comment 1 Tomas Hurka 2007-09-27 20:09:44 UTC
See issue #113871 for more details.
Comment 2 Tomas Hurka 2007-09-27 20:18:07 UTC
This problem is caused by duplicate entries for org.openide.awt.Actions$MenuItem in snapshots.  It looks like org.openide.awt.Actions$MenuItem was loaded 
by two different classloaders. This is caused by NetBeans complicated classloader structure. It seems to be rare issue.
Comment 3 Tomas Hurka 2007-09-29 21:18:23 UTC
Fixed in trunk.