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

NDelt updated NETBEANS-327:
---------------------------
    Description: 
{code}
#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 Build 201801230002 and g++ 7.2.0.

*Edited(2018.05.08)*
When I type 'class', suddenly java.lang.NullPointerException error is occurred.
I attached log.text file about this issue.

 

  was:
{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 Build 201801230002 and g++ 7.2.0.



> 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
>         Environment: Windwos 10, JDK 9
>            Reporter: NDelt
>            Priority: Major
>              Labels: errors
>         Attachments: log.txt
>
>
> {code}
> #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 Build 201801230002 and g++ 7.2.0.
> *Edited(2018.05.08)*
> When I type 'class', suddenly java.lang.NullPointerException error is 
> occurred.
> I attached log.text file about this issue.
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to