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 - NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewFileWizardIterator$1$1.run
Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewFileWi...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 14:04 UTC by killermosi
Modified: 2016-09-21 11:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226318


Attachments
stacktrace (3.61 KB, text/plain)
2016-09-20 14:04 UTC, killermosi
Details

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