[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-9251) hyperlink window should not contain duplicit entries

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Jun 27 19:14:23 EDT 2011


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

Alexey Kazakov resolved JBIDE-9251.
-----------------------------------

      Assignee: Daniel Azarov  (was: Alexey Kazakov)
    Resolution: Done


Verified.

> hyperlink window should not contain duplicit entries
> ----------------------------------------------------
>
>                 Key: JBIDE-9251
>                 URL: https://issues.jboss.org/browse/JBIDE-9251
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.3.0.M2
>            Reporter: Lukas Jungmann
>            Assignee: Daniel Azarov
>             Fix For: 3.3.0.M3
>
>         Attachments: CommentOpenOn1.png, CommentOpenOn2.png, scr-cdi.png
>
>
> -open http://docs.jboss.org/seam/3/solder/latest/reference/en-US/html/unwraps.html
> -create class:
> {code}
> package com.acme;
> @SessionScoped
> public class PermissionManager {
>    Permission permission;
>    void setPermission(Permission permission) {
>       this.permission=permission;
>    }
>    @Unwraps //@Current
>    Permission getPermission() {
>       return this.permission;
>    }
> }
> {code}
> -create class:
> {code}
> package com.acme;
> @SessionScoped
> class SecurityManager {
>    @Inject
>    //@Current
>    Permission permission;
>    boolean checkAdminPermission() {
>       return permission.getName().equals("admin");
>    }
> }
> {code}
> -make sure that "@Current" is commented out
> -open hyperlink window on @Current in SecurityManager
> => popup shows 3 entries for PM.getPermission() but only one should be shown instead
> see attached screenshot

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list