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 268084 - AssertionError at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getPaintInfo
Summary: AssertionError at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getP...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-18 18:34 UTC by petrk
Modified: 2016-09-18 18:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207067


Attachments
stacktrace (5.72 KB, text/plain)
2016-09-18 18:34 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-09-18 18:34:10 UTC
Build: NetBeans IDE Dev (Build 20160915-88b687502824)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Linux

User Comments:
GUEST: nnn

GUEST: Minding my own business

petrk: Invoked undo




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getPaintInfo(CodeFoldingSideBar.java:546)
   at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.paintComponent(CodeFoldingSideBar.java:1040)
   at javax.swing.JComponent.paint(JComponent.java:1056)
   at javax.swing.JComponent.paintChildren(JComponent.java:889)
   at javax.swing.JComponent.paint(JComponent.java:1065)
   at javax.swing.JComponent.paintChildren(JComponent.java:889)
Comment 1 petrk 2016-09-18 18:34:12 UTC
Created attachment 162098 [details]
stacktrace