[
https://issues.jboss.org/browse/JBIDE-11899?page=com.atlassian.jira.plugi...
]
Alexey Kazakov updated JBIDE-11899:
-----------------------------------
Fix Version/s: 4.1.x
(was: 4.0.x)
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.0.Beta2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 4.1.x
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira