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 242538 - 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: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 09:36 UTC by hyzoom
Modified: 2014-07-08 02:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208129


Attachments
stacktrace (2.38 KB, text/plain)
2014-03-04 09:36 UTC, hyzoom
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hyzoom 2014-03-04 09:36:54 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 8.0 RC1 (Build 201402242200)
VM: OpenJDK Client VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
hyzoom: Testing




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.gsf.testrunner.api.Report.<init>(Report.java:95)
   at org.netbeans.modules.gsf.testrunner.api.TestSession.getReport(TestSession.java:293)
   at org.netbeans.modules.junit.output.JUnitOutputReader.closePereviousReport(JUnitOutputReader.java:640)
   at org.netbeans.modules.junit.output.JUnitOutputReader.testTaskFinished(JUnitOutputReader.java:607)
   at org.netbeans.modules.junit.output.JUnitAntLogger.taskFinished(JUnitAntLogger.java:341)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.taskFinished(NbBuildLogger.java:564)
Comment 1 hyzoom 2014-03-04 09:36:56 UTC
Created attachment 145740 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-07-07 13:13:34 UTC
Changeset: cf2cbc3c4f2f
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-07-07 15:16
Message:
Comment 3 Theofanis Oikonomou 2014-07-07 13:16:08 UTC
Could not locate the project, thus the NPE. Hopefully this will be addressed by getting relevant info from the configured XML structure of the task producing the ant event.
Comment 4 Quality Engineering 2014-07-08 02:28:25 UTC
Integrated into 'main-silver', will be available in build *201407080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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