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 - NullPointerException at org.netbeans.modules.cnd.refactoring.hints.SuggestionFactoryTask.process
Summary: NullPointerException at org.netbeans.modules.cnd.refactoring.hints.Suggestion...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 20:36 UTC by tbrunhoff
Modified: 2015-09-01 01:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219148


Attachments
stacktrace (1.14 KB, text/plain)
2015-08-13 20:36 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
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