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 222749 - AssertionError: Invalid wrapLine[1]: WL[0]: SV:NULL; x=0.0 [0,2] <0,15> EV:<15,33> WL[1]: SV:<33,50>; x=136.0 [0,0] EV:NULL
Summary: AssertionError: Invalid wrapLine[1]: WL[0]: SV:NULL; x=0.0 [0,2] <0,15> ...
Status: RESOLVED DUPLICATE of bug 222191
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 10:35 UTC by Exceptions Reporter
Modified: 2012-12-03 16:04 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191945


Attachments
stacktrace (3.02 KB, text/plain)
2012-11-26 10:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-26 10:35:57 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
chechnyan: i was editing a simple HTML page. i just selected a paragraph in between <p>tags and pressed delete . to simply delet it.




Stacktrace: 
java.lang.AssertionError: Invalid wrapLine[1]:

    WL[0]: SV:NULL; x=0.0 [0,2] <0,15> EV:<15,33>
    WL[1]: SV:<33,50>; x=136.0 [0,0] EV:NULL
   at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.modelToViewChecked(ParagraphViewChildren.java:496)
   at org.netbeans.modules.editor.lib2.view.ParagraphView.modelToViewChecked(ParagraphView.java:382)
   at org.netbeans.modules.editor.lib2.view.EditorView.modelToViewChecked(EditorView.java:281)
   at org.netbeans.modules.editor.lib2.view.DocumentView.offsetRepaint(DocumentView.java:576)
   at org.netbeans.modules.editor.lib2.view.EditorViewFactory.offsetRepaint(EditorViewFactory.java:272)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$2.run(HighlightsViewFactory.java:374)
Comment 1 Exceptions Reporter 2012-11-26 10:35:59 UTC
Created attachment 128382 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-12-03 16:04:00 UTC

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