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 141503 - Generating class file from test file
Summary: Generating class file from test file
Status: RESOLVED DUPLICATE of bug 175244
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 10:32 UTC by warpjogi
Modified: 2010-05-05 10:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description warpjogi 2008-07-24 10:32:55 UTC
It is possible to generate a test file from a java class file but the Java exercises (e.g. from Sun) delivering *Test.java files where a user should generate the 
class file from. That is also the way of modern software development: Firstly creating the tests and then implement the planned design. It would be great if 
that also would be supported by my favourite IDE.
Comment 1 Marian Petras 2008-07-24 13:48:43 UTC
It would be nice, indeed.

It will not be in NB 6.5 as the list of features is already closed for this release so I set the "Target milestone" to
"future".
Comment 2 mjr_1974 2009-04-16 14:50:37 UTC
I agree... Generating the class from the test is probably one of the very few things we are missing...
Comment 3 Alexei Mokeev 2010-05-05 10:22:19 UTC

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