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 245864 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.moveOccurrence
Summary: NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.Js...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 07:37 UTC by felipbou
Modified: 2014-07-23 02:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210824


Attachments
stacktrace (4.45 KB, text/plain)
2014-07-22 07:37 UTC, felipbou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description felipbou 2014-07-22 07:37:50 UTC
Build: NetBeans IDE Dev (Build 201407090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
felipbou: Doing nothing, the application was running in background.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.moveOccurrence(JsObjectImpl.java:564)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.moveOccurrenceOfProperties(JsObjectImpl.java:550)
   at org.netbeans.modules.javascript2.editor.model.Model.processWindowsProperties(Model.java:447)
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:193)
   at org.netbeans.modules.javascript2.editor.model.Model.getGlobalObject(Model.java:458)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.index(JsIndexer.java:105)
Comment 1 felipbou 2014-07-22 07:37:52 UTC
Created attachment 148193 [details]
stacktrace
Comment 2 Petr Pisl 2014-07-22 08:26:45 UTC
Fixed in web-main
Comment 3 Quality Engineering 2014-07-23 02:08:41 UTC
Integrated into 'main-silver', will be available in build *201407230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5c32b08e9153
User: Petr Pisl <ppisl@netbeans.org>
Log: #245864 - NullPointerException at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.moveOccurrence