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 271707

Summary: NullPointerException at org.netbeans.core.output2.OutWriter.println
Product: platform Reporter: loprym
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230076
Attachments: stacktrace

Description loprym 2017-10-26 12:00:15 UTC
Build: NetBeans IDE Dev (Build 201710260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: When I run the "Test project" command with "Nette Tester" I get this exception

loprym: End of testing simple PHP with code coverage and output window active.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:344)
   at org.netbeans.core.output2.NbWriter.println(NbWriter.java:165)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager$1.handleLine(Manager.java:128)
   at org.netbeans.modules.gsf.testrunner.ui.ResultDisplayHandler.displayOutput(ResultDisplayHandler.java:212)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager.displayOutput(Manager.java:305)
   at org.netbeans.modules.php.project.ui.testrunner.TestCaseImpl.setFailureInfo(TestCaseImpl.java:114)
Comment 1 loprym 2017-10-26 12:00:17 UTC
Created attachment 165355 [details]
stacktrace