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

Summary: NullPointerException at org.netbeans.modules.csl.hints.infrastructure.SuggestionsTask$1.run
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: CSL (API & infrastructure)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: ricardosierra
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226740
Attachments: stacktrace

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