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 256477 - NullPointerException at javax.swing.text.JTextComponent.setCaretPosition
Summary: NullPointerException at javax.swing.text.JTextComponent.setCaretPosition
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 23:55 UTC by emiddio
Modified: 2015-11-09 23:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221065


Attachments
stacktrace (3.06 KB, text/plain)
2015-11-09 23:55 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-11-09 23:55:39 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
emiddio: debugging




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.JTextComponent.setCaretPosition(JTextComponent.java:1631)
   at org.netbeans.modules.editor.bookmarks.ui.GotoLineOrBookmarkPanel.performGoto(GotoLineOrBookmarkPanel.java:340)
   at org.netbeans.modules.editor.bookmarks.ui.GotoLineOrBookmarkPanel.actionPerformed(GotoLineOrBookmarkPanel.java:308)
   at org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1377)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
Comment 1 emiddio 2015-11-09 23:55:41 UTC
Created attachment 157243 [details]
stacktrace