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 230629

Summary: AssertionError at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getPaintInfo
Product: editor Reporter: janario
Component: Code foldingAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200832
Attachments: stacktrace

Description janario 2013-06-02 20:22:37 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1738-on-20130602)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
janario: Coding. This makes impossible to work until restart the IDE

GUEST: Violently scrolled editor contents




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getPaintInfo(CodeFoldingSideBar.java:477)
   at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.paintComponent(CodeFoldingSideBar.java:971)
   at javax.swing.JComponent.paint(JComponent.java:1054)
   at javax.swing.JComponent.paintChildren(JComponent.java:887)
   at javax.swing.JComponent.paint(JComponent.java:1063)
   at javax.swing.JComponent.paintChildren(JComponent.java:887)
Comment 1 janario 2013-06-02 20:22:39 UTC
Created attachment 135237 [details]
stacktrace
Comment 2 janario 2013-06-02 20:25:59 UTC
This happened after #230628 
I think this 230628 is the real cause
Comment 3 Svata Dedic 2013-06-03 12:29:29 UTC

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