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 256835 - NullPointerException at java.lang.String.startsWith
Summary: NullPointerException at java.lang.String.startsWith
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 14:36 UTC by Exceptions Reporter
Modified: 2015-11-27 14:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206710


Attachments
stacktrace (3.41 KB, text/plain)
2015-11-27 14:36 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-11-27 14:36:48 UTC
This issue was reported manually by elena.ristovska.
It already has 2 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: Trying to connect to android device . The device is listed in adb devices .

GUEST: Cordova project running on Android Emulator. Runs, gets this after no interaction for say 5min.




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.startsWith(String.java:1405)
   at java.lang.String.startsWith(String.java:1434)
   at org.netbeans.modules.web.browser.api.WebBrowser.fromBrowserURL(WebBrowser.java:219)
   at org.netbeans.modules.web.clientproject.ServerURLMappingImpl.fromServer(ServerURLMappingImpl.java:118)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:148)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:133)
Comment 1 Exceptions Reporter 2015-11-27 14:36:50 UTC
Created attachment 157530 [details]
stacktrace