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 - AssertionError at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getPaintInfo
Summary: AssertionError at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.getP...
Status: RESOLVED DUPLICATE of bug 230628
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-02 20:22 UTC by janario
Modified: 2013-06-03 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200832


Attachments
stacktrace (5.18 KB, text/plain)
2013-06-02 20:22 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***