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 215175 - NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp.updateTextLimitLine
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp....
Status: RESOLVED DUPLICATE of bug 214218
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 13:14 UTC by junqueira_raphael
Modified: 2012-07-04 16:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190426


Attachments
stacktrace (3.63 KB, text/plain)
2012-07-04 13:14 UTC, junqueira_raphael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description junqueira_raphael 2012-07-04 13:14:36 UTC
This bug was originally marked as duplicate of bug 214218, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 RC1 (Build 201206272359)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.updateTextLimitLine(DocumentViewOp.java:881)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.updateCharMetrics(DocumentViewOp.java:927)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.access$100(DocumentViewOp.java:106)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp$4.run(DocumentViewOp.java:598)
   at org.netbeans.modules.editor.lib2.view.DocumentView.runTransaction(DocumentView.java:223)
   at org.netbeans.modules.editor.lib2.view.DocumentView$1.run(DocumentView.java:236)
Comment 1 junqueira_raphael 2012-07-04 13:14:41 UTC
Created attachment 121731 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-07-04 16:09:06 UTC
Dup of issue #214218. Fixed in 7.2.

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