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 269755 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 12:18 UTC by vinaykrsharma1986
Modified: 2017-02-06 12:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227953


Attachments
stacktrace (2.33 KB, text/plain)
2017-02-06 12:18 UTC, vinaykrsharma1986
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vinaykrsharma1986 2017-02-06 12:18:39 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
vinaykrsharma1986: PHP App configuration were in progress




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:109)
   at org.nbphpcouncil.modules.php.yii.YiiModuleImpl.setSystem(YiiModuleImpl.java:167)
   at org.nbphpcouncil.modules.php.yii.YiiModuleImpl.initDirectories(YiiModuleImpl.java:375)
   at org.nbphpcouncil.modules.php.yii.YiiPhpModuleCustomizerExtender.save(YiiPhpModuleCustomizerExtender.java:219)
   at org.netbeans.modules.php.project.ui.customizer.PhpProjectProperties.saveCustomizerExtenders(PhpProjectProperties.java:902)
   at org.netbeans.modules.php.project.ui.customizer.PhpProjectProperties$1.run(PhpProjectProperties.java:638)
Comment 1 vinaykrsharma1986 2017-02-06 12:18:41 UTC
Created attachment 163578 [details]
stacktrace