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 202436 - NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentView.getViewIndex
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentView.ge...
Status: RESOLVED DUPLICATE of bug 202588
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 15:22 UTC by Jesse Glick
Modified: 2011-10-18 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181272


Attachments
stacktrace (3.40 KB, text/plain)
2011-09-21 15:22 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-21 15:22:41 UTC
Build: NetBeans IDE Dev (Build 20110921-416c5e94d868)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentView.getViewIndex(DocumentView.java:327)
   at org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView(ViewHierarchyImpl.java:284)
   at org.netbeans.modules.editor.lib2.view.LockedViewHierarchy.modelToParagraphView(LockedViewHierarchy.java:124)
   at org.netbeans.editor.GlyphGutter$6.run(GlyphGutter.java:655)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1404)
   at org.netbeans.editor.GlyphGutter.changedLine(GlyphGutter.java:644)
Comment 1 Jesse Glick 2011-09-21 15:22:46 UTC
Created attachment 110974 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-10-18 10:14:31 UTC

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