]
Alexey Kazakov updated JBIDE-7949:
----------------------------------
Summary: CDI is not validating @Inject Instance<[type]> correctly (was: CDI is
not validating @Inject Inject<[type]> correctly)
CDI is not validating @Inject Instance<[type]> correctly
--------------------------------------------------------
Key: JBIDE-7949
URL:
https://issues.jboss.org/browse/JBIDE-7949
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Reporter: Max Andersen
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.2.0.CR1
@Inject
private Instance<Project> project;
is marked with:
Multiple beans are eligible for injection to the injection
point AbstractShellTest.java /forge-test-harness/src/main/java/org/jboss/seam/forge/test line
84 CDI Problem
Instance<...> means there can be 0 to N matches thus shouldn't be marked as a
validation error.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: