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 202589 - [71cat] NullPointerException at org.netbeans.modules.editor.lib2.view.ViewChildren.endVisualOffset
Summary: [71cat] NullPointerException at org.netbeans.modules.editor.lib2.view.ViewChi...
Status: RESOLVED DUPLICATE of bug 202588
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 20:47 UTC by alied
Modified: 2011-09-24 03:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181360


Attachments
stacktrace (3.73 KB, text/plain)
2011-09-23 20:47 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-09-23 20:47:23 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109222201)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
alied: selected several lines of code and deleted them with Del




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.ViewChildren.endVisualOffset(ViewChildren.java:210)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.getChildAllocation(DocumentViewChildren.java:223)
   at org.netbeans.modules.editor.lib2.view.DocumentView.getChildAllocation(DocumentView.java:315)
   at org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView(ViewHierarchyImpl.java:286)
   at org.netbeans.modules.editor.lib2.view.LockedViewHierarchy.modelToParagraphView(LockedViewHierarchy.java:124)
   at org.netbeans.editor.GlyphGutter$6.run(GlyphGutter.java:655)
Comment 1 alied 2011-09-23 20:47:28 UTC
Created attachment 111118 [details]
stacktrace
Comment 2 alied 2011-09-24 03:35:35 UTC

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