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 248391 - NullPointerException at org.netbeans.modules.javascript2.jquery.editor.JQueryDeclarationFinder.findDeclaration
Summary: NullPointerException at org.netbeans.modules.javascript2.jquery.editor.JQuery...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 11:12 UTC by sandipd173
Modified: 2015-04-08 14:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201135


Attachments
stacktrace (2.27 KB, text/plain)
2014-11-04 11:12 UTC, sandipd173
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandipd173 2014-11-04 11:12:54 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: .

GUEST: Working editing javascript files

adam_felix_fps: Editing a javascript file.  Happened after pressing undo

GUEST: .

GUEST: .

GUEST: ?

n.nehete: I was having statement as alert("some message");

I changed alert message  to console.log("some message"); and formatted page by removing one extra space before statement console.log("some message");

I got this exception

GUEST: .

GUEST: .

GUEST: i dont understand all these things. i dont know(like) java. one exception came i reported. find out if you can. email me on sree.millu@gmail.com if i need to do anything

GUEST: .

GUEST: <Please provide a description of the problem or the steps to reproduce>awr

GUEST: <Please provide a description of the problem or the steps to reproduce>
this is really like hell

sandipd173: Just Nothing restart NetBeans

GUEST: This happens in netbeans php editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.jquery.editor.JQueryDeclarationFinder.findDeclaration(JQueryDeclarationFinder.java:87)
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.findDeclaration(DeclarationFinderImpl.java:190)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2.run(GoToSupport.java:173)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:598)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
Comment 1 sandipd173 2014-11-04 11:12:57 UTC
Created attachment 150262 [details]
stacktrace
Comment 2 Petr Pisl 2015-04-08 14:03:07 UTC
Fixed in web-main.