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 271805 - NullPointerException at java.lang.String.startsWith
Summary: NullPointerException at java.lang.String.startsWith
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-14 19:28 UTC by darrinsworlds
Modified: 2017-11-16 14:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230892


Attachments
stacktrace (2.72 KB, text/plain)
2017-11-14 19:28 UTC, darrinsworlds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darrinsworlds 2017-11-14 19:28:44 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
darrinsworlds: Uploading a file via ftp




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.startsWith(String.java:1405)
   at java.lang.String.startsWith(String.java:1434)
   at org.netbeans.modules.php.project.PhpProject$ClientSideDevelopmentSupport.fromServer(PhpProject.java:1460)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:148)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:133)
   at org.netbeans.modules.web.inspect.webkit.CSSUpdater.registerStyleSheet(CSSUpdater.java:154)
Comment 1 darrinsworlds 2017-11-14 19:28:46 UTC
Created attachment 165447 [details]
stacktrace