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

Summary: NullPointerException at org.netbeans.lib.editor.bookmarks.api.BookmarkList$1.bookmarksChanged
Product: editor Reporter: Jiri Prox <jiriprox>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197320
Attachments: stacktrace

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 ***