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 268118

Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewFileWizardIterator$1$1.run
Product: php Reporter: killermosi
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal CC: killermosi
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226318
Attachments: stacktrace

Description killermosi 2016-09-20 14:04:12 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 24.111-b01, OpenJDK Runtime Environment, 1.7.0_111-b01
OS: Linux

User Comments:
killermosi: No idea on what exactly happened, I've noticed the notification in the status bar several minutes after the exception was raised (according to it's own report), but everything seemed to work just fine in the IDE.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.project.ui.wizards.NewFileWizardIterator$1$1.run(NewFileWizardIterator.java:116)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:706)
   at java.awt.EventQueue$3.run(EventQueue.java:704)
Comment 1 killermosi 2016-09-20 14:04:14 UTC
Created attachment 162133 [details]
stacktrace