markiewb / nb-resource-hyperlink-at-cursor

NetBeans Plugin which adds hyperlinks to filenames within String literals of Java sources
http://plugins.netbeans.org/plugin/52349/?show=true
6 stars 2 forks source link

NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject) #11

Closed markiewb closed 10 years ago

markiewb commented 10 years ago

https://netbeans.org/bugzilla/show_bug.cgi?id=247122

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)
markiewb commented 10 years ago

Fixed in 1.2.2