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 256610 - NullPointerException at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run
Summary: NullPointerException at org.netbeans.modules.csl.hints.infrastructure.Suggest...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-16 03:57 UTC by ricardosierra
Modified: 2016-07-17 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221178


Attachments
stacktrace (2.28 KB, text/plain)
2015-11-16 03:57 UTC, ricardosierra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ricardosierra 2015-11-16 03:57:07 UTC
This bug was originally marked as duplicate of bug 245577, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
ricardosierra: .

ricardosierra: .




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run(SuggestionsTask.java:167)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:204)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:201)
Comment 1 ricardosierra 2015-11-16 03:57:09 UTC
Created attachment 157345 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-07-15 20:54:57 UTC
Adding assert for better error message.

http://hg.netbeans.org/jet-main/rev/47410408564b
Comment 3 Quality Engineering 2016-07-17 01:48:50 UTC
Integrated into 'main-silver', will be available in build *201607170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/47410408564b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #256610 - NullPointerException at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run