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 224122 - 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-12-21 08:02 UTC by sdlarsen
Modified: 2012-12-22 06:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195628


Attachments
stacktrace (3.22 KB, text/plain)
2012-12-21 08:02 UTC, sdlarsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sdlarsen 2012-12-21 08:02:45 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:
sdlarsen: Closing a file after returning to the IDE from command-line maven build

mcdev1: Opened a class file from the Usages window.

GUEST: just openeing a java file




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.netbeans.spi.java.project.support.ui.PackageRootNode$PathFinder.findPath(PackageRootNode.java:417)
   at org.netbeans.spi.java.project.support.ui.PackageView.findPath(PackageView.java:126)
   at org.netbeans.modules.maven.LogicalViewProviderImpl.findPath(LogicalViewProviderImpl.java:119)
Comment 1 sdlarsen 2012-12-21 08:02:47 UTC
Created attachment 129611 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-12-22 06:40:34 UTC

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