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 268503 - NullPointerException at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run
Summary: NullPointerException at org.netbeans.modules.csl.hints.infrastructure.Suggest...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 12:46 UTC by Exceptions Reporter
Modified: 2016-10-13 12:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226740


Attachments
stacktrace (2.28 KB, text/plain)
2016-10-13 12:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-13 12:46:47 UTC
This bug was originally marked as duplicate of bug 256610, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
GUEST: ????

ricardosierra: .

GUEST: Randomly happens while working with php files




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run(SuggestionsTask.java:168)
   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 Exceptions Reporter 2016-10-13 12:46:50 UTC
Created attachment 162489 [details]
stacktrace