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

Summary: Compare snapshot does not handle duplicate class names
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.