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 192619 - [70cat] NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: [70cat] NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 08:33 UTC by mithridates
Modified: 2010-12-02 09:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174459


Attachments
stacktrace (1.33 KB, text/plain)
2010-11-29 08:33 UTC, mithridates
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mithridates 2010-11-29 08:33:41 UTC
This issue was reported manually by ovrabec.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201011290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mithridates: Click on bug-link in exeption-reporter window.

mithridates: Select file in projects-view, but do not open it.
In Tasklist click on button "show tasklist for current edited file only".




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:97)
   at org.netbeans.modules.bugtracking.tasklist.TaskListProvider.getRepositoriesFor(TaskListProvider.java:429)
   at org.netbeans.modules.bugtracking.tasklist.TaskListProvider.access$800(TaskListProvider.java:86)
   at org.netbeans.modules.bugtracking.tasklist.TaskListProvider$RefreshTask.run(TaskListProvider.java:379)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 mithridates 2010-11-29 08:33:45 UTC
Created attachment 103425 [details]
stacktrace
Comment 2 Tomas Stupka 2010-11-29 14:04:49 UTC
fixed #a88f9662700a
Comment 3 mithridates 2010-12-02 09:25:27 UTC
Thanks.