You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jose Ramón Balsas (Jira)" <ji...@apache.org> on 2020/02/09 11:07:00 UTC

[jira] [Created] (NETBEANS-3819) ClassCastException when opening code completion assistant from C++ class module implementation (.cpp)

Jose Ramón Balsas created NETBEANS-3819:
-------------------------------------------

             Summary: ClassCastException when opening code completion assistant from C++ class module implementation (.cpp)
                 Key: NETBEANS-3819
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3819
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Completion &amp; Templates
    Affects Versions: 11.2
            Reporter: Jose Ramón Balsas


h2. Steps to reproduce
 # Create C/C++ project application (using C/CPP++ plugin from nb 8.2 plugin repos)
 # Create C++ class module with nb assistant
 # Add a public method header to class definition in header file, e.g. int method();
 # Change to class .cpp file
 # Place cursor out of any method
 # Press Ctrl+Space to open completion. "Please wait" tip appear but dropdown list does not appear and ClassCastException is generated

h2. Results expected

Global identificator dropdown list should appear for selecting unimplemented method and create skeleton implementation. However, *if all class methods are implemented*, dropdown list works as expected.

 



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