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 198323 - Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Summary: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors....
Status: RESOLVED DUPLICATE of bug 166236
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 19:54 UTC by swpalmer
Modified: 2011-05-09 10:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178688


Attachments
stacktrace (1.69 KB, text/plain)
2011-05-04 19:54 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2011-05-04 19:54:37 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows XP

User Comments:
swpalmer: Dropped a build.gradle file on the IDE to open it.




Stacktrace: 
org.openide.util.lookup.ALPairComparator$DuplicatedPairException: Duplicate pair in treePair1: org.netbeans.modules.openfile.DefaultExternalDropHandler pair2: java.lang.Object index1: 138 index2: 138 item1: org.netbeans.modules.openfile.DefaultExternalDropHandler@12a5613 item2: null id1: 793476 id2: 1636075

   at org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:69)
   at org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:54)
   at java.util.TreeMap.cmp(TreeMap.java:1911)
   at java.util.TreeMap.put(TreeMap.java:1990)
   at java.util.TreeSet.add(TreeSet.java:238)
   at org.openide.util.lookup.AbstractLookup.getPairsAsLHS(AbstractLookup.java:322)
Comment 1 swpalmer 2011-05-04 19:54:41 UTC
Created attachment 108119 [details]
stacktrace
Comment 2 Jan Lahoda 2011-05-09 10:57:23 UTC

*** This bug has been marked as a duplicate of bug 166236 ***