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

Summary: NullPointerException at org.netbeans.modules.cordova.project.CordovaCustomizerPanel.createMobileConfigs
Product: web Reporter: Kenneth Ganfield <kganfield>
Component: CordovaAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203519
Attachments: stacktrace

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 ***