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 237900 - Throwable at org.netbeans.modules.editor.fold.FoldChildren.insertImpl
Summary: Throwable at org.netbeans.modules.editor.fold.FoldChildren.insertImpl
Status: RESOLVED DUPLICATE of bug 237747
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 17:50 UTC by jbsabmello
Modified: 2013-11-01 18:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204983


Attachments
stacktrace (2.66 KB, text/plain)
2013-11-01 17:50 UTC, jbsabmello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbsabmello 2013-11-01 17:50:27 UTC
This bug was originally marked as duplicate of bug 236317, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201310310001)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows XP

User Comments:
jbsabmello: x

theshadow27: Moved an if bracket to an illegal position




Stacktrace: 
java.lang.Throwable
   at org.netbeans.modules.editor.fold.FoldChildren.insertImpl(FoldChildren.java:247)
   at org.netbeans.modules.editor.fold.FoldChildren.insertImpl(FoldChildren.java:227)
   at org.netbeans.modules.editor.fold.FoldChildren.replaceByChildren(FoldChildren.java:215)
   at org.netbeans.api.editor.fold.Fold.replaceByChildren(Fold.java:400)
   at org.netbeans.api.editor.fold.FoldHierarchy$ApiPackageAccessorImpl.foldReplaceByChildren(FoldHierarchy.java:398)
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.removeFoldFromHierarchy(FoldHierarchyTransactionImpl.java:1082)
Comment 1 jbsabmello 2013-11-01 17:50:28 UTC
Created attachment 141785 [details]
stacktrace
Comment 2 Svata Dedic 2013-11-01 18:04:56 UTC

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