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 222370 - NullPointerException: The projectFile parameter cannot be null
Summary: NullPointerException: The projectFile parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 10:35 UTC by Jan Becicka
Modified: 2012-11-21 13:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195357


Attachments
stacktrace (3.94 KB, text/plain)
2012-11-19 10:35 UTC, Jan Becicka
Details
stacktrace (4.81 KB, text/plain)
2012-11-20 14:25 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2012-11-19 10:35:11 UTC
Build: NetBeans IDE Dev (Build 20121116-c9527b4c000e)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-11M3811
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException: The projectFile parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.web.common.api.ServerURLMapping.toServer(ServerURLMapping.java:103)
   at org.netbeans.modules.web.common.api.ServerURLMapping.toServer(ServerURLMapping.java:92)
   at org.netbeans.modules.cordova.CordovaPerformer.getUrl(CordovaPerformer.java:195)
   at org.netbeans.modules.cordova.platforms.ios.IOSActionProvider.invokeAction(IOSActionProvider.java:82)
   at org.netbeans.modules.web.clientproject.ClientSideProjectActionProvider.invokeAction(ClientSideProjectActionProvider.java:119)
Comment 1 Jan Becicka 2012-11-19 10:35:13 UTC
Created attachment 128041 [details]
stacktrace
Comment 2 Jan Becicka 2012-11-19 10:44:28 UTC
getStartFile returns null
Comment 3 Jan Becicka 2012-11-19 11:13:15 UTC
Changeset: d7a0053cd2a9
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-11-19 11:55
Message:
Comment 4 Jan Becicka 2012-11-20 14:25:36 UTC
Created attachment 128139 [details]
stacktrace
Comment 5 Quality Engineering 2012-11-21 13:48:50 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d7a0053cd2a9
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #222370 - NullPointerException: The projectFile parameter cannot be null