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 240784

Summary: NullPointerException at org.netbeans.modules.php.phpunit.commands.PhpUnit.moveAndAdjustBootstrap
Product: php Reporter: Kenneth Ganfield <kganfield>
Component: PHPUnitAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206806
Attachments: stacktrace

Description Kenneth Ganfield 2014-01-21 16:19:08 UTC
Build: NetBeans IDE Dev (Build 201401170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
kganfield: Clicked Generate in phpunit category of project properties window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.phpunit.commands.PhpUnit.moveAndAdjustBootstrap(PhpUnit.java:619)
   at org.netbeans.modules.php.phpunit.commands.PhpUnit.access$200(PhpUnit.java:101)
   at org.netbeans.modules.php.phpunit.commands.PhpUnit$2.run(PhpUnit.java:593)
   at org.openide.filesystems.FileUtil$2.run(FileUtil.java:435)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:609)
Comment 1 Kenneth Ganfield 2014-01-21 16:19:09 UTC
Created attachment 144219 [details]
stacktrace
Comment 2 Tomas Mysik 2014-01-22 13:14:10 UTC
Fixed, thanks for catching that.

http://hg.netbeans.org/web-main/rev/12219063030b
Comment 3 Quality Engineering 2014-01-23 02:41:11 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/12219063030b
User: Tomas Mysik <tmysik@netbeans.org>
Log: #240784 - NullPointerException at org.netbeans.modules.php.phpunit.commands.PhpUnit.moveAndAdjustBootstrap