Author: akazakov
Date: 2011-09-16 15:03:27 -0400 (Fri, 16 Sep 2011)
New Revision: 34834
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IClassBean.java
Log:
https://issues.jboss.org/browse/JBIDE-9723 Injection points declared in producer methods
should be validated as injection points of the producer but not as injections of the class
bean
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IClassBean.java
===================================================================
---
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IClassBean.java 2011-09-16
19:00:02 UTC (rev 34833)
+++
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IClassBean.java 2011-09-16
19:03:27 UTC (rev 34834)
@@ -83,7 +83,7 @@
* If all = false, the result includes only injection points managed by this bean, and
* since injection points declared in producer methods are handled by producer method
beans,
* they are not included. In this case, result is the same as that of
getInjectionPoints().
- * If all = true, the result includes injection points declared in producer methods.
+ * If all = true, the result includes injection points declared in all the producer
methods declared in the class.
*
* @param all
* @return