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 223551

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

Description a7madgamal 2012-12-09 17:53:28 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
GUEST: Only added a new JSF-Page

GUEST: Copying file from one symfony project to an other




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 a7madgamal 2012-12-09 17:53:30 UTC
Created attachment 129110 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-12-10 12:36:55 UTC

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