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 - Add support for execution/debugging of a single test method
Summary: Add support for execution/debugging of a single test method
Status: RESOLVED DUPLICATE of bug 171153
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 72080
  Show dependency tree
 
Reported: 2008-11-20 16:00 UTC by Peter Pis
Modified: 2010-05-03 22:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***