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

WARNING [org.openide.filesystems.Ordering]: Not all children in / marked with the position attribute #22

Open markiewb opened 8 years ago

markiewb commented 8 years ago

WARNING [org.openide.filesystems.Ordering]: Not all children in / marked with the position attribute: [de-markiewb-netbeans-plugins-resourcehyperlink-ResourceHyperlinkProvider.instance], but some are: [JavaHyperlinkProvider.instance, org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.instance, HyperlinkProviderImpl.instance, org-netbeans-modules-editor-url-HyperlinkImpl.instance, org.netbeans.modules.apisupport.project.hyperlink.ApisupportHyperlinkProvider.instance]

markiewb commented 8 years ago

WTF after setting the position for my provider the message says the opposite

WARNING [org.openide.filesystems.Ordering]: Not all children in / marked with the position attribute: [JavaHyperlinkProvider.instance, org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.instance, org.netbeans.modules.apisupport.project.hyperlink.ApisupportHyperlinkProvider.instance, org-netbeans-modules-editor-url-HyperlinkImpl.instance, HyperlinkProviderImpl.instance], but some are: [de-markiewb-netbeans-plugins-resourcehyperlink-ResourceHyperlinkProvider.instance]

Not fixing it now.