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 91698

Summary: java.lang.StackOverflowError - Selecting Node with large number of childern
Product: javaee Reporter: radix_zero <radix_zero>
Component: Web FreeformAssignee: Radko Najman <rnajman>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file generated by IDE when Error Occured

Description radix_zero 2007-01-02 19:41:59 UTC
Have a project which is normally developed in Eclipse.  Decided to give NetBeans
a try.  

This is a web app with a very large number of files in each directory.  Several
hundered JSP in a dir, upwards of 100 Java source files per package.

Selecting any node in "Projects" causes a Stack Overflow, but the "Files" tab
works fine.
Comment 1 radix_zero 2007-01-02 19:44:18 UTC
Created attachment 36985 [details]
Log file generated by IDE when Error Occured
Comment 2 Milan Kubec 2007-01-06 21:44:15 UTC
ClassPathProvider is implemented in web/freeform module, reassigning.
Comment 3 Radko Najman 2007-01-17 13:13:16 UTC
From the stack trace it looks like a duplicate of issue #86635.

*** This issue has been marked as a duplicate of 86635 ***