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 219958 - [73cat] NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader.testTaskFinished
Summary: [73cat] NullPointerException at org.netbeans.modules.testng.output.TestNGOutp...
Status: RESOLVED INCOMPLETE
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: 2012-10-12 04:56 UTC by misterm
Modified: 2012-11-12 14:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193442


Attachments
stacktrace (1.10 KB, text/plain)
2012-10-12 04:56 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-10-12 04:56:46 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 Dev (Build 20121008-5c87dd7d5cc2)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.output.TestNGOutputReader.testTaskFinished(TestNGOutputReader.java:679)
   at org.netbeans.modules.testng.output.TestNGAntLogger.taskFinished(TestNGAntLogger.java:377)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.taskFinished(NbBuildLogger.java:560)
   at org.apache.tools.ant.Project.fireTaskFinished(Project.java:2206)
   at org.apache.tools.ant.Task.perform(Task.java:364)
   at org.apache.tools.ant.Target.execute(Target.java:392)
Comment 1 misterm 2012-10-12 04:56:49 UTC
Created attachment 125817 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2012-11-12 14:49:40 UTC
Please reopen stating exact steps to reproduce and also the log file after the exception occurs. Thank you