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 221750

Summary: IllegalStateException: Too many repetitions in getNodes(true). Giving up.
Product: platform Reporter: J Bachorik <yardus>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194782
Attachments: stacktrace

Description J Bachorik 2012-11-08 17:23:23 UTC
Build: NetBeans IDE Dev (Build 20121106-3791f160e599)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b14
OS: Linux

User Comments:
yardus: Copy/Paste of a file in the project explorer




Stacktrace: 
java.lang.IllegalStateException: Too many repetitions in getNodes(true). Giving up.
   at org.openide.loaders.FolderChildren.getNodes(FolderChildren.java:288)
   at org.openide.nodes.FilterNode$Children$LazySupport.callGetNodes(FilterNode.java:1767)
   at org.openide.nodes.FilterNode$Children.getNodes(FilterNode.java:1606)
   at org.openide.actions.PasteAction$NodeSelector.<init>(PasteAction.java:630)
   at org.openide.actions.PasteAction$ActionPT.<init>(PasteAction.java:789)
   at org.openide.actions.PasteAction$ActSubMenuModel.performActionAt(PasteAction.java:519)
Comment 1 J Bachorik 2012-11-08 17:23:26 UTC
Created attachment 127419 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-09 13:59:00 UTC
The report does not produce any new info compared to bug 221279. Marking duplicate and waiting for a report with thread dump.

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