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 269117

Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227308
Attachments: stacktrace

Description Exceptions Reporter 2016-11-25 14:35:40 UTC
This bug was originally marked as duplicate of bug 228974, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: just when I created the new project.




Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:818)
   at org.netbeans.modules.php.project.ui.customizer.RunAsScript.createRunConfig(RunAsScript.java:226)
   at org.netbeans.modules.php.project.ui.customizer.RunAsScript.validateFields(RunAsScript.java:216)
   at org.netbeans.modules.php.project.ui.customizer.RunAsPanel$InsidePanel$TextFieldUpdater.processUpdate(RunAsPanel.java:247)
   at org.netbeans.modules.php.project.ui.customizer.RunAsScript$FieldUpdater.processUpdate(RunAsScript.java:249)
   at org.netbeans.modules.php.project.ui.customizer.RunAsPanel$InsidePanel$TextFieldUpdater.insertUpdate(RunAsPanel.java:226)
Comment 1 Exceptions Reporter 2016-11-25 14:35:42 UTC
Created attachment 163027 [details]
stacktrace