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 191477

Summary: NullPointerException at b2s.clipboard.history.ClipboardHistoryInstaller.addClipboardContentsToHistory
Product: third-party Reporter: tk_fhd_aui <tk_fhd_aui>
Component: -- Other --Assignee: b2s
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172297
Attachments: stacktrace

Description tk_fhd_aui 2010-10-29 20:14:56 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista

User Comments:
GUEST: Starting Netbeans. Netbeans was loading Projects.

GUEST: Inicializando o programa




Stacktrace: 
java.lang.NullPointerException
   at b2s.clipboard.history.ClipboardHistoryInstaller.addClipboardContentsToHistory(ClipboardHistoryInstaller.java:52)
   at b2s.clipboard.history.ClipboardHistoryInstaller.restored(ClipboardHistoryInstaller.java:38)
   at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:426)
   at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:366)
   at org.netbeans.ModuleManager.enable(ModuleManager.java:1010)
   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:318)
Comment 1 tk_fhd_aui 2010-10-29 20:15:00 UTC
Created attachment 102715 [details]
stacktrace
Comment 2 b2s 2011-11-24 13:47:47 UTC
I believe I have already resolved this problem. Just download the newest version.

http://plugins.netbeans.org/plugin/31336/history-clipboard

If the problem persists with the new version, please re-open this ticket and update the stacktrace.

Thanks