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 222327 - AssertionError: Invalid wrapLine[2]: WL[0]: SV:<266,270>; x=36.0 [0,0] EV:NULL WL[1]: SV:<270,274>; x=36.0 [0,0] EV:NULL WL[2]: SV:<274,277>; x=27.0 [0,0] EV:NULL
Summary: AssertionError: Invalid wrapLine[2]: WL[0]: SV:<266,270>; x=36.0 [0,0] E...
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-18 07:23 UTC by dengr
Modified: 2012-12-03 16:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193689


Attachments
stacktrace (4.24 KB, text/plain)
2012-11-18 07:23 UTC, dengr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dengr 2012-11-18 07:23:08 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK Client VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
GUEST: Creating a public enum in a class

GUEST: Changed the name of a method, and was reworking logic in that method




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

    WL[0]: SV:<266,270>; x=36.0 [0,0] EV:NULL
    WL[1]: SV:<270,274>; x=36.0 [0,0] EV:NULL
    WL[2]: SV:<274,277>; x=27.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 dengr 2012-11-18 07:23:10 UTC
Created attachment 127989 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-12-03 16:01:48 UTC

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