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 224889 - org.openide.util.lookup.ALPairComparator$DuplicatedPairException: Duplicate pair in treePair1: org.netbeans.modules.profiler.ProfilerControlPanel2$Listener pair2: org.netbeans.modules.profiler.Snapsho
Summary: org.openide.util.lookup.ALPairComparator$DuplicatedPairException: Duplicate p...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 06:53 UTC by Exceptions Reporter
Modified: 2013-06-10 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197565


Attachments
stacktrace (3.01 KB, text/plain)
2013-01-15 06:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-15 06:53:02 UTC
This bug was originally marked as duplicate of bug 166236, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
org.openide.util.lookup.ALPairComparator$DuplicatedPairException: Duplicate pair in treePair1: org.netbeans.modules.profiler.ProfilerControlPanel2$Listener pair2: org.netbeans.modules.profiler.SnapshotResultsWindow$SnapshotListener index1: -1 index2: -1 item1: org.netbeans.modules.profiler.ProfilerControlPanel2$Listener@77239667 item2: org.netbeans.modules.profiler.SnapshotResultsWindow$SnapshotListener@7259c61f id1: 63de57df id2: 55c62fa2

   at org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:69)
   at org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:54)
   at java.util.TreeMap.put(TreeMap.java:545)
   at java.util.TreeSet.add(TreeSet.java:255)
   at org.openide.util.lookup.AbstractLookup.getPairsAsLHS(AbstractLookup.java:332)
   at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:154)
Comment 1 Exceptions Reporter 2013-01-15 06:53:05 UTC
Created attachment 130220 [details]
stacktrace
Comment 2 Petr Cyhelsky 2013-06-10 12:51:26 UTC
There are four exceptions somehow duplicated to this issue - the first three have nothing to do with profiler and the last one is from ide in unstable state (after multiple OOME) into which it is unlikely it will get again.