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 249674 - NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getRunAsType
Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpPro...
Status: RESOLVED WORKSFORME
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:
: 254376 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-07 12:33 UTC by marckoby
Modified: 2015-08-20 08:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214631


Attachments
stacktrace (2.05 KB, text/plain)
2015-01-07 12:33 UTC, marckoby
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marckoby 2015-01-07 12:33:31 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-2535-on-20150107)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
marckoby: New PHP project, existing sources




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getRunAsType(NewPhpProjectWizardIterator.java:519)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.setIndexFile(NewPhpProjectWizardIterator.java:730)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.access$200(NewPhpProjectWizardIterator.java:113)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:315)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:306)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:293)
Comment 1 marckoby 2015-01-07 12:33:33 UTC
Created attachment 151393 [details]
stacktrace
Comment 2 Tomas Mysik 2015-04-02 10:08:51 UTC
Strange error... Please, do you have steps to reproduce? However, it works fine for me in the current dev build.

Thanks.

Product Version: NetBeans IDE Dev (Build 20150402-3b4cc9590682)
Java: 1.7.0_76; Java HotSpot(TM) 64-Bit Server VM 24.76-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_76-b13
System: Linux version 3.16.0-33-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 3 Tomas Mysik 2015-08-20 08:04:50 UTC
*** Bug 254376 has been marked as a duplicate of this bug. ***