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 216973 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 14:16 UTC by Petr Jiricka
Modified: 2012-10-01 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191603


Attachments
stacktrace (5.24 KB, text/plain)
2012-08-16 14:16 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-08-16 14:16:24 UTC
Build: NetBeans IDE Dev (Build EaselCSS-507-on-20120816)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Mac OS X

User Comments:
pjiricka: Switched to HTML view in navigator.




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:94)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.getCurrentProject(HtmlNavigatorPanelUI.java:597)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.refreshDOM(HtmlNavigatorPanelUI.java:300)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.access$600(HtmlNavigatorPanelUI.java:93)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI$6.run(HtmlNavigatorPanelUI.java:392)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:583)
Comment 1 Petr Jiricka 2012-08-16 14:16:27 UTC
Created attachment 123204 [details]
stacktrace
Comment 2 Jan Becicka 2012-08-21 12:41:20 UTC
It should be already fixed. Please reopen with fresh stack trace if still reproducible (use exceptions reporter). Thanks