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 258670 - NullPointerException at org.netbeans.modules.editor.bookmarks.EditorBookmarksModule$BookmarksInitializer.propertyChange
Summary: NullPointerException at org.netbeans.modules.editor.bookmarks.EditorBookmarks...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-05 17:20 UTC by BrianL3D
Modified: 2016-04-05 17:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223353


Attachments
stacktrace (2.94 KB, text/plain)
2016-04-05 17:20 UTC, BrianL3D
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BrianL3D 2016-04-05 17:20:42 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Mac OS X

User Comments:
BrianL3D: Launched the program.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.bookmarks.EditorBookmarksModule$BookmarksInitializer.propertyChange(EditorBookmarksModule.java:139)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at org.netbeans.api.editor.EditorRegistry.fireEvents(EditorRegistry.java:544)
   at org.netbeans.api.editor.EditorRegistry.focusGained(EditorRegistry.java:344)
   at org.netbeans.api.editor.EditorRegistry$FocusL.focusGained(EditorRegistry.java:675)
Comment 1 BrianL3D 2016-04-05 17:20:46 UTC
Created attachment 159125 [details]
stacktrace