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

Summary: NullPointerException at javax.swing.text.JTextComponent.setCaretPosition
Product: editor Reporter: emiddio <emiddio>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221065
Attachments: stacktrace

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