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 258164 - NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getRunAsType
Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpPro...
Status: RESOLVED WONTFIX
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-02-27 11:14 UTC by Exceptions Reporter
Modified: 2016-06-02 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222744


Attachments
stacktrace (2.05 KB, text/plain)
2016-02-27 11:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-02-27 11:14:37 UTC
This bug was originally marked as duplicate of bug 249674, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 8.1

User Comments:
GUEST: create new project

GUEST: I was opening new project with composer dependencies: "require": 
{
        "slim/views": "0.1.3",
        "twig/twig": "v1.24.0",
        "phpmailer/phpmailer": "v5.2.14",
        "hassankhan/config": "0.8.2",
        "illuminate/database": "v5.0.33",
        "alexgarrett/violin": "2.2.2",
        "ircmaxell/random-lib": "v1.1.0"
    }




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 Exceptions Reporter 2016-02-27 11:14:39 UTC
Created attachment 158664 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-02 12:09:42 UTC
No idea how to reproduce this issue, sorry. Please reopen and provide exact steps.

Thanks.