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 153558

Summary: Add support for execution/debugging of a single test method
Product: javaee Reporter: Peter Pis <ppis>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 72080    

Description Peter Pis 2008-11-20 16:00:38 UTC
Change the ActionProvider and the Ant build script template such that actions
org.netbeans.spi.project.SingleMethod.COMMAND_(RUN|DEBUG)_SINGLE_METHOD are
supported.

For reference on how to make it work with "Compile on Save", look at http://hg.netbeans.org/main/rev/bf6e5ac3b136. I
will add another reference here once full implementation for J2SE projects is ready.
Comment 1 David Konecny 2009-04-15 21:52:44 UTC
I guess this would be good to fix for 6.7. Also have a look at ea79749c1951 (unrelated issue 119922 but involves changes
in *ActionProvider).
Comment 2 David Konecny 2010-05-03 22:55:40 UTC

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