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 - NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTableModel.getValueAt
Summary: NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTab...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-01 17:57 UTC by Exceptions Reporter
Modified: 2017-02-01 17:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227900


Attachments
stacktrace (3.21 KB, text/plain)
2017-02-01 17:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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