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 255858 - NullPointerException at org.netbeans.modules.cordova.project.MobileConfigurationImpl.create
Summary: NullPointerException at org.netbeans.modules.cordova.project.MobileConfigurat...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 03:10 UTC by Exceptions Reporter
Modified: 2015-12-21 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220488


Attachments
stacktrace (2.08 KB, text/plain)
2015-10-12 03:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-12 03:10:45 UTC
This bug was originally marked as duplicate of bug 243362, 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 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows Server 2012 R2

User Comments:
GUEST: Dont know.




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:227)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 Exceptions Reporter 2015-10-12 03:10:47 UTC
Created attachment 156658 [details]
stacktrace