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 224646 - NullPointerException at org.netbeans.lib.editor.bookmarks.api.BookmarkList$1.bookmarksChanged
Summary: NullPointerException at org.netbeans.lib.editor.bookmarks.api.BookmarkList$1....
Status: RESOLVED DUPLICATE of bug 224633
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-09 12:03 UTC by Jiri Prox
Modified: 2013-01-09 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197320


Attachments
stacktrace (7.48 KB, text/plain)
2013-01-09 12:03 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-01-09 12:03:03 UTC
Build: NetBeans IDE Dev (Build 20130109-271212e8e2bf)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
jiriprox: NPE when after pasing whole content of file and saving




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.bookmarks.api.BookmarkList$1.bookmarksChanged(BookmarkList.java:128)
   at sun.reflect.GeneratedMethodAccessor142.invoke(GeneratedMethodAccessor142.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:457)
   at $Proxy17.bookmarksChanged(.java:0)
Comment 1 Jiri Prox 2013-01-09 12:03:05 UTC
Created attachment 130037 [details]
stacktrace
Comment 2 Jiri Prox 2013-01-09 12:07:40 UTC

*** This bug has been marked as a duplicate of bug 224633 ***