Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9742

OpenOn for injection point open a wrong bean if there are a few injected parameters in the class.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.3.0.M4
    • 3.3.0.M4
    • cdi
    • None

      EXECUTE: Create a CDI project:
      EXECUTE: Create the following beans:

      public class TestBean {
      
      	@Inject
      	public void initialize(TestBean children) {
      	}
      
      	@Inject
      	public void initialize(FooBean children) {
      	}
      }
      
      public class FooBean {
      }
      

      FAILURE: Try to Ctrl+Click on injections. Both of them open the same bean.

            scabanovich Viacheslav Kabanovich (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: