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

Summary: IllegalStateException: FoldHierarchyChange already committed.
Product: obsolete Reporter: Exceptions Reporter <exceptions_reporter>
Component: languagesAssignee: wjaeger <wjaeger>
Status: NEW ---    
Severity: normal CC: alied, Otaka, sdedic, snoopdave, stosh
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187097
Attachments: stacktrace
stacktrace

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