[jbosstools-issues] [JBoss JIRA] (JBIDE-11867) Tooling for CDI Event identifies invalid observer

Cody Lerum (JIRA) jira-events at lists.jboss.org
Fri May 18 15:50:17 EDT 2012


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

Cody Lerum commented on JBIDE-11867:
------------------------------------

I can confirm this is working correctly in today's nightly.
                
> Tooling for CDI Event identifies invalid observer
> -------------------------------------------------
>
>                 Key: JBIDE-11867
>                 URL: https://issues.jboss.org/browse/JBIDE-11867
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.3.0.Beta2
>         Environment: Eclipse Version: Indigo Service Release 2 Build id: 20120216-1857
> JBoss Tools Nightly
> Context and Dependency Injection Tools	1.2.0.v20120508-1258-H1103-CR1	org.jboss.tools.cdi.feature.feature.group	JBoss by Red Hat
>            Reporter: Cody Lerum
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.CR1
>
>         Attachments: cdi_event.png
>
>
> With the following event
> {code}
> @Inject
> private Event<EventLog> eventLog;
> {code}
> Tooling suggests that the following is a valid observer which it is not because it specifics an additional qualifier. Additionally it should show a warning that no observer exists to receive this event.
> {code}
> public void log(@Observes @Now EventLog eventLog) {
> ...
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list