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 182668 - NPE in EditorBoxView.viewToModelChecked()
Summary: NPE in EditorBoxView.viewToModelChecked()
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 14:17 UTC by Miloslav Metelka
Modified: 2010-03-25 05:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stack (2.66 KB, text/plain)
2010-03-24 14:18 UTC, Miloslav Metelka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2010-03-24 14:17:37 UTC
java.lang.NullPointerException
 org.netbeans.modules.editor.lib2.view.EditorBoxView.modelToViewChecked(EditorBoxView.java:395)
 org.netbeans.modules.editor.lib2.view.DocumentView.modelToViewChecked(DocumentView.java:592)
 org.netbeans.modules.editor.lib2.view.EditorView.modelToView(EditorView.java:250)
 javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1498)
 javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1036)
 javax.swing.text.DefaultCaret.setVisible(DefaultCaret.java:952)
Comment 1 Miloslav Metelka 2010-03-24 14:18:52 UTC
Created attachment 95682 [details]
NPE stack
Comment 2 Miloslav Metelka 2010-03-24 14:21:54 UTC
http://hg.netbeans.org/jet-main/rev/795a47dbfb68
Comment 3 Quality Engineering 2010-03-25 05:51:26 UTC
Integrated into 'main-golden', will be available in build *201003250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/795a47dbfb68
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #182668 - NPE in EditorBoxView.viewToModelChecked().