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 - NullPointerException at pl.wp.netbeans.waf.WafPhpFrameworkProvider.isInPhpModule
Summary: NullPointerException at pl.wp.netbeans.waf.WafPhpFrameworkProvider.isInPhpModule
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 11:18 UTC by draakhan
Modified: 2013-09-16 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203804


Attachments
stacktrace (3.36 KB, text/plain)
2013-09-12 11:18 UTC, draakhan
Details

Note You need to log in before you can comment on or make changes to this bug.
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