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 196150 - AssertionError: repaintBounds.width=-2.0
Summary: AssertionError: repaintBounds.width=-2.0
Status: RESOLVED DUPLICATE of bug 195432
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 10:39 UTC by Jaroslav Tulach
Modified: 2011-09-16 10:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177138


Attachments
stacktrace (1.96 KB, text/plain)
2011-03-01 10:39 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-03-01 10:39:42 UTC
Build: NetBeans IDE Dev (Build 110216-62366f9de663)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.AssertionError: repaintBounds.width=-2.0
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.updateLayout(EditorBoxViewChildren.java:374)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.updateSpansAndLayout(EditorBoxViewChildren.java:198)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.updateSpansAndLayout(EditorBoxView.java:301)
   at org.netbeans.modules.editor.lib2.view.VisualUpdate.updateSpansAndLayout(VisualUpdate.java:152)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.replaceAndRepaintViews(ViewBuilder.java:629)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:146)
Comment 1 Jaroslav Tulach 2011-03-01 10:39:48 UTC
Created attachment 106588 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-03-09 09:38:53 UTC
Is there any way to reproduce. Anyway I suppose that issue 195432 could fix this as well.
Comment 3 David Strupl 2011-09-16 10:51:21 UTC
No more duplicate reports --> marking as duplicate of the issue Mila says should have fixed this.

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