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 252962 - Parameterized abstract class is marked as erroneous CDI bean
Summary: Parameterized abstract class is marked as erroneous CDI bean
Status: REOPENED
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-12 19:11 UTC by misterm
Modified: 2016-07-12 01:16 UTC (History)
1 user (show)

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 misterm 2015-06-12 19:11:04 UTC
The editor complains that a scoped parameterized bean class such as:

@SessionScoped
public abstract SomeClass<T>

is invalid due to its scope, saying it should be @Dependent, but not being a concrete bean class, this is not a real problem.

Product Version = NetBeans IDE Dev (Build 20150601-12fb145cd552)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Comment 1 Martin Balin 2016-07-07 08:56:24 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss