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 229417 - Copy paste history does not display generics
Summary: Copy paste history does not display generics
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 13:49 UTC by Jiri Prox
Modified: 2013-08-30 13:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-05-06 13:49:09 UTC
Copy paste history preview does not display generic.

Steps to reproduce:
1) have a code 
LinkedList<File> list;
2) mark whole line and call copy
3) press ctrl-shift-d

-> the popup shows only 
LinkedList list;



Product Version: NetBeans IDE Dev (Build 201305052300)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b28
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b86
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Milutin Kristofic 2013-05-13 15:13:37 UTC
Thank you. 

Escaped html in
http://hg.netbeans.org/jet-main/rev/5451dcf04b90
Comment 2 Quality Engineering 2013-05-18 02:55:35 UTC
Integrated into 'main-golden', will be available in build *201305172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5451dcf04b90
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #229417 - Copy paste history does not display generics
Comment 3 Jiri Prox 2013-08-30 13:20:23 UTC
v.