[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8704) Сtrl+shift+G on an event shows a weird "Injected class Event"

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed May 4 12:17:18 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599898#comment-12599898 ] 

Daniel Azarov commented on JBIDE-8704:
--------------------------------------

>What is "@Inject Filed";

For classes (CDI Beans) we are looking for Injection Points where this class may be injected (Inject Field, Method and Parameter) (JBIDE-8705)
For Injection Points we are looking for CDI Beans which may be injected there.
For CDI Events we are looking for CDI Observer Methods and vice versa.

>can any of this be filtered via the filtering options in the search view?
>i.e. show just observers?

No. In this case we participate JDT Search. We can not replace or modify search result page here. For that we should make our own search.

> Сtrl+shift+G on an event shows a weird "Injected class Event"
> -------------------------------------------------------------
>
>                 Key: JBIDE-8704
>                 URL: https://issues.jboss.org/browse/JBIDE-8704
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.0.Final
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.3.0.M2
>
>         Attachments: CDISearchParticipant1.png, CDISearchParticipant2.png, CDISearchParticipant3.png, CDISearchParticipant4.png, CDISearchParticipant5.png, CDISearchParticipant5.png, screen.gif
>
>
> For instance:
> @Inject private Event<CodeFragment> event;
> Crtl+shift+G on event. See the search result.
> !screen.gif|thumbnail!
> I think we should refactor our search participants for injection points.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list