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 236658 - NullPointerException at java.lang.String.startsWith
Summary: NullPointerException at java.lang.String.startsWith
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Live HTML (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
: 236660 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-02 14:19 UTC by Jan Becicka
Modified: 2014-02-24 04:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203752


Attachments
stacktrace (3.37 KB, text/plain)
2013-10-02 14:19 UTC, Jan Becicka
Details
stacktrace (3.37 KB, text/plain)
2014-02-24 04:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-10-02 14:19:08 UTC
Build: NetBeans IDE 7.4 (Build 20131001-325ca7d5b6c6)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
GUEST: Error generado al ejecutar el simulador de chrome

jbecicka: Run on HTML5 Project




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.startsWith(String.java:1385)
   at java.lang.String.startsWith(String.java:1414)
   at org.netbeans.modules.web.browser.api.WebBrowser.fromBrowserURL(WebBrowser.java:219)
   at org.netbeans.modules.web.clientproject.ServerURLMappingImpl.fromServer(ServerURLMappingImpl.java:110)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:149)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:132)
Comment 1 Jan Becicka 2013-10-02 14:19:10 UTC
Created attachment 140733 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-10-02 14:24:52 UTC
Please reassign to appropriate owner, thanks.
Comment 3 Stanislav Aubrecht 2013-10-07 15:10:40 UTC
*** Bug 236660 has been marked as a duplicate of this bug. ***
Comment 4 Exceptions Reporter 2014-02-11 16:16:26 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=203752
Comment 5 Exceptions Reporter 2014-02-24 04:16:57 UTC
Created attachment 145520 [details]
stacktrace

.