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 - NullPointerException at b2s.clipboard.history.ClipboardHistoryInstaller.addClipboardContentsToHistory
Summary: NullPointerException at b2s.clipboard.history.ClipboardHistoryInstaller.addCl...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: b2s
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 20:14 UTC by tk_fhd_aui
Modified: 2011-11-24 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172297


Attachments
stacktrace (928 bytes, text/plain)
2010-10-29 20:15 UTC, tk_fhd_aui
Details

Note You need to log in before you can comment on or make changes to this bug.
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