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 269712

Summary: NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTableModel.getValueAt
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227900
Attachments: stacktrace

Description Exceptions Reporter 2017-02-01 17:57:39 UTC
This bug was originally marked as duplicate of bug 217712, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Linux

User Comments:
GUEST: Set bookmark with Ctrl-Shift-M; Move few lines up and try to go to bookmark with either Ctrl-Shift-Comma or Ctrl-Shift-Period




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.bookmarks.ui.BookmarksTableModel.getValueAt(BookmarksTableModel.java:153)
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.initTable(BookmarkHistoryPopup.java:238)
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.show(BookmarkHistoryPopup.java:140)
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopupAction.actionPerformed(BookmarkHistoryPopupAction.java:97)
   at org.netbeans.modules.editor.bookmarks.WrapperBookmarkAction$PopupNext.actionPerformed(WrapperBookmarkAction.java:131)
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1176)
Comment 1 Exceptions Reporter 2017-02-01 17:57:42 UTC
Created attachment 163541 [details]
stacktrace