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 247122 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: markiewb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 11:17 UTC by stefan79
Modified: 2014-09-15 17:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211864


Attachments
stacktrace (3.61 KB, text/plain)
2014-09-15 11:17 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2014-09-15 11:17:57 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
stefan79: Exception occured after clicking in output-window.




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:95)
   at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.findFiles(ResourceHyperlinkProvider.java:195)
   at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.findResources(ResourceHyperlinkProvider.java:158)
   at de.markiewb.netbeans.plugins.resourcehyperlink.ResourceHyperlinkProvider.isHyperlinkPoint(ResourceHyperlinkProvider.java:111)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:291)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:249)
Comment 1 stefan79 2014-09-15 11:17:59 UTC
Created attachment 149218 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-09-15 13:57:36 UTC
Markiewb, can you look at your plugin? Thank you
Comment 4 markiewb 2014-09-15 17:48:19 UTC
Fixed. Please wait for the version 1.2.2 at the PluginCenter to be verified