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 235902 - a window that shows all CDI classes and where they are being injected
Summary: a window that shows all CDI classes and where they are being injected
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 21:22 UTC by aosamai
Modified: 2016-03-15 19:49 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aosamai 2013-09-12 21:22:44 UTC
is it possible to add a window to the netbeans IDE to show all classes marked with the @Named annotation and to show their scope i.e. (session / request / etc.) and then it expands tree nodes under every class to tell the programmer where this class is being injected?