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 193555 - [70cat] NullPointerException at javax.swing.plaf.basic.BasicTextUI.viewToModel
Summary: [70cat] NullPointerException at javax.swing.plaf.basic.BasicTextUI.viewToModel
Status: RESOLVED DUPLICATE of bug 193545
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 18:04 UTC by misterm
Modified: 2010-12-17 18:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175126


Attachments
stacktrace (2.39 KB, text/plain)
2010-12-17 18:04 UTC, misterm
Details
stacktrace (2.39 KB, text/plain)
2010-12-17 18:47 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-12-17 18:04:49 UTC
Build: NetBeans IDE Dev (Build 101214-090a73ea0cba)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTextUI.viewToModel(BasicTextUI.java:1089)
   at javax.swing.plaf.basic.BasicTextUI.viewToModel(BasicTextUI.java:1062)
   at javax.swing.text.JTextComponent.viewToModel(JTextComponent.java:1418)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.keyPressed(HyperlinkOperation.java:385)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:232)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:232)
Comment 1 misterm 2010-12-17 18:04:53 UTC
Created attachment 104223 [details]
stacktrace
Comment 2 misterm 2010-12-17 18:47:49 UTC
Created attachment 104227 [details]
stacktrace
Comment 3 Jan Lahoda 2010-12-17 18:56:01 UTC

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