You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "dennis lucero (Jira)" <ji...@apache.org> on 2020/10/21 21:10:00 UTC

[jira] [Created] (NETBEANS-4929) Trying to open the class in an annotation value opens the annotation file instead

dennis lucero created NETBEANS-4929:
---------------------------------------

             Summary: Trying to open the class in an annotation value opens the annotation file instead
                 Key: NETBEANS-4929
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4929
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 12.1
         Environment: Windows 10, OpenJDK 15
            Reporter: dennis lucero


Example class:
{code:java}
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.TYPE)
public @interface Demo {
}{code}
Clicking on {{RetentionPolicy}} or {{CLASS}} while pressing {{Ctrl}} opens {{Retention.java}} instead of {{RetentionPolicy.java}}.

Clicking on {{ElementType}} or {{TYPE}} while pressing {{Ctrl}} opens {{Target.java}} instead of {{ElementType.java}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists