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 197649 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 08:59 UTC by Seb147
Modified: 2011-04-14 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157155


Attachments
stacktrace (4.31 KB, text/plain)
2011-04-12 08:59 UTC, Seb147
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seb147 2011-04-12 08:59:46 UTC
Build: NetBeans IDE 7.0 RC1 (Build 201103280000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
Seb147: Debugging

GUEST: Error occurred multiple times during debugging of php project with xdebug




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:97)
   at org.netbeans.modules.php.dbgp.models.ThreadsModel.getScriptName(ThreadsModel.java:340)
   at org.netbeans.modules.php.dbgp.models.ThreadsModel.getDisplayName(ThreadsModel.java:194)
   at org.netbeans.spi.viewmodel.Models$DelegatingNodeModel.getDisplayName(Models.java:2521)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.getDisplayName(Models.java:3863)
   at org.netbeans.modules.viewmodel.TreeModelNode.setModelDisplayName(TreeModelNode.java:696)
Comment 1 Seb147 2011-04-12 08:59:50 UTC
Created attachment 107667 [details]
stacktrace
Comment 2 Petr Pisl 2011-04-13 15:12:34 UTC
Fixed in web main. It will be a part of NetBeans 7.next.
Comment 3 Quality Engineering 2011-04-14 08:37:36 UTC
Integrated into 'main-golden', will be available in build *201104140401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d9e39b7ebcaf
User: Petr Pisl <ppisl@netbeans.org>
Log: #197649 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)