[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6446) OpenOn dialog for CDI bean methods/fields should show a method/field names as well as declaring class name.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Jun 10 09:08:38 EDT 2010


OpenOn dialog for CDI bean methods/fields should show a method/field names as well as declaring class name.
-----------------------------------------------------------------------------------------------------------

                 Key: JBIDE-6446
                 URL: https://jira.jboss.org/browse/JBIDE-6446
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.2.next
            Reporter: Alexey Kazakov
            Assignee: Daniel Azarov
             Fix For: 3.2.next


For example we have two producers declared in the same class:


class NumberProducer {
   @Produces
   @PrimitiveTestQualifer
   public Integer getNumber() {
      return null;
   }

   @Produces
   @PrimitiveTestQualifer
   public int getNumber2() {
      return 0;
   }
}

Then look at the screenshot to see what we have now if a user click on an injection point which resolves to these producers.
We should add method/field names to our dialog if the target is IMethod or IField.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list