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/01/24 14:45:00 UTC

[jira] [Updated] (NETBEANS-327) Null Pointer Exception in C++ files

     [ https://issues.apache.org/jira/browse/NETBEANS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyeonwoo O updated NETBEANS-327:
--------------------------------
    Component/s: ide - Code

> Null Pointer Exception in C++ files
> -----------------------------------
>
>                 Key: NETBEANS-327
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-327
>             Project: NetBeans
>          Issue Type: Bug
>          Components: ide - Code
>    Affects Versions: 9.0
>            Reporter: Hyeonwoo O
>            Assignee: Hyeonwoo O
>            Priority: Major
>              Labels: errors
>
> {code:c++}
> #include <iostream>
> using namespace std;
> int main(int argc, char** argv) {
>     std:: //<-- error point
>     
>     return 0;
> }
> {code}
> When I typing *std::*, following error message always pop ups.
> {noformat}
> NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
> {noformat}
> I tested it in 9.0 development version and g++ 7.2.0.



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