[jbosstools-issues] [JBoss JIRA] (JBIDE-11899) Show a warning when no observer exists to receive an injected event

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed May 16 16:23:17 EDT 2012


Viacheslav Kabanovich created JBIDE-11899:
---------------------------------------------

             Summary: Show a warning when no observer exists to receive an injected event
                 Key: JBIDE-11899
                 URL: https://issues.jboss.org/browse/JBIDE-11899
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: CDI
    Affects Versions: 3.3.x
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich


With the following event
{code}
@Inject
private Event<EventLog> eventLog;
{code}
cannot be delivered to 
{code}
public void log(@Observes @Now EventLog eventLog) {
...
}
{code}
by
{code}
eventLog.fire();
{code}

Can it be of use to put a warning on field 'eventLog', when the application has no observer to receive it?

--
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