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 185339 - NullPointerException at net.java.dev.nbmodules.copypastehistory.ui.PasteHistoryDialogPopup.setCompletion
Summary: NullPointerException at net.java.dev.nbmodules.copypastehistory.ui.PasteHisto...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: Michel Graciano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 08:40 UTC by Exceptions Reporter
Modified: 2016-12-02 21:27 UTC (History)
27 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145378


Attachments
stacktrace (2.93 KB, text/plain)
2010-05-03 08:40 UTC, Exceptions Reporter
Details
stacktrace (2.66 KB, text/plain)
2010-06-09 09:00 UTC, aldobrucale
Details
stacktrace (2.65 KB, text/plain)
2010-06-09 09:15 UTC, aldobrucale
Details
stacktrace (2.66 KB, text/plain)
2010-06-23 16:22 UTC, aldobrucale
Details
stacktrace (2.65 KB, text/plain)
2010-12-07 14:12 UTC, Michel Graciano
Details
stacktrace (2.97 KB, text/plain)
2011-02-24 20:06 UTC, javydreamercsw
Details
stacktrace (2.97 KB, text/plain)
2011-05-04 12:57 UTC, Michel Graciano
Details
stacktrace (3.79 KB, text/plain)
2011-10-25 15:44 UTC, Michel Graciano
Details
stacktrace (3.79 KB, text/plain)
2012-01-23 20:15 UTC, paolosca
Details
stacktrace (3.27 KB, text/plain)
2013-07-23 13:18 UTC, ssazonov
Details
img_01 (242.32 KB, image/png)
2013-07-23 13:22 UTC, ssazonov
Details
stacktrace (3.27 KB, text/plain)
2013-10-08 09:22 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-05-03 08:40:11 UTC
This issue was reported manually by mmirilovic.
It already has 26 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
GUEST: while editing a php file, I tried to look at paste history through the menu

GUEST: Trying to do a find.

GUEST: paste history plug in

GUEST: Using the pasting history

compucoder: Used paste history link. This is from a plugin I installed to keep track of your copy / paste actions.

mithun_gonsalvez: Steps to Reproduce:
0. Install Copy/Paste History Tool
1. Press Ctrl + F [To Display Find Toolbar]
2. Press Alt + V [If performed in editor, Copy/Paste History Dialog box will be displayed, Since this is performed in Find Toolbar, it gives the NullPointer Exception]

GUEST: clicked on paste history on edit menu

vmanuelramirez: pressed Alt+V while editing the option in the miscellaneous tab

GUEST: I tried to use paste history from Edit-> paste history

dext: Try to use "copy paste history" plugin

GUEST: tried to Open the Paste History from the buttom

GUEST: I try to open history window




Stacktrace: 
java.lang.NullPointerException
   at net.java.dev.nbmodules.copypastehistory.ui.PasteHistoryDialogPopup.setCompletion(PasteHistoryDialogPopup.java:119)
   at net.java.dev.nbmodules.copypastehistory.ui.PasteHistoryDialogPopup.show(PasteHistoryDialogPopup.java:186)
   at net.java.dev.nbmodules.copypastehistory.actions.PasteAction.doPasteOperation(PasteAction.java:145)
   at net.java.dev.nbmodules.copypastehistory.actions.PasteAction.performAction(PasteAction.java:57)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:296)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:127)
Comment 1 Exceptions Reporter 2010-05-03 08:40:18 UTC
Created attachment 98349 [details]
stacktrace
Comment 2 aldobrucale 2010-06-09 09:00:37 UTC
Created attachment 99928 [details]
stacktrace

Renaming a protected java method
Comment 3 aldobrucale 2010-06-09 09:15:37 UTC
Created attachment 99930 [details]
stacktrace

Renaming a method which implements an abstract method
Comment 4 aldobrucale 2010-06-23 16:22:40 UTC
Created attachment 100365 [details]
stacktrace

Renaming method
Comment 5 Michel Graciano 2010-12-07 14:12:35 UTC
Created attachment 103676 [details]
stacktrace
Comment 6 javydreamercsw 2011-02-24 20:06:36 UTC
Created attachment 106430 [details]
stacktrace

Trying to rename a method from the implementation of interface.
Comment 7 javydreamercsw 2011-02-24 20:25:14 UTC
Changed version to 70 as it is in the current builds.
Comment 8 Michel Graciano 2011-05-04 12:57:10 UTC
Created attachment 108102 [details]
stacktrace
Comment 9 Michel Graciano 2011-10-25 15:44:30 UTC
Created attachment 112413 [details]
stacktrace

Go to menu Edit > Past History.
Comment 10 Michel Graciano 2011-10-25 15:46:07 UTC
Tracked as http://java.net/jira/browse/COPYPASTEHISTORY-22. I gonna close this
when fixed at original plugin if you don't mind.
Comment 11 paolosca 2012-01-23 20:15:58 UTC
Created attachment 115173 [details]
stacktrace

Testing Michel Graciano's Copy Paste History plugin which I just installed, perhaps is not fully compatible with NB 7.2
Comment 12 ssazonov 2013-07-23 13:18:47 UTC
Created attachment 137630 [details]
stacktrace

I tried to execute one step of this test specification:

http://wiki.netbeans.org/TS_74_Refactoring

(Test suite: Rename -> 11. Label)

-------------------------

-> Whenever I pressed Refactor I got this error

OS: Ubuntu in VirtualBox

Product Version: NetBeans IDE Dev (Build 201307222300)
Java: 1.7.0_40-ea; Java HotSpot(TM) 64-Bit Server VM 24.0-b53
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b34
System: Linux version 3.8.0-19-generic running on amd64; UTF-8; en_US (nb)
Comment 13 Exceptions Reporter 2013-07-23 13:18:54 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145378
Comment 14 ssazonov 2013-07-23 13:22:52 UTC
Created attachment 137631 [details]
img_01
Comment 15 Jiri Prox 2013-10-08 09:22:06 UTC
Created attachment 140879 [details]
stacktrace

NPE when renaming label