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 222976 - AssertionError: Invalid wrapLine[2]: WL[0]: SV:NULL; x=0.0 [0,1] <1092,1097> EV:NULL WL[1]: SV:<1097,1116>; x=171.0 [0,0] EV:NULL WL[2]: SV:<1116,1120>; x=36.0 [0,0] EV:NULL
Summary: AssertionError: Invalid wrapLine[2]: WL[0]: SV:NULL; x=0.0 [0,1] <1092,1...
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-29 13:21 UTC by Exceptions Reporter
Modified: 2012-12-03 16:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193577


Attachments
stacktrace (4.33 KB, text/plain)
2012-11-29 13:21 UTC, Exceptions Reporter
Details
stacktrace (4.33 KB, text/plain)
2012-11-29 13:23 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-29 13:21:11 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
maxceem: I'm edititing js file and try to write a dot "." after js variable to call a method object and get exception immediately

GUEST: Writing javascript code on an HTML page

kbortnick: Working with PHP class script, was assigning data to unused variables (had underline)
Error continues to fire if any content is added / removed after a short delay (~ .2 sec delay in typing) around the time the file is re-analyzed for errors. Hadn't had any previous issues with the file in question.

Closing and reopening the file appears to have fixed the issue.




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

    WL[0]: SV:NULL; x=0.0 [0,1] <1092,1097> EV:NULL
    WL[1]: SV:<1097,1116>; x=171.0 [0,0] EV:NULL
    WL[2]: SV:<1116,1120>; x=36.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-29 13:21:13 UTC
Created attachment 128580 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-11-29 13:23:33 UTC
Created attachment 128581 [details]
stacktrace

Writing the name of a variable that ends with '_'. Netbeans probably doesn't know this variable exists
Comment 3 Miloslav Metelka 2012-12-03 16:04:10 UTC

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