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 251806 - NullPointerException at org.netbeans.modules.php.dbgp.URIMapper$1.toWebServerURI
Summary: NullPointerException at org.netbeans.modules.php.dbgp.URIMapper$1.toWebServerURI
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 251805 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-13 19:49 UTC by SnoopDE
Modified: 2015-09-05 03:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216727


Attachments
stacktrace (1.51 KB, text/plain)
2015-04-13 19:49 UTC, SnoopDE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SnoopDE 2015-04-13 19:49:24 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
SnoopDE: using xdebug debugger in php




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.dbgp.URIMapper$1.toWebServerURI(URIMapper.java:192)
   at org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:349)
   at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:77)
   at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:131)
   at org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:63)
   at org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:76)
Comment 1 SnoopDE 2015-04-13 19:49:25 UTC
Created attachment 153174 [details]
stacktrace
Comment 2 Tomas Mysik 2015-09-04 10:36:54 UTC
Seems to me that the local file has disappeared (perhaps deleted?). If I am wrong, please reopen this issue but provide exact steps to reproduce.

Thanks.

http://hg.netbeans.org/web-main/rev/1e5c300164cd
Comment 3 Tomas Mysik 2015-09-04 10:38:48 UTC
*** Bug 251805 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2015-09-05 03:04:18 UTC
Integrated into 'main-silver', will be available in build *201509050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1e5c300164cd
User: Tomas Mysik <tmysik@netbeans.org>
Log: #251806 - NullPointerException at org.netbeans.modules.php.dbgp.URIMapper$1.toWebServerURI