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 258704 - NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader.testTaskFinished
Summary: NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader...
Status: NEW
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: 2016-04-07 13:11 UTC by Exceptions Reporter
Modified: 2016-04-07 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223376


Attachments
stacktrace (5.19 KB, text/plain)
2016-04-07 13:11 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-04-07 13:11:56 UTC
This bug was originally marked as duplicate of bug 213939, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: Unable to debug a testNg test file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.output.TestNGOutputReader.testTaskFinished(TestNGOutputReader.java:769)
   at org.netbeans.modules.testng.output.TestNGAntLogger.taskFinished(TestNGAntLogger.java:377)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.taskFinished(NbBuildLogger.java:564)
   at org.apache.tools.ant.Project.fireTaskFinished(Project.java:2200)
   at org.apache.tools.ant.Task.perform(Task.java:364)
   at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
Comment 1 Exceptions Reporter 2016-04-07 13:11:58 UTC
Created attachment 159146 [details]
stacktrace