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 271660 - NullPointerException at org.netbeans.modules.php.phpunit.commands.PhpUnit$JsonLogInputProcessor.onTestFinish
Summary: NullPointerException at org.netbeans.modules.php.phpunit.commands.PhpUnit$Jso...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 17:15 UTC by Vitex
Modified: 2017-10-17 17:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230613


Attachments
stacktrace (818 bytes, text/plain)
2017-10-17 17:15 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitex 2017-10-17 17:15:07 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
Vitex: Runing PHPunit tests




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.phpunit.commands.PhpUnit$JsonLogInputProcessor.onTestFinish(PhpUnit.java:875)
   at org.netbeans.modules.php.phpunit.run.JsonParser.testErrorFinish(JsonParser.java:308)
   at org.netbeans.modules.php.phpunit.run.JsonParser.finish(JsonParser.java:131)
   at org.netbeans.modules.php.phpunit.commands.PhpUnit$JsonLogInputProcessor.close(PhpUnit.java:816)
   at org.netbeans.api.extexecution.base.input.InputReaderTask.run(InputReaderTask.java:245)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Vitex 2017-10-17 17:15:09 UTC
Created attachment 165303 [details]
stacktrace