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 243362 - NullPointerException at org.netbeans.modules.cordova.project.MobileConfigurationImpl.create
Summary: NullPointerException at org.netbeans.modules.cordova.project.MobileConfigurat...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 17:07 UTC by imadbougataya
Modified: 2014-07-08 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206612


Attachments
stacktrace (491 bytes, text/plain)
2014-03-28 17:07 UTC, imadbougataya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description imadbougataya 2014-03-28 17:07:15 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
GUEST: I tried to run a HTML5 App on ios simulator.

GUEST: .

imadbougataya: launched cordova app onn ios-simulator




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cordova.project.MobileConfigurationImpl.create(MobileConfigurationImpl.java:138)
   at org.netbeans.modules.cordova.project.MobileConfigurationImpl.create(MobileConfigurationImpl.java:132)
   at org.netbeans.modules.cordova.CordovaPerformer$1.run(CordovaPerformer.java:226)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 imadbougataya 2014-03-28 17:07:17 UTC
Created attachment 146391 [details]
stacktrace
Comment 2 Jan Becicka 2014-04-25 11:31:37 UTC
Please provide steps to reproduce
Comment 3 Jan Becicka 2014-07-07 13:10:29 UTC
Changeset: a702a235b229
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2014-07-07 15:00
Message:
Comment 4 Quality Engineering 2014-07-08 02:27:47 UTC
Integrated into 'main-silver', will be available in build *201407080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a702a235b229
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #243362 - NullPointerException at org.netbeans.modules.cordova.project.MobileConfigurationImpl.create