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 2019/12/13 18:44:00 UTC

[jira] [Created] (NETBEANS-3591) Code completion fails for generic Class variables

dennis lucero created NETBEANS-3591:
---------------------------------------

             Summary: Code completion fails for generic Class<?> variables
                 Key: NETBEANS-3591
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3591
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Completion &amp; Templates
    Affects Versions: 11.2
         Environment: OpenJDK 13+33, Windows 10
            Reporter: dennis lucero


{noformat}
Class c1;
Class<?> c2;
{noformat}
Code completion works after typing {{c1.}} (suggesting "asSubclass(Class clazz)" and so on), but not for {{c2.}} ("no suggestions").



--
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