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 260720 - NullPointerException at org.netbeans.modules.gsf.testrunner.api.Report.<init>
Summary: NullPointerException at org.netbeans.modules.gsf.testrunner.api.Report.<init>
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 00:42 UTC by Exceptions Reporter
Modified: 2016-05-10 00:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223968


Attachments
stacktrace (2.38 KB, text/plain)
2016-05-10 00:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-10 00:42:44 UTC
This bug was originally marked as duplicate of bug 218444, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: Happens when running a UISpec4j unit test




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.gsf.testrunner.api.Report.<init>(Report.java:94)
   at org.netbeans.modules.gsf.testrunner.api.TestSession.getReport(TestSession.java:297)
   at org.netbeans.modules.junit.output.JUnitOutputReader.closePereviousReport(JUnitOutputReader.java:622)
   at org.netbeans.modules.junit.output.JUnitOutputReader.testTaskFinished(JUnitOutputReader.java:589)
   at org.netbeans.modules.junit.output.JUnitAntLogger.taskFinished(JUnitAntLogger.java:338)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.taskFinished(NbBuildLogger.java:560)
Comment 1 Exceptions Reporter 2016-05-10 00:42:46 UTC
Created attachment 159679 [details]
stacktrace