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 230599 - NullPointerException at org.netbeans.modules.gsf.testrunner.api.Report.<init>
Summary: NullPointerException at org.netbeans.modules.gsf.testrunner.api.Report.<init>
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 20:13 UTC by Exceptions Reporter
Modified: 2013-12-07 04:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201074


Attachments
stacktrace (2.38 KB, text/plain)
2013-05-31 20:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-05-31 20:13:39 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 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b12
OS: Mac OS X

User Comments:
GUEST: Running tests.




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 2013-05-31 20:13:41 UTC
Created attachment 135194 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2013-12-06 14:20:34 UTC
Added some logging to investigate what is happening as I cannot reproduce on my side http://hg.netbeans.org/core-main/rev/5549c19339fa. Please try a latest build and reopen if it happens again describing your scenario for executing tests and attaching a minimal project that exhibits this behaviour. Thank you
Comment 3 Quality Engineering 2013-12-07 04:23:50 UTC
Integrated into 'main-silver', will be available in build *201312070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5549c19339fa
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: #230599 - NullPointerException at org.netbeans.modules.gsf.testrunner.api.Report.<init>