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 205481 - NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getIndexFile
Summary: NullPointerException at org.netbeans.modules.php.project.ui.wizards.NewPhpPro...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 14:36 UTC by FrantaM
Modified: 2012-03-26 12:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183127


Attachments
stacktrace (1.79 KB, text/plain)
2011-11-23 14:36 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2011-11-23 14:36:44 UTC
Build: NetBeans IDE Dev (Build 201111220600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
FrantaM: After cancelling import of remote project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.getIndexFile(NewPhpProjectWizardIterator.java:430)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.setIndexFile(NewPhpProjectWizardIterator.java:568)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator.access$200(NewPhpProjectWizardIterator.java:106)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:227)
   at org.netbeans.modules.php.project.ui.wizards.NewPhpProjectWizardIterator$1.run(NewPhpProjectWizardIterator.java:218)
   at org.openide.util.Mutex.writeAccess(Mutex.java:436)
Comment 1 FrantaM 2011-11-23 14:36:46 UTC
Created attachment 113475 [details]
stacktrace
Comment 2 Tomas Mysik 2012-03-26 12:54:41 UTC
There were some changes recently in this area so hopefully it is fixed now. If not, please, reopen this issue and provide exact steps to reproduce.

Thanks.