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 235869

Summary: NullPointerException at pl.wp.netbeans.waf.WafPhpFrameworkProvider.isInPhpModule
Product: third-party Reporter: draakhan <draakhan>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203804
Attachments: stacktrace

Description draakhan 2013-09-12 11:18:12 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
draakhan: I had problems with editor - pressing Ctrl+S key in XML editor doesn't work until I switch to another tab and back again.




Stacktrace: 
java.lang.NullPointerException
   at pl.wp.netbeans.waf.WafPhpFrameworkProvider.isInPhpModule(WafPhpFrameworkProvider.java:57)
   at pl.wp.netbeans.waf.hyperlinkprovider.XmlHyperLinkProvider.findHyperLinkPoint(XmlHyperLinkProvider.java:24)
   at pl.wp.netbeans.waf.hyperlinkprovider.view.DataSourceHyperLinkProvider.isHyperlinkPoint(DataSourceHyperLinkProvider.java:22)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:302)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:248)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.keyPressed(HyperlinkOperation.java:406)
Comment 1 draakhan 2013-09-12 11:18:14 UTC
Created attachment 139977 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-09-16 12:36:52 UTC
The problem is with plugin pl.wp.netbeans.waf