You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Hyeonwoo O (JIRA)" <ji...@apache.org> on 2018/02/09 06:33:00 UTC

[jira] [Created] (NETBEANS-371) NullPointerException with Code Completion in C/C++ files

Hyeonwoo O created NETBEANS-371:
-----------------------------------

             Summary: NullPointerException with Code Completion in C/C++ files
                 Key: NETBEANS-371
                 URL: https://issues.apache.org/jira/browse/NETBEANS-371
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Completion &amp; Templates
    Affects Versions: 9.0
         Environment: Windows 10
            Reporter: Hyeonwoo O
            Assignee: Hyeonwoo O


When I input some text and if there is no code completion entries for it, NullPointerException is occurred.

{code:java}
NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
{code}

This issue occurs when the text is entered in the line before main() function.
I tested this in NetBeans IDE Dev Build 201802080002.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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