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 - NullPointerException at org.netbeans.core.output2.OutWriter.println
Summary: NullPointerException at org.netbeans.core.output2.OutWriter.println
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-26 12:00 UTC by loprym
Modified: 2017-10-26 12:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230076


Attachments
stacktrace (2.02 KB, text/plain)
2017-10-26 12:00 UTC, loprym
Details

Note You need to log in before you can comment on or make changes to this bug.
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