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 258364 - Binding Expression shows empty when applying Type Parameter "Custom Component Generic "
Summary: Binding Expression shows empty when applying Type Parameter "Custom Component...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-14 18:53 UTC by sohibe
Modified: 2016-03-15 21:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
1 (46.50 KB, image/png)
2016-03-14 19:30 UTC, sohibe
Details
2 (54.39 KB, image/png)
2016-03-14 19:31 UTC, sohibe
Details
3 (49.77 KB, image/png)
2016-03-14 19:31 UTC, sohibe
Details
4 (42.48 KB, image/png)
2016-03-14 19:31 UTC, sohibe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sohibe 2016-03-14 18:53:50 UTC

    
Comment 1 sohibe 2016-03-14 19:30:43 UTC
Created attachment 158857 [details]
1
Comment 2 sohibe 2016-03-14 19:31:03 UTC
Created attachment 158858 [details]
2
Comment 3 sohibe 2016-03-14 19:31:26 UTC
Created attachment 158859 [details]
3

3
Comment 4 sohibe 2016-03-14 19:31:42 UTC
Created attachment 158860 [details]
4

4
Comment 5 sohibe 2016-03-15 21:51:18 UTC
i found a workaround 

if i use it like this --> CustomComboBox<T> extends JComboBox<T> the issue will happen

but if i use it like this --> CustomComboBox<E> extends JComboBox<E> using E 
it works like a charm