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

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Aug 26 06:25:11 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Jungmann closed JBIDE-6446.
---------------------------------



v. in v201008232021N-H413-M2


> 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.x
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.2.0.M2
>
>         Attachments: screenshot.png
>
>
> 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