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 221522 - IllegalStateException: Too many repetitions in getNodes(true). Giving up.
Summary: IllegalStateException: Too many repetitions in getNodes(true). Giving up.
Status: RESOLVED DUPLICATE of bug 221279
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 22:47 UTC by schkovich
Modified: 2012-11-06 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194591


Attachments
stacktrace (4.08 KB, text/plain)
2012-11-05 22:47 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2012-11-05 22:47:44 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211020750)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
schkovich: Ctrl+shift+2 select in files




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.nodes.FilterNode$Children$LazySupport.callGetNodes(FilterNode.java:1767)
   at org.openide.nodes.FilterNode$Children.getNodes(FilterNode.java:1606)
   at org.netbeans.modules.project.ui.PhysicalView$PathFinder.findPath(PhysicalView.java:502)
Comment 1 schkovich 2012-11-05 22:47:47 UTC
Created attachment 127185 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-06 11:27:21 UTC

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