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 217678 - NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader.addStackTrace
Summary: NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader...
Status: RESOLVED DUPLICATE of bug 212649
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 11:05 UTC by tanyehzheng
Modified: 2012-10-26 14:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192020


Attachments
stacktrace (1.03 KB, text/plain)
2012-08-31 11:05 UTC, tanyehzheng
Details
stacktrace (1.03 KB, text/plain)
2012-09-28 22:23 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tanyehzheng 2012-08-31 11:05:38 UTC
This bug was originally marked as duplicate of bug 212649, 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.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Linux

User Comments:
tanyehzheng: Run TestNG with Jersey-test-framework




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.output.TestNGOutputReader.addStackTrace(TestNGOutputReader.java:909)
   at org.netbeans.modules.testng.output.TestNGOutputReader.verboseMessageLogged(TestNGOutputReader.java:267)
   at org.netbeans.modules.testng.output.TestNGOutputReader.verboseMessageLogged(TestNGOutputReader.java:183)
   at org.netbeans.modules.testng.output.TestNGOutputReader.messageLogged(TestNGOutputReader.java:497)
   at org.netbeans.modules.testng.output.TestNGAntLogger.messageLogged(TestNGAntLogger.java:275)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.messageLogged(NbBuildLogger.java:618)
Comment 1 tanyehzheng 2012-08-31 11:05:40 UTC
Created attachment 123778 [details]
stacktrace
Comment 2 alied 2012-09-28 22:23:14 UTC
Created attachment 125084 [details]
stacktrace

after executing a class test
Comment 3 Marian Mirilovic 2012-10-26 14:34:22 UTC

*** This bug has been marked as a duplicate of bug 212649 ***