This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254356

Summary: NullPointerException at org.netbeans.modules.cnd.refactoring.hints.SuggestionFactoryTask.process
Product: cnd Reporter: tbrunhoff <tbrunhoff>
Component: NavigationAssignee: danilasergeyev
Status: RESOLVED FIXED    
Severity: normal CC: tijet
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219148
Attachments: stacktrace

Description tbrunhoff 2015-08-13 20:36:54 UTC
Build: NetBeans IDE Dev (Build 201507280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
tbrunhoff: editing code.

GUEST: Editting a c++ program in the IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.refactoring.hints.SuggestionFactoryTask.process(SuggestionFactoryTask.java:308)
   at org.netbeans.modules.cnd.refactoring.hints.SuggestionFactoryTask.run(SuggestionFactoryTask.java:147)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:584)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:809)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:725)
Comment 1 tbrunhoff 2015-08-13 20:36:57 UTC
Created attachment 155332 [details]
stacktrace
Comment 2 danilasergeyev 2015-08-31 15:05:01 UTC
fixed in change set:
https://hg.netbeans.org/cnd-main/rev/2e689abd417a
Comment 3 Quality Engineering 2015-09-01 01:26:17 UTC
Integrated into 'main-silver', will be available in build *201509010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2e689abd417a
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #254356 NullPointerException at org.netbeans.modules.cnd.refactoring.hints.SuggestionFactoryTask.process