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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to