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 225875 - AssertionError: End index exceeds children list size. addFold1 ENTER, rootFold = [root-fold] E <0,23046>, hash=0x510668, [0, 23046] {0, 23046} addFold2 nextIndex:0 index:0 addFold3 nextIndex = Fold
Summary: AssertionError: End index exceeds children list size. addFold1 ENTER, rootFo...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 06:53 UTC by Exceptions Reporter
Modified: 2014-07-29 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198434


Attachments
stacktrace (2.38 KB, text/plain)
2013-02-08 06:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-08 06:53:21 UTC
This bug was originally marked as duplicate of bug 177177, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: yChangeListener from org.netbeans.modules.web.core.jsploader.TagLibParseSupport@19e09b3
WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method removePropertyChangeListener from org.netbeans.modules.web.core.jsploader.TagLibParseSupport@19e09b3
WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method removePropertyChangeListener from org.netbeans.modules.web.core.jsploader.TagLibParseSupport@19e09b3
WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method removePropertyChangeListener from org.netbeans.modules.web.core.jsploader.TagLibParseSupport@19e09b3
WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method removePropertyChangeListener from org.netbeans.modules.web.core.jsploader.TagLibParseSupport@19e09b3
WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListe




Stacktrace: 
java.lang.AssertionError: End index exceeds children list size.
 addFold1 ENTER, rootFold = [root-fold] E <0,23046>, hash=0x510668, [0, 23046] {0, 23046}
 addFold2 nextIndex:0 index:0
 addFold3 nextIndex = FoldUtilitiesImpl.findFoldStartIndex(parentFold, foldEndOffset, false) nextIndex:4 index:0
 addFold7 nextIndex += replaceIndexShift nextIndex:14 replaceIndexShift:10 index:0
 addFold8 INVOKE ApiPackageAccessor.get().foldExtractToChildren index:0 nextIndex:14 diff:14 parentFold.getFoldCount():13
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.addFold(FoldHierarchyTransactionImpl.java:821)
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.addFold(FoldHierarchyTransactionImpl.java:661)
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.addFold(FoldHierarchyTransactionImpl.java:661)
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.addFold(FoldHierarchyTransactionImpl.java:544)
   at org.netbeans.modules.editor.fold.FoldHierarchyExecution.add(FoldHierarchyExecution.java:363)
   at org.netbeans.modules.editor.fold.FoldOperationImpl.addToHierarchy(FoldOperationImpl.java:185)
Comment 1 Exceptions Reporter 2013-02-08 06:53:23 UTC
Created attachment 131134 [details]
stacktrace
Comment 2 Svata Dedic 2013-03-15 10:24:58 UTC
I believe the defect relates to the JspFoldManager removed as fix of issue #206863
Comment 3 Marek Fukala 2014-07-29 09:32:57 UTC
just one report from 7.3, taking into account latest Svata's comment I'm closing as fixed.