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 244858 - NullPointerException: The fo parameter cannot be null
Summary: NullPointerException: The fo parameter cannot be null
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 10:14 UTC by chenfli
Modified: 2014-08-12 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201911


Attachments
stacktrace (2.15 KB, text/plain)
2014-06-03 10:14 UTC, chenfli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chenfli 2014-06-03 10:14:17 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
chenfli: Open and Close a PHP file

GUEST: Don't really know what I did. Sorry for the bad description.

GUEST: it was quite silent for me, i just saw a warning icon

GUEST: occurs when i right click the source code editor




Stacktrace: 
java.lang.NullPointerException: The fo parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.php.api.phpmodule.PhpModule.forFileObject(PhpModule.java:168)
   at org.nbphpcouncil.modules.php.yii.ui.actions.YiiEditorPresenterPopup.getPopupPresenter(YiiEditorPresenterPopup.java:89)
   at org.netbeans.modules.editor.NbEditorKit.createLocalizedMenuItem(NbEditorKit.java:355)
   at org.netbeans.modules.editor.NbEditorKit.access$400(NbEditorKit.java:135)
   at org.netbeans.modules.editor.NbEditorKit$NbBuildPopupMenuAction.addAction(NbEditorKit.java:766)
Comment 1 chenfli 2014-06-03 10:14:19 UTC
Created attachment 147550 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-08-12 13:41:41 UTC
Bug in  third-party plugin org.nbphpcouncil.modules.php.yii.ui.actions.YiiEditorPresenterPopup.getPopupPresenter(YiiEditorPresenterPopup.java:89). Report it please to NbPHPcouncil