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 231343 - IllegalStateException: FoldHierarchyChange already committed.
Summary: IllegalStateException: FoldHierarchyChange already committed.
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: wjaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 09:14 UTC by Exceptions Reporter
Modified: 2014-01-23 22:55 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187097


Attachments
stacktrace (1.29 KB, text/plain)
2013-06-17 09:14 UTC, Exceptions Reporter
Details
stacktrace (1.17 KB, text/plain)
2014-01-23 22:54 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-17 09:14:01 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows XP

User Comments:
GUEST: just noticed the icon.  all works

stosh: editing java code and C code

GUEST: Switching between files

stosh: editing C code, Java code, and .vsl velocity templates.




Stacktrace: 
java.lang.IllegalStateException: FoldHierarchyChange already committed.
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.checkNotCommitted(FoldHierarchyTransactionImpl.java:1074)
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.commit(FoldHierarchyTransactionImpl.java:197)
   at org.netbeans.spi.editor.fold.FoldHierarchyTransaction.commit(FoldHierarchyTransaction.java:91)
   at com.tsi.netbeans.modules.languages.velocity.editor.fold.VTLFoldAnalyser.commitTransaction(VTLFoldAnalyser.java:168)
   at com.tsi.netbeans.modules.languages.velocity.parser.VTLParser.parse(VTLParser.java:76)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:596)
Comment 1 Exceptions Reporter 2013-06-17 09:14:02 UTC
Created attachment 135870 [details]
stacktrace
Comment 2 Svata Dedic 2013-06-17 10:15:51 UTC
Belongs to an obsolete velocity language support; reassinging
Comment 3 alied 2014-01-23 22:54:59 UTC
Created attachment 144324 [details]
stacktrace

switched the editor from a javascript file to a velocity template