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 217712 - NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTableModel.getValueAt
Summary: NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTab...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 16:23 UTC by jaylogan
Modified: 2012-09-12 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188753


Attachments
stacktrace (3.15 KB, text/plain)
2012-09-02 16:23 UTC, jaylogan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaylogan 2012-09-02 16:23:33 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
GUEST: pressed "ctrl+shift+," to open the bookmarks list on a file i had bookmarked, closed, renamed, renamed back and reopened

GUEST: Created new Bookmark and wanted to jump from one bookmark to others.

jaylogan: Trying to use bookmarks I had created earlier.

GUEST: Unable to go through previous and next bookmarks using shortcut, when editing python code




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:230)
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.show(BookmarkHistoryPopup.java:138)
   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:1161)
Comment 1 jaylogan 2012-09-02 16:23:35 UTC
Created attachment 123804 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-09-11 14:53:35 UTC
I add an assert to check if it adds nulls to list.

http://hg.netbeans.org/jet-main/rev/381704ed9c6f
Comment 3 Quality Engineering 2012-09-12 02:10:08 UTC
Integrated into 'main-golden', will be available in build *201209120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/381704ed9c6f
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #217712 - NullPointerException at org.netbeans.modules.editor.bookmarks.ui.BookmarksTableModel.getValueAt