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 256141 - NullPointerException at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.processIndexResult
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.navigation.De...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 16:18 UTC by j0inty
Modified: 2016-08-05 01:57 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220735


Attachments
stacktrace (2.52 KB, text/plain)
2015-10-23 16:18 UTC, j0inty
Details
stacktrace (2.52 KB, text/plain)
2016-03-17 10:20 UTC, luislobo
Details
stacktrace (2.52 KB, text/plain)
2016-06-16 18:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description j0inty 2015-10-23 16:18:48 UTC
This bug was originally marked as duplicate of bug 254140, 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: Windows 7

User Comments:
j0inty: edit on javascript file

petah: Error




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.processIndexResult(DeclarationFinderImpl.java:339)
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.findDeclaration(DeclarationFinderImpl.java:145)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2.run(GoToSupport.java:173)
   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)
Comment 1 j0inty 2015-10-23 16:18:51 UTC
Created attachment 156941 [details]
stacktrace
Comment 2 luislobo 2016-03-17 10:20:27 UTC
Created attachment 158905 [details]
stacktrace

pressing control and hover over a javascript function name
Comment 3 Exceptions Reporter 2016-06-16 18:35:26 UTC
Created attachment 160074 [details]
stacktrace

Work with Magento 2 (PHP) project.
Comment 4 Petr Pisl 2016-08-04 15:01:59 UTC
Fixed in web-main.
Comment 5 Quality Engineering 2016-08-05 01:57:11 UTC
Integrated into 'main-silver', will be available in build *201608050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/41bef728fa47
User: Petr Pisl <ppisl@netbeans.org>
Log: #256141 - NullPointerException at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.processIndexResult