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

Summary: Modify all wizards and dialogs so that they work with multiple source roots
Product: java Reporter: Marian Petras <mpetras>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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)