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 239195 - AssertionError at org.netbeans.modules.editor.fold.FoldOperationImpl$Refresher.checkFoldInPlace
Summary: AssertionError at org.netbeans.modules.editor.fold.FoldOperationImpl$Refreshe...
Status: RESOLVED FIXED
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-12-06 13:18 UTC by Maksim Khramov
Modified: 2014-01-22 02:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205781


Attachments
stacktrace (1.35 KB, text/plain)
2013-12-06 13:18 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-12-06 13:18:52 UTC
Build: NetBeans IDE Dev (Build 201311280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
mkhramov: Edit JSF XHTML file

GUEST: Was using impress.js when this occured.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.fold.FoldOperationImpl$Refresher.checkFoldInPlace(FoldOperationImpl.java:830)
   at org.netbeans.modules.editor.fold.FoldOperationImpl$Refresher.run(FoldOperationImpl.java:726)
   at org.netbeans.modules.editor.fold.FoldOperationImpl.update(FoldOperationImpl.java:494)
   at org.netbeans.spi.editor.fold.FoldOperation.update(FoldOperation.java:406)
   at org.netbeans.modules.csl.editor.fold.GsfFoldManager$CommitFolds.run(GsfFoldManager.java:685)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1391)
Comment 1 Maksim Khramov 2013-12-06 13:18:54 UTC
Created attachment 142906 [details]
stacktrace
Comment 2 Svata Dedic 2014-01-14 14:14:33 UTC
Fixed in jet-main#b3660055e1a0
Comment 3 Quality Engineering 2014-01-22 02:35:10 UTC
Integrated into 'main-silver', will be available in build *201401220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b3660055e1a0
User: Svata Dedic <sdedic@netbeans.org>
Log: #239195: avoided updates of folds, which are disconnected from the hierarchy