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 179132 - NullPointerException at org.netbeans.modules.contrib.testng.actions.RunTestClassAction.performAction
Summary: NullPointerException at org.netbeans.modules.contrib.testng.actions.RunTestCl...
Status: RESOLVED DUPLICATE of bug 154052
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-30 12:42 UTC by mvfranz
Modified: 2010-01-08 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163914


Attachments
stacktrace (2.52 KB, text/plain)
2009-12-30 12:42 UTC, mvfranz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mvfranz 2009-12-30 12:42:25 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
GUEST: trying to build  stockservice.java



Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.contrib.testng.actions.RunTestClassAction.performAction(RunTestClassAction.java:115)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:589)
   at org.netbeans.modules.openide.util.ActionsBridge.implPerformAction(ActionsBridge.java:83)
   at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:64)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:585)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 mvfranz 2009-12-30 12:42:30 UTC
Created attachment 93013 [details]
stacktrace
Comment 2 Lukas Jungmann 2010-01-08 09:24:48 UTC

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