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 212514 - NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader.addStackTrace
Summary: NullPointerException at org.netbeans.modules.testng.output.TestNGOutputReader...
Status: RESOLVED FIXED
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:
: 213603 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-15 11:03 UTC by Tomas Danek
Modified: 2012-10-26 14:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187414


Attachments
stacktrace (1.55 KB, text/plain)
2012-05-15 11:03 UTC, Tomas Danek
Details
output (317.19 KB, text/plain)
2012-05-15 11:07 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2012-05-15 11:03:31 UTC
Build: NetBeans IDE Dev (Build 201205110400)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b21
OS: Mac OS X

User Comments:
GUEST: Running some unstable tests.

musilt2: -created j2se project, copied test (and test suites) from testng (cloned from git). Invoked "Test" action on resources.parallel-suites.suite-parallel-0.xml -> NPE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.testng.output.TestNGOutputReader.addStackTrace(TestNGOutputReader.java:793)
   at org.netbeans.modules.testng.output.TestNGOutputReader.verboseMessageLogged(TestNGOutputReader.java:251)
   at org.netbeans.modules.testng.output.TestNGOutputReader.verboseMessageLogged(TestNGOutputReader.java:173)
   at org.netbeans.modules.testng.output.TestNGAntLogger.messageLogged(TestNGAntLogger.java:278)
   at org.apache.tools.ant.module.bridge.impl.NbBuildLogger.messageLogged(NbBuildLogger.java:613)
   at org.apache.tools.ant.Project.fireMessageLoggedEvent(Project.java:2254)
Comment 1 Tomas Danek 2012-05-15 11:03:36 UTC
Created attachment 119460 [details]
stacktrace
Comment 2 Tomas Danek 2012-05-15 11:07:01 UTC
Created attachment 119461 [details]
output
Comment 3 Theofanis Oikonomou 2012-05-22 11:27:17 UTC
This should be fixed by http://hg.netbeans.org/core-main/rev/05ded133a182 while fixing #212649. Please reopen if it happens again. Thank you
Comment 4 Marian Mirilovic 2012-10-26 14:31:48 UTC
*** Bug 213603 has been marked as a duplicate of this bug. ***
Comment 5 Marian Mirilovic 2012-10-26 14:33:17 UTC
Fanis, it happened again - see Bug 213603, I am just not sure whether build 201206050001 already contains the fix or not ...