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 53412 - Modify all wizards and dialogs so that they work with multiple source roots
Summary: Modify all wizards and dialogs so that they work with multiple source roots
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-01-14 15:25 UTC by Marian Petras
Modified: 2005-01-14 15:34 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2005-01-14 15:25:03 UTC
In NetBeans 4.1, the project may consist of
multiple source roots as well as multiple test
roots. Make all necessary modifications so that
both the UI and the underlying code is ready for
such situations.
Comment 1 Marian Petras 2005-01-14 15:34:38 UTC
Done.

Modified files:

    junit/src/org/netbeans/modules/junit/:
                NamedObject.java   (1.2)
                TestUtil.java   (1.24)
                wizards/Bundle.properties   (1.6)
                wizards/EmptyTestCaseWizard.java   (1.4)
                wizards/EmptyTestCaseWizardIterator.java   (1.10)
                wizards/SimpleTestCaseWizardIterator.java   (1.10)
                wizards/SimpleTestStepLocation.java   (1.15)
                wizards/TestSuiteWizardIterator.java   (1.10)
                wizards/Utils.java   (1.8)