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 235420 - NullPointerException at org.netbeans.modules.cordova.project.CordovaCustomizerPanel.createMobileConfigs
Summary: NullPointerException at org.netbeans.modules.cordova.project.CordovaCustomize...
Status: RESOLVED DUPLICATE of bug 235377
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 15:10 UTC by Kenneth Ganfield
Modified: 2013-09-04 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203519


Attachments
stacktrace (4.48 KB, text/plain)
2013-09-02 15:10 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2013-09-02 15:10:47 UTC
Build: NetBeans IDE Dev (Build 201309020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
kganfield: trying to add resources to cordova in properties window. this may be duplicate




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cordova.project.CordovaCustomizerPanel.createMobileConfigs(CordovaCustomizerPanel.java:121)
   at org.netbeans.modules.cordova.project.CordovaCustomizerPanel.access$300(CordovaCustomizerPanel.java:82)
   at org.netbeans.modules.cordova.project.CordovaCustomizerPanel$4.run(CordovaCustomizerPanel.java:218)
   at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:327)
   at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:319)
   at org.netbeans.modules.progress.ui.RunOffEDTImpl$ProgressBackgroundRunner.runBackground(RunOffEDTImpl.java:458)
Comment 1 Kenneth Ganfield 2013-09-02 15:10:49 UTC
Created attachment 139585 [details]
stacktrace
Comment 2 Jan Becicka 2013-09-02 15:20:12 UTC
probably consequence of assertion error from your prev. report. Should be fixed. Let's wait for first "code freeze" build.
Comment 3 Jan Becicka 2013-09-03 08:29:13 UTC
Happens when nbproject/plugins.properties file is missing (either not created or deleted)
Comment 4 Jan Becicka 2013-09-03 08:49:14 UTC
oops. Ignore my previous comment.
Comment 5 Jan Becicka 2013-09-04 12:07:29 UTC
consequence of 235377, which is now fixed.

*** This bug has been marked as a duplicate of bug 235377 ***