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 271454 - AssertionError at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.createTable
Summary: AssertionError at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPop...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-10 08:44 UTC by Exceptions Reporter
Modified: 2017-09-10 08:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230270


Attachments
stacktrace (3.29 KB, text/plain)
2017-09-10 08:44 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-09-10 08:44:30 UTC
This bug was originally marked as duplicate of bug 220985, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201708300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 8

User Comments:
GUEST: Problem




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.createTable(BookmarkHistoryPopup.java:215)
   at org.netbeans.modules.editor.bookmarks.ui.BookmarkHistoryPopup.show(BookmarkHistoryPopup.java:137)
   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 javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
Comment 1 Exceptions Reporter 2017-09-10 08:44:33 UTC
Created attachment 165110 [details]
stacktrace