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 210875

Summary: StackOverflowError at java.util.Collections$UnmodifiableCollection$1.<init>
Product: versioncontrol Reporter: sunbiz <sunbiz>
Component: LocalhistoryAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mkhramov, mmirilovic
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186793
Attachments: stacktrace

Description sunbiz 2012-04-08 16:17:51 UTC
Build: NetBeans IDE Dev (Build 201204080400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at java.util.Collections$UnmodifiableCollection$1.<init>(Collections.java:1064)
   at java.util.Collections$UnmodifiableCollection.iterator(Collections.java:1063)
   at org.openide.util.lookup.ExcludingLookup.filter(ExcludingLookup.java:249)
   at org.openide.util.lookup.ExcludingLookup$R.openCol(ExcludingLookup.java:334)
   at org.openide.util.lookup.ExcludingLookup$R.allItems(ExcludingLookup.java:344)
   at org.openide.util.lookup.ExcludingLookup$R.allItems(ExcludingLookup.java:348)
Comment 1 sunbiz 2012-04-08 16:17:58 UTC
Created attachment 117995 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-11 07:13:25 UTC
*** Bug 210974 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2012-04-11 07:56:13 UTC

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